Home
last modified time | relevance | path

Searched refs:LMathSqrt (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h906 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
908 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-mips.cc1154 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-mips.cc3357 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h932 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
934 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-x64.cc1183 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
Dlithium-codegen-x64.cc3424 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h928 class LMathSqrt final : public LTemplateInstruction<1, 1, 2> {
930 explicit LMathSqrt(LOperand* value, in LMathSqrt() function
Dlithium-x87.cc1200 LMathSqrt* result = new(zone()) LMathSqrt(input, temp1, temp2); in DoMathSqrt()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h859 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
861 explicit LMathSqrt(LOperand* value) { inputs_[0] = value; } in LMathSqrt() function
Dlithium-s390.cc1060 LMathSqrt* result = new (zone()) LMathSqrt(input); in DoMathSqrt()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h929 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
931 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-arm.cc1147 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-arm.cc3378 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h936 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
938 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-ia32.cc1193 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
Dlithium-codegen-ia32.cc3228 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h924 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
926 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-mips64.cc1154 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-mips64.cc3564 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h927 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
929 explicit LMathSqrt(LOperand* value) { inputs_[0] = value; } in LMathSqrt() function
Dlithium-ppc.cc1170 LMathSqrt* result = new (zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-ppc.cc3627 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1802 class LMathSqrt final : public LUnaryMathOperation<0> {
1804 explicit LMathSqrt(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathSqrt() function
Dlithium-arm64.cc2418 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3792 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()

12