Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/mips/
Dlithium-mips.h900 LOperand* double_temp, in LMathExp()
913 LOperand* double_temp() { return temps_[2]; } in double_temp() function
Dlithium-mips.cc1160 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local
/external/v8/src/crankshaft/arm/
Dlithium-arm.h924 LOperand* double_temp, in LMathExp()
937 LOperand* double_temp() { return temps_[2]; } in double_temp() function
Dlithium-arm.cc1191 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h918 LOperand* double_temp, in LMathExp()
931 LOperand* double_temp() { return temps_[2]; } in double_temp() function
Dlithium-mips64.cc1160 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h893 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, in LMathExp()
905 LOperand* double_temp() { return temps_[2]; } in double_temp() function
Dlithium-ppc.cc1200 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local