Home
last modified time | relevance | path

Searched defs:double_temp (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips64/
Dlithium-mips64.h934 LOperand* double_temp, in LMathExp()
947 LOperand* double_temp() { return temps_[2]; } in double_temp() function
Dlithium-mips64.cc1170 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local
/external/v8/src/mips/
Dlithium-mips.h935 LOperand* double_temp, in LMathExp()
948 LOperand* double_temp() { return temps_[2]; } in double_temp() function
Dlithium-mips.cc1170 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local
/external/v8/src/arm/
Dlithium-arm.h956 LOperand* double_temp, in LMathExp()
969 LOperand* double_temp() { return temps_[2]; } in double_temp() function
Dlithium-arm.cc1201 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local