/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 937 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> { 939 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
|
D | lithium-ia32.cc | 1243 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
|
D | lithium-codegen-ia32.cc | 3522 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 957 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 959 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
|
D | lithium-x87.cc | 1253 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
|
D | lithium-codegen-x87.cc | 3782 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 931 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> { 933 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
|
D | lithium-mips.cc | 1170 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
|
D | lithium-codegen-mips.cc | 3520 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 932 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 934 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
|
D | lithium-x64.cc | 1224 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
|
D | lithium-codegen-x64.cc | 3607 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 955 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 957 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
|
D | lithium-arm.cc | 1206 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
|
D | lithium-codegen-arm.cc | 3536 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 949 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> { 951 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
|
D | lithium-mips64.cc | 1170 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
|
D | lithium-codegen-mips64.cc | 3725 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 921 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 923 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
|
D | lithium-ppc.cc | 1215 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
|
D | lithium-codegen-ppc.cc | 3760 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1977 class LMathPowHalf final : public LUnaryMathOperation<0> { 1979 explicit LMathPowHalf(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathPowHalf() function
|
D | lithium-arm64.cc | 2612 return DefineAsRegister(new(zone()) LMathPowHalf(input)); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3756 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|