Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dlithium-codegen-x87.cc4607 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() local
4623 __ mov(double_store_operand, Immediate(lower)); in DoStoreKeyedFixedDoubleArray()
4656 __ fst_d(double_store_operand); in DoStoreKeyedFixedDoubleArray()
/external/v8/src/x64/
Dlithium-codegen-x64.cc4377 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() local
4384 __ movsd(double_store_operand, value); in DoStoreKeyedFixedDoubleArray()
/external/v8/src/ia32/
Dlithium-codegen-ia32.cc4192 Operand double_store_operand = BuildFastArrayOperand( in DoStoreKeyedFixedDoubleArray() local
4211 __ movsd(double_store_operand, value); in DoStoreKeyedFixedDoubleArray()