/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 906 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 908 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-mips.cc | 1154 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-mips.cc | 3357 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 932 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 934 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-x64.cc | 1183 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
|
D | lithium-codegen-x64.cc | 3424 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 928 class LMathSqrt final : public LTemplateInstruction<1, 1, 2> { 930 explicit LMathSqrt(LOperand* value, in LMathSqrt() function
|
D | lithium-x87.cc | 1200 LMathSqrt* result = new(zone()) LMathSqrt(input, temp1, temp2); in DoMathSqrt()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 859 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 861 explicit LMathSqrt(LOperand* value) { inputs_[0] = value; } in LMathSqrt() function
|
D | lithium-s390.cc | 1060 LMathSqrt* result = new (zone()) LMathSqrt(input); in DoMathSqrt()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 929 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 931 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-arm.cc | 1147 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-arm.cc | 3378 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 936 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 938 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-ia32.cc | 1193 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
|
D | lithium-codegen-ia32.cc | 3228 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 924 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 926 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-mips64.cc | 1154 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-mips64.cc | 3564 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 927 class LMathSqrt final : public LTemplateInstruction<1, 1, 0> { 929 explicit LMathSqrt(LOperand* value) { inputs_[0] = value; } in LMathSqrt() function
|
D | lithium-ppc.cc | 1170 LMathSqrt* result = new (zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-ppc.cc | 3627 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1802 class LMathSqrt final : public LUnaryMathOperation<0> { 1804 explicit LMathSqrt(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathSqrt() function
|
D | lithium-arm64.cc | 2418 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3792 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|