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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h792 class LMathAbs V8_FINAL : public LTemplateInstruction<1, 2, 0> {
794 LMathAbs(LOperand* context, LOperand* value) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h768 class LMathAbs V8_FINAL : public LTemplateInstruction<1, 2, 0> {
770 LMathAbs(LOperand* context, LOperand* value) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h787 class LMathAbs V8_FINAL : public LTemplateInstruction<1, 2, 0> {
789 LMathAbs(LOperand* context, LOperand* value) { function in class:v8::internal::V8_FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h746 class LMathAbs V8_FINAL : public LTemplateInstruction<1, 2, 0> {
748 explicit LMathAbs(LOperand* context, LOperand* value) { function in class:v8::internal::V8_FINAL

Completed in 120 milliseconds