Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h925 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
927 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-ia32.cc1236 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
Dlithium-codegen-ia32.cc3515 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h939 class LMathSqrt final : public LTemplateInstruction<1, 1, 2> {
941 explicit LMathSqrt(LOperand* value, in LMathSqrt() function
Dlithium-x87.cc1246 LMathSqrt* result = new(zone()) LMathSqrt(input, temp1, temp2); in DoMathSqrt()
Dlithium-codegen-x87.cc3773 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h919 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
921 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-mips.cc1206 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-mips.cc3513 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h920 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
922 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-x64.cc1218 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
Dlithium-codegen-x64.cc3595 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h943 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
945 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-arm.cc1199 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-arm.cc3529 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h937 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
939 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
Dlithium-mips64.cc1206 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-mips64.cc3718 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h911 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> {
913 explicit LMathSqrt(LOperand* value) { inputs_[0] = value; } in LMathSqrt() function
Dlithium-ppc.cc1208 LMathSqrt* result = new (zone()) LMathSqrt(input); in DoMathSqrt()
Dlithium-codegen-ppc.cc3753 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h2017 class LMathSqrt final : public LUnaryMathOperation<0> {
2019 explicit LMathSqrt(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathSqrt() function
Dlithium-arm64.cc2637 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3911 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()