Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h670 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
672 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-x87.cc1282 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
Dlithium-codegen-x87.cc1282 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h642 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
644 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-mips64.cc1240 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
Dlithium-codegen-mips64.cc1024 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h644 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
646 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-arm.cc1232 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h603 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
605 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-s390.cc1133 DefineAsRegister(new (zone()) LDivByPowerOf2I(dividend, divisor)); in DoDivByPowerOf2I()
Dlithium-codegen-s390.cc980 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h655 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
657 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-x64.cc1273 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h639 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
641 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-mips.cc1240 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
Dlithium-codegen-mips.cc1034 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h630 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
632 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-ppc.cc1256 DefineAsRegister(new (zone()) LDivByPowerOf2I(dividend, divisor)); in DoDivByPowerOf2I()
Dlithium-codegen-ppc.cc1011 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h656 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
658 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-ia32.cc1275 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
Dlithium-codegen-ia32.cc981 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1202 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
1204 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { in LDivByPowerOf2I() function
Dlithium-arm64.cc1327 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I( in DoDivByPowerOf2I()
Dlithium-codegen-arm64.cc2485 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) { in DoDivByPowerOf2I()

12