/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 918 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> { 920 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
|
D | lithium-mips.cc | 1118 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
|
D | lithium-codegen-mips.cc | 3364 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 944 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 946 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
|
D | lithium-x64.cc | 1189 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
|
D | lithium-codegen-x64.cc | 3436 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 946 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 948 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
|
D | lithium-x87.cc | 1207 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 868 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 870 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
|
D | lithium-s390.cc | 1066 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 941 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 943 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
|
D | lithium-arm.cc | 1154 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
|
D | lithium-codegen-arm.cc | 3385 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 948 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> { 950 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
|
D | lithium-ia32.cc | 1200 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
|
D | lithium-codegen-ia32.cc | 3235 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 936 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> { 938 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
|
D | lithium-mips64.cc | 1118 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
|
D | lithium-codegen-mips64.cc | 3571 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 937 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> { 939 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
|
D | lithium-ppc.cc | 1177 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
|
D | lithium-codegen-ppc.cc | 3634 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1762 class LMathPowHalf final : public LUnaryMathOperation<0> { 1764 explicit LMathPowHalf(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathPowHalf() function
|
D | lithium-arm64.cc | 2393 return DefineAsRegister(new(zone()) LMathPowHalf(input)); in DoUnaryMathOperation()
|
D | lithium-codegen-arm64.cc | 3637 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
|