Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/x87/
Dlithium-x87.h610 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
612 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-x87.cc1424 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-x87.cc1167 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h590 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
592 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-mips64.cc1375 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-mips64.cc920 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h589 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
591 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-arm.cc1372 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h555 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
557 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-s390.cc1260 DefineSameAsFirst(new (zone()) LModByPowerOf2I(dividend, divisor)); in DoModByPowerOf2I()
Dlithium-codegen-s390.cc860 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h595 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
597 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-x64.cc1415 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h587 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
589 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-mips.cc1374 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-mips.cc931 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h579 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
581 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-ppc.cc1391 DefineSameAsFirst(new (zone()) LModByPowerOf2I(dividend, divisor)); in DoModByPowerOf2I()
Dlithium-codegen-ppc.cc885 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h596 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
598 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-ia32.cc1417 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-ia32.cc866 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1919 class LModByPowerOf2I final : public LTemplateInstruction<1, 1, 0> {
1921 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-arm64.cc1732 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-arm64.cc3929 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()

12