Searched refs:LMathSqrt (Results 1 – 21 of 21) sorted by relevance
/external/chromium_org/v8/src/arm/ |
D | lithium-arm.h | 975 class LMathSqrt FINAL : public LTemplateInstruction<1, 1, 0> { 977 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-arm.cc | 1209 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-arm.cc | 3858 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/chromium_org/v8/src/mips64/ |
D | lithium-mips64.h | 953 class LMathSqrt FINAL : public LTemplateInstruction<1, 1, 0> { 955 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-mips64.cc | 1216 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-mips64.cc | 3844 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/chromium_org/v8/src/x64/ |
D | lithium-x64.h | 956 class LMathSqrt FINAL : public LTemplateInstruction<1, 1, 0> { 958 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-x64.cc | 1226 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
|
D | lithium-codegen-x64.cc | 3841 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/chromium_org/v8/src/ia32/ |
D | lithium-ia32.h | 960 class LMathSqrt FINAL : public LTemplateInstruction<1, 1, 0> { 962 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-ia32.cc | 1246 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoMathSqrt()
|
D | lithium-codegen-ia32.cc | 3747 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/chromium_org/v8/src/x87/ |
D | lithium-x87.h | 976 class LMathSqrt FINAL : public LTemplateInstruction<1, 1, 2> { 978 explicit LMathSqrt(LOperand* value, in LMathSqrt() function
|
D | lithium-x87.cc | 1257 LMathSqrt* result = new(zone()) LMathSqrt(input, temp1, temp2); in DoMathSqrt()
|
D | lithium-codegen-x87.cc | 4021 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/chromium_org/v8/src/mips/ |
D | lithium-mips.h | 954 class LMathSqrt FINAL : public LTemplateInstruction<1, 1, 0> { 956 explicit LMathSqrt(LOperand* value) { in LMathSqrt() function
|
D | lithium-mips.cc | 1216 LMathSqrt* result = new(zone()) LMathSqrt(input); in DoMathSqrt()
|
D | lithium-codegen-mips.cc | 3812 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 2117 class LMathSqrt FINAL : public LUnaryMathOperation<0> { 2119 explicit LMathSqrt(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathSqrt() function
|
D | lithium-arm64.cc | 2660 return DefineAsRegister(new(zone()) LMathSqrt(input)); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 4206 void LCodeGen::DoMathSqrt(LMathSqrt* instr) { in DoMathSqrt()
|