/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 1301 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1303 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-mips.cc | 1557 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-mips.cc | 1742 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 1339 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1341 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-x64.cc | 1580 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax()
|
D | lithium-codegen-x64.cc | 1755 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 1333 class LMathMinMax final : public LTemplateInstruction<1, 2, 1> { 1335 LMathMinMax(LOperand* left, LOperand* right, LOperand* temp) { in LMathMinMax() function
|
D | lithium-x87.cc | 1584 LMathMinMax* minmax = new (zone()) LMathMinMax(left, right, scratch); in DoMathMinMax()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 1227 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1229 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-s390.cc | 1451 return DefineAsRegister(new (zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 1338 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1340 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-arm.cc | 1610 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-arm.cc | 1857 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 1345 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1347 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-ia32.cc | 1575 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax()
|
D | lithium-codegen-ia32.cc | 1634 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 1363 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1365 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-mips64.cc | 1563 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-mips64.cc | 1864 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 1320 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1322 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-ppc.cc | 1588 return DefineAsRegister(new (zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-ppc.cc | 1902 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 1747 class LMathMinMax final : public LTemplateInstruction<1, 2, 0> { 1749 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-arm64.cc | 1661 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-arm64.cc | 3799 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|