/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 644 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 646 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-arm.cc | 1232 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I(
|
H A D | lithium-codegen-arm.cc | 1134 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) {
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 656 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 658 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-ia32.cc | 1275 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I(
|
H A D | lithium-codegen-ia32.cc | 981 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) {
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 639 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 641 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-mips.cc | 1240 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I(
|
H A D | lithium-codegen-mips.cc | 1034 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) {
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 642 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 644 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-mips64.cc | 1240 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I(
|
H A D | lithium-codegen-mips64.cc | 1024 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) {
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 630 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 632 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-ppc.cc | 1256 DefineAsRegister(new (zone()) LDivByPowerOf2I(dividend, divisor));
|
H A D | lithium-codegen-ppc.cc | 1011 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) {
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 603 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 605 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-s390.cc | 1133 DefineAsRegister(new (zone()) LDivByPowerOf2I(dividend, divisor));
|
H A D | lithium-codegen-s390.cc | 980 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) {
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 655 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 657 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-x64.cc | 1273 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I(
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 670 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 672 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-x87.cc | 1282 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I(
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.h | 1202 class LDivByPowerOf2I final : public LTemplateInstruction<1, 1, 0> { 1204 LDivByPowerOf2I(LOperand* dividend, int32_t divisor) { function in class:v8::internal::final
|
H A D | lithium-arm64.cc | 1327 LInstruction* result = DefineAsRegister(new(zone()) LDivByPowerOf2I(
|
H A D | lithium-codegen-arm64.cc | 2485 void LCodeGen::DoDivByPowerOf2I(LDivByPowerOf2I* instr) {
|