Home
last modified time | relevance | path

Searched refs:LModI (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h631 class LModI final : public LTemplateInstruction<1, 2, 1> {
633 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI() function
Dlithium-ia32.cc1436 LInstruction* result = DefineFixed(new(zone()) LModI( in DoModI()
Dlithium-codegen-ia32.cc926 void LCodeGen::DoModI(LModI* instr) { in DoModI()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h630 class LModI final : public LTemplateInstruction<1, 2, 1> {
632 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI() function
Dlithium-x64.cc1433 LInstruction* result = DefineFixed(new(zone()) LModI( in DoModI()
Dlithium-codegen-x64.cc955 void LCodeGen::DoModI(LModI* instr) { in DoModI()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h615 class LModI final : public LTemplateInstruction<1, 2, 3> {
617 LModI(LOperand* left, in LModI() function
Dlithium-mips.cc1387 LInstruction* result = DefineAsRegister(new(zone()) LModI( in DoModI()
Dlithium-codegen-mips.cc1011 void LCodeGen::DoModI(LModI* instr) { in DoModI()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h607 class LModI final : public LTemplateInstruction<1, 2, 0> {
609 LModI(LOperand* left, LOperand* right) { in LModI() function
Dlithium-ppc.cc1404 DefineAsRegister(new (zone()) LModI(dividend, divisor)); in DoModI()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h617 class LModI final : public LTemplateInstruction<1, 2, 2> {
619 LModI(LOperand* left, LOperand* right, LOperand* temp, LOperand* temp2) { in LModI() function
Dlithium-arm.cc1389 LInstruction* result = DefineAsRegister(new(zone()) LModI( in DoModI()
Dlithium-codegen-arm.cc1026 void LCodeGen::DoModI(LModI* instr) { in DoModI()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h645 class LModI final : public LTemplateInstruction<1, 2, 1> {
647 LModI(LOperand* left, LOperand* right, LOperand* temp) { in LModI() function
Dlithium-x87.cc1443 LInstruction* result = DefineFixed(new(zone()) LModI( in DoModI()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h580 class LModI final : public LTemplateInstruction<1, 2, 0> {
582 LModI(LOperand* left, LOperand* right) { in LModI() function
Dlithium-s390.cc1277 DefineAsRegister(new (zone()) LModI(dividend, divisor)); in DoModI()
Dlithium-codegen-s390.cc949 void LCodeGen::DoModI(LModI* instr) { in DoModI()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h618 class LModI final : public LTemplateInstruction<1, 2, 3> {
620 LModI(LOperand* left, in LModI() function
Dlithium-mips64.cc1388 LInstruction* result = DefineAsRegister(new(zone()) LModI( in DoModI()
Dlithium-codegen-mips64.cc1000 void LCodeGen::DoModI(LModI* instr) { in DoModI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1847 class LModI final : public LTemplateInstruction<1, 2, 0> {
1849 LModI(LOperand* left, LOperand* right) { in LModI() function
Dlithium-arm64.cc1703 LInstruction* result = DefineAsRegister(new(zone()) LModI(dividend, divisor)); in DoModI()
Dlithium-codegen-arm64.cc3903 void LCodeGen::DoModI(LModI* instr) { in DoModI()

12