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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h863 class LMathSqrt: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
865 explicit LMathSqrt(LOperand* value) { function in class:v8::internal::LMathSqrt
H A Dlithium-arm.cc1241 LMathSqrt* result = new(zone()) LMathSqrt(input);
H A Dlithium-codegen-arm.cc3817 void LCodeGen::DoMathSqrt(LMathSqrt* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h830 class LMathSqrt: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
832 explicit LMathSqrt(LOperand* value) { function in class:v8::internal::LMathSqrt
H A Dlithium-ia32.cc1316 LMathSqrt* result = new(zone()) LMathSqrt(input);
H A Dlithium-codegen-ia32.cc3951 void LCodeGen::DoMathSqrt(LMathSqrt* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h855 class LMathSqrt: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
857 explicit LMathSqrt(LOperand* value) { function in class:v8::internal::LMathSqrt
H A Dlithium-mips.cc1243 LMathSqrt* result = new(zone()) LMathSqrt(input);
H A Dlithium-codegen-mips.cc3749 void LCodeGen::DoMathSqrt(LMathSqrt* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h808 class LMathSqrt: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
810 explicit LMathSqrt(LOperand* value) { function in class:v8::internal::LMathSqrt
H A Dlithium-x64.cc1237 LMathSqrt* result = new(zone()) LMathSqrt(input);
H A Dlithium-codegen-x64.cc3561 void LCodeGen::DoMathSqrt(LMathSqrt* instr) {

Completed in 422 milliseconds