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

12

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

Completed in 407 milliseconds

12