Home
last modified time | relevance | path

Searched refs:LMathMinMax (Results 1 – 25 of 28) sorted by relevance

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h1301 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1303 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-mips.cc1557 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
Dlithium-codegen-mips.cc1742 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h1339 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1341 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-x64.cc1580 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax()
Dlithium-codegen-x64.cc1755 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h1333 class LMathMinMax final : public LTemplateInstruction<1, 2, 1> {
1335 LMathMinMax(LOperand* left, LOperand* right, LOperand* temp) { in LMathMinMax() function
Dlithium-x87.cc1584 LMathMinMax* minmax = new (zone()) LMathMinMax(left, right, scratch); in DoMathMinMax()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h1227 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1229 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-s390.cc1451 return DefineAsRegister(new (zone()) LMathMinMax(left, right)); in DoMathMinMax()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h1338 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1340 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-arm.cc1610 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
Dlithium-codegen-arm.cc1857 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h1345 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1347 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-ia32.cc1575 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax()
Dlithium-codegen-ia32.cc1634 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h1363 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1365 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-mips64.cc1563 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
Dlithium-codegen-mips64.cc1864 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h1320 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1322 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-ppc.cc1588 return DefineAsRegister(new (zone()) LMathMinMax(left, right)); in DoMathMinMax()
Dlithium-codegen-ppc.cc1902 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h1747 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> {
1749 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
Dlithium-arm64.cc1661 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
Dlithium-codegen-arm64.cc3799 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()

12