Home
last modified time | relevance | path

Searched refs:double_temp (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/mips64/
Dlithium-mips64.h934 LOperand* double_temp, in LMathExp() argument
940 temps_[2] = 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
1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-mips64.cc3914 DoubleRegister double_scratch1 = ToDoubleRegister(instr->double_temp()); in DoMathExp()
/external/v8/src/mips/
Dlithium-mips.h935 LOperand* double_temp, in LMathExp() argument
941 temps_[2] = 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
1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-mips.cc3882 DoubleRegister double_scratch1 = ToDoubleRegister(instr->double_temp()); in DoMathExp()
/external/v8/src/arm/
Dlithium-arm.h956 LOperand* double_temp, in LMathExp() argument
962 temps_[2] = 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
1202 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
Dlithium-codegen-arm.cc3926 DwVfpRegister double_scratch1 = ToDoubleRegister(instr->double_temp()); in DoMathExp()