Searched refs:double_temp (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/mips64/ |
D | lithium-mips64.h | 934 LOperand* double_temp, in LMathExp() argument 940 temps_[2] = double_temp; in LMathExp() 947 LOperand* double_temp() { return temps_[2]; } in double_temp() function
|
D | lithium-mips64.cc | 1170 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local 1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-mips64.cc | 3914 DoubleRegister double_scratch1 = ToDoubleRegister(instr->double_temp()); in DoMathExp()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 935 LOperand* double_temp, in LMathExp() argument 941 temps_[2] = double_temp; in LMathExp() 948 LOperand* double_temp() { return temps_[2]; } in double_temp() function
|
D | lithium-mips.cc | 1170 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local 1171 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-mips.cc | 3882 DoubleRegister double_scratch1 = ToDoubleRegister(instr->double_temp()); in DoMathExp()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 956 LOperand* double_temp, in LMathExp() argument 962 temps_[2] = double_temp; in LMathExp() 969 LOperand* double_temp() { return temps_[2]; } in double_temp() function
|
D | lithium-arm.cc | 1201 LOperand* double_temp = TempDoubleRegister(); in DoMathExp() local 1202 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2); in DoMathExp()
|
D | lithium-codegen-arm.cc | 3926 DwVfpRegister double_scratch1 = ToDoubleRegister(instr->double_temp()); in DoMathExp()
|