Searched refs:LMathExp (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h841 class LMathExp: public LTemplateInstruction<1, 1, 3> { class in namespace:v8::internal
843 LMathExp(LOperand* value, function in class:v8::internal::LMathExp
H A Dlithium-arm.cc1234 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
H A Dlithium-codegen-arm.cc3958 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h811 class LMathExp: public LTemplateInstruction<1, 1, 2> { class in namespace:v8::internal
813 LMathExp(LOperand* value, function in class:v8::internal::LMathExp
H A Dlithium-ia32.cc1309 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
H A Dlithium-codegen-ia32.cc4139 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h833 class LMathExp: public LTemplateInstruction<1, 1, 3> { class in namespace:v8::internal
835 LMathExp(LOperand* value, function in class:v8::internal::LMathExp
H A Dlithium-mips.cc1212 LMathExp* result = new(zone()) LMathExp(input, double_temp, temp1, temp2);
H A Dlithium-codegen-mips.cc3890 void LCodeGen::DoMathExp(LMathExp* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h791 class LMathExp: public LTemplateInstruction<1, 1, 2> { class in namespace:v8::internal
793 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::LMathExp
H A Dlithium-x64.cc1230 LMathExp* result = new(zone()) LMathExp(value, temp1, temp2);
H A Dlithium-codegen-x64.cc3723 void LCodeGen::DoMathExp(LMathExp* instr) {

Completed in 209 milliseconds