Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.cc2592 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() local
2599 __ movsd(result, double_load_operand); in DoLoadKeyedFixedDoubleArray()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.cc2759 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() local
2765 __ Movsd(result, double_load_operand); in DoLoadKeyedFixedDoubleArray()
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc2868 Operand double_load_operand = BuildFastArrayOperand( in DoLoadKeyedFixedDoubleArray() local
2874 X87Mov(ToX87Register(instr->result()), double_load_operand); in DoLoadKeyedFixedDoubleArray()