Home
last modified time | relevance | path

Searched refs:MathMinMax (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h120 V(MathMinMax) \
1512 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1513 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/x87/
Dlithium-x87.h121 V(MathMinMax) \
1522 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1523 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/x64/
Dlithium-x64.h116 V(MathMinMax) \
1499 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1500 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/mips64/
Dlithium-mips64.h116 V(MathMinMax) \
1482 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1483 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/mips/
Dlithium-mips.h116 V(MathMinMax) \
1483 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1484 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/arm/
Dlithium-arm.h116 V(MathMinMax) \
1517 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1518 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/arm64/
Dlithium-arm64.h123 V(MathMinMax) \
2072 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
2073 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/
Dhydrogen-instructions.h128 V(MathMinMax) \
5050 DECLARE_CONCRETE_INSTRUCTION(MathMinMax) in DECLARE_CONCRETE_INSTRUCTION() argument
/external/v8/
DChangeLog3420 Fixed x64 MathMinMax for negative untagged int32 arguments.