Searched defs:LMathExp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h855 class LMathExp V8_FINAL : public LTemplateInstruction<1, 1, 3> {
857 LMathExp(LOperand* value, function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h831 class LMathExp V8_FINAL : public LTemplateInstruction<1, 1, 2> {
833 LMathExp(LOperand* value, function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h850 class LMathExp V8_FINAL : public LTemplateInstruction<1, 1, 3> {
852 LMathExp(LOperand* value, function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h809 class LMathExp V8_FINAL : public LTemplateInstruction<1, 1, 2> {
811 LMathExp(LOperand* value, LOperand* temp1, LOperand* temp2) { function in class:v8::internal::V8_FINAL

Completed in 79 milliseconds