Searched defs:LMathMinMax (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.h1507 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> {
1509 LMathMinMax(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/v8/src/ia32/
H A Dlithium-ia32.h1502 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> {
1504 LMathMinMax(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/v8/src/mips/
H A Dlithium-mips.h1473 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> {
1475 LMathMinMax(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/v8/src/mips64/
H A Dlithium-mips64.h1472 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> {
1474 LMathMinMax(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/v8/src/x64/
H A Dlithium-x64.h1489 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> {
1491 LMathMinMax(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL
/external/v8/src/x87/
H A Dlithium-x87.h1510 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 1> {
1512 LMathMinMax(LOperand* left, LOperand* right, LOperand* temp) { function in class:v8::internal::FINAL
/external/v8/src/arm64/
H A Dlithium-arm64.h2062 class LMathMinMax FINAL : public LTemplateInstruction<1, 2, 0> {
2064 LMathMinMax(LOperand* left, LOperand* right) { function in class:v8::internal::FINAL

Completed in 97 milliseconds