Home
last modified time | relevance | path

Searched refs:const_operand (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.cc2764 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
2765 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
3894 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
3895 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.cc3206 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixed() local
3208 ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixed()
4825 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixed() local
4827 ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixed()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc2838 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
2839 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
3919 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
3920 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc2998 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local
2999 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()
4199 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local
4200 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc2922 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoLoadKeyedFixedArray() local
2923 offset += ToInteger32(const_operand) * kPointerSize; in DoLoadKeyedFixedArray()
4110 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoStoreKeyedFixedArray() local
4111 offset += ToInteger32(const_operand) * kPointerSize; in DoStoreKeyedFixedArray()
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc2959 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local
2960 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()
4135 LConstantOperand* const_operand = LConstantOperand::cast(instr->key()); in DoShiftI() local
4136 offset += ToInteger32(const_operand) * kPointerSize; in DoShiftI()