Searched refs:LMathMinMax (Results 1 – 22 of 22) sorted by relevance
/external/v8/src/ia32/ |
D | lithium-ia32.h | 1502 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> { 1504 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-ia32.cc | 1637 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax()
|
D | lithium-codegen-ia32.cc | 1918 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 1510 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 1> { 1512 LMathMinMax(LOperand* left, LOperand* right, LOperand* temp) { in LMathMinMax() function
|
D | lithium-x87.cc | 1650 LMathMinMax* minmax = new (zone()) LMathMinMax(left, right, scratch); in DoMathMinMax()
|
D | lithium-codegen-x87.cc | 2186 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/x64/ |
D | lithium-x64.h | 1489 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> { 1491 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-x64.cc | 1620 LMathMinMax* minmax = new(zone()) LMathMinMax(left, right); in DoMathMinMax()
|
D | lithium-codegen-x64.cc | 1936 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 1472 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> { 1474 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-mips64.cc | 1627 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-mips64.cc | 1893 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 1473 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> { 1475 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-mips.cc | 1626 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-mips.cc | 1925 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 1507 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> { 1509 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-arm.cc | 1677 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-arm.cc | 2067 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2062 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> { 2064 LMathMinMax(LOperand* left, LOperand* right) { in LMathMinMax() function
|
D | lithium-arm64.cc | 1854 return DefineAsRegister(new(zone()) LMathMinMax(left, right)); in DoMathMinMax()
|
D | lithium-codegen-arm64.cc | 4213 void LCodeGen::DoMathMinMax(LMathMinMax* instr) { in DoMathMinMax()
|
/external/v8/ |
D | ChangeLog | 1539 x64: Fix LMathMinMax for constant Smi right-hand operands (Chromium
|