Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/arm/
Dlithium-arm.h632 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> {
634 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-arm.cc1424 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-arm.cc1139 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/chromium_org/v8/src/mips64/
Dlithium-mips64.h631 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> {
633 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-mips64.cc1429 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-mips64.cc1049 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/chromium_org/v8/src/x64/
Dlithium-x64.h640 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> {
642 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-x64.cc1451 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-x64.cc1014 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h640 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> {
642 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-ia32.cc1471 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-ia32.cc1102 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/chromium_org/v8/src/x87/
Dlithium-x87.h658 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> {
660 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-x87.cc1482 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-x87.cc1394 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h632 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> {
634 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-mips.cc1428 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-mips.cc1099 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()
/external/chromium_org/v8/src/arm64/
Dlithium-arm64.h2124 class LModByPowerOf2I FINAL : public LTemplateInstruction<1, 1, 0> {
2126 LModByPowerOf2I(LOperand* dividend, int32_t divisor) { in LModByPowerOf2I() function
Dlithium-arm64.cc1864 LInstruction* result = DefineSameAsFirst(new(zone()) LModByPowerOf2I( in DoModByPowerOf2I()
Dlithium-codegen-arm64.cc4245 void LCodeGen::DoModByPowerOf2I(LModByPowerOf2I* instr) { in DoModByPowerOf2I()