Home
last modified time | relevance | path

Searched refs:LMathPowHalf (Results 1 – 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h918 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
920 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
Dlithium-mips.cc1118 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
Dlithium-codegen-mips.cc3364 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h944 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
946 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
Dlithium-x64.cc1189 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
Dlithium-codegen-x64.cc3436 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h946 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
948 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
Dlithium-x87.cc1207 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h868 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
870 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
Dlithium-s390.cc1066 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h941 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
943 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
Dlithium-arm.cc1154 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
Dlithium-codegen-arm.cc3385 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h948 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
950 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
Dlithium-ia32.cc1200 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
Dlithium-codegen-ia32.cc3235 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h936 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
938 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
Dlithium-mips64.cc1118 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
Dlithium-codegen-mips64.cc3571 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h937 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
939 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
Dlithium-ppc.cc1177 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
Dlithium-codegen-ppc.cc3634 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1762 class LMathPowHalf final : public LUnaryMathOperation<0> {
1764 explicit LMathPowHalf(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathPowHalf() function
Dlithium-arm64.cc2393 return DefineAsRegister(new(zone()) LMathPowHalf(input)); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3637 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()

12