/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 925 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 927 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-ia32.cc | 1236 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
|
D | lithium-codegen-ia32.cc | 3515 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 939 class LMathSqrt final : public LTemplateInstruction<1, 1, 2> { 941 explicit LMathSqrt(LOperand* value, in LMathSqrt() function
|
D | lithium-x87.cc | 1246 LMathSqrt* result = new(zone()) LMathSqrt(input, temp1, temp2); in DoMathSqrt()
|
D | lithium-codegen-x87.cc | 3773 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 919 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 921 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-mips.cc | 1206 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-mips.cc | 3513 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 920 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 922 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-x64.cc | 1218 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
|
D | lithium-codegen-x64.cc | 3595 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 943 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 945 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-arm.cc | 1199 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-arm.cc | 3529 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 937 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 939 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-mips64.cc | 1206 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-mips64.cc | 3718 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 911 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 913 explicit LMathSqrt(LOperand* value) { inputs_[0] = value; } in LMathSqrt() function
|
D | lithium-ppc.cc | 1208 LMathSqrt* result = new (zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-ppc.cc | 3753 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 2017 class LMathSqrt final : public LUnaryMathOperation<0> { 2019 explicit LMathSqrt(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathSqrt() function
|
D | lithium-arm64.cc | 2637 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3911 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|