Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h937 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
939 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
Dlithium-ia32.cc1243 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
Dlithium-codegen-ia32.cc3522 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h957 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
959 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
Dlithium-x87.cc1253 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
Dlithium-codegen-x87.cc3782 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/mips/
Dlithium-mips.h931 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
933 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
Dlithium-mips.cc1170 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
Dlithium-codegen-mips.cc3520 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h932 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
934 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
Dlithium-x64.cc1224 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
Dlithium-codegen-x64.cc3607 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h955 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
957 explicit LMathPowHalf(LOperand* value) { in LMathPowHalf() function
Dlithium-arm.cc1206 LMathPowHalf* result = new(zone()) LMathPowHalf(input); in DoMathPowHalf()
Dlithium-codegen-arm.cc3536 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h949 class LMathPowHalf final : public LTemplateInstruction<1, 1, 1> {
951 LMathPowHalf(LOperand* value, LOperand* temp) { in LMathPowHalf() function
Dlithium-mips64.cc1170 LMathPowHalf* result = new(zone()) LMathPowHalf(input, temp); in DoMathPowHalf()
Dlithium-codegen-mips64.cc3725 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h921 class LMathPowHalf final : public LTemplateInstruction<1, 1, 0> {
923 explicit LMathPowHalf(LOperand* value) { inputs_[0] = value; } in LMathPowHalf() function
Dlithium-ppc.cc1215 LMathPowHalf* result = new (zone()) LMathPowHalf(input); in DoMathPowHalf()
Dlithium-codegen-ppc.cc3760 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1977 class LMathPowHalf final : public LUnaryMathOperation<0> {
1979 explicit LMathPowHalf(LOperand* value) : LUnaryMathOperation<0>(value) { } in LMathPowHalf() function
Dlithium-arm64.cc2612 return DefineAsRegister(new(zone()) LMathPowHalf(input)); in DoUnaryMathOperation()
Dlithium-codegen-arm64.cc3756 void LCodeGen::DoMathPowHalf(LMathPowHalf* instr) { in DoMathPowHalf()