Home
last modified time | relevance | path

Searched refs:double_load_operand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2939 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() local
2945 __ Movsd(result, double_load_operand); in DoLoadKeyedFixedDoubleArray()
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2898 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() local
2905 __ movsd(result, double_load_operand); in DoLoadKeyedFixedDoubleArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3171 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() local
3177 X87Mov(ToX87Register(instr->result()), double_load_operand); in DoLoadKeyedFixedDoubleArray()