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

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc1191 LOperand* double_temp = TempDoubleRegister(); local
1192 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
H A Dlithium-arm.h924 LOperand* double_temp,
930 temps_[2] = double_temp;
937 LOperand* double_temp() { return temps_[2]; } function in class:v8::internal::final
923 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, LOperand* temp2) argument
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc1160 LOperand* double_temp = TempDoubleRegister(); local
1161 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
H A Dlithium-mips.h900 LOperand* double_temp,
906 temps_[2] = double_temp;
913 LOperand* double_temp() { return temps_[2]; } function in class:v8::internal::final
899 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, LOperand* temp2) argument
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc1160 LOperand* double_temp = TempDoubleRegister(); local
1161 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
H A Dlithium-mips64.h918 LOperand* double_temp,
924 temps_[2] = double_temp;
931 LOperand* double_temp() { return temps_[2]; } function in class:v8::internal::final
917 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, LOperand* temp2) argument
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc1200 LOperand* double_temp = TempDoubleRegister(); local
1201 LMathExp* result = new (zone()) LMathExp(input, double_temp, temp1, temp2);
H A Dlithium-ppc.h893 LMathExp(LOperand* value, LOperand* double_temp, LOperand* temp1, argument
898 temps_[2] = double_temp;
905 LOperand* double_temp() { return temps_[2]; } function in class:v8::internal::final

Completed in 225 milliseconds