Home
last modified time | relevance | path

Searched refs:LModByPowerOf2I (Results 1 – 24 of 24) sorted by relevance

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h605 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
607 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-ia32.cc1461 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-ia32.cc1011 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h621 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
623 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-x87.cc1471 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-x87.cc1312 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h597 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
599 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-mips.cc1424 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-mips.cc974 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h604 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
606 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-x64.cc1448 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-x64.cc941 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h600 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
602 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-arm.cc1422 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-arm.cc1007 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h600 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
602 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-mips64.cc1425 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-mips64.cc963 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h586 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
588 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-ppc.cc1427 DefineSameAsFirst(new (zone()) LModByPowerOf2I(dividend, divisor)); in DoModByPowerOf2I()
Dlithium-codegen-ppc.cc925 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2024 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
2026 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-arm64.cc1834 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-arm64.cc3950 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()