Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/arm/
Dlithium-arm.h100 V(MathMinMax) \
1348 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1349 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h102 V(MathMinMax) \
1373 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1374 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/x87/
Dlithium-x87.h104 V(MathMinMax) \
1345 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1346 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h104 V(MathMinMax) \
1355 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1356 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/x64/
Dlithium-x64.h100 V(MathMinMax) \
1349 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1350 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h101 V(MathMinMax) \
1330 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1331 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/s390/
Dlithium-s390.h100 V(MathMinMax) \
1222 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1223 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/mips/
Dlithium-mips.h100 V(MathMinMax) \
1311 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1312 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h107 V(MathMinMax) \
1757 DECLARE_CONCRETE_INSTRUCTION(MathMinMax, "math-min-max")
1758 DECLARE_HYDROGEN_ACCESSOR(MathMinMax)
/external/v8/src/crankshaft/
Dhydrogen-instructions.h110 V(MathMinMax) \
4387 DECLARE_CONCRETE_INSTRUCTION(MathMinMax) in DECLARE_CONCRETE_INSTRUCTION() argument
/external/v8/
DChangeLog24655 Fixed x64 MathMinMax for negative untagged int32 arguments.