Searched defs:LMathPowHalf (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-ia32.h610 class LMathPowHalf: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
612 LMathPowHalf(LOperand* context, LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h875 class LMathPowHalf: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
877 LMathPowHalf(LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h842 class LMathPowHalf: public LTemplateInstruction<1, 2, 1> { class in namespace:v8::internal
844 LMathPowHalf(LOperand* context, LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h867 class LMathPowHalf: public LTemplateInstruction<1, 1, 1> { class in namespace:v8::internal
869 LMathPowHalf(LOperand* value, LOperand* temp) { function in class:v8::internal::LMathPowHalf
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h820 class LMathPowHalf: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
822 explicit LMathPowHalf(LOperand* value) { function in class:v8::internal::LMathPowHalf

Completed in 183 milliseconds