Home
last modified time | relevance | path

Searched refs:Float64RoundTiesAway (Results 1 – 7 of 7) sorted by relevance

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc327 OPTIONAL_ENTRY(Float64RoundTiesAway, 1, 0, 1), // --
Dnode-test-utils.cc2310 IS_UNOP_MATCHER(Float64RoundTiesAway)
/external/v8/src/compiler/
Dmachine-operator.h363 const OptionalOperator Float64RoundTiesAway();
Draw-machine-assembler.h602 Node* Float64RoundTiesAway(Node* a) { in Float64RoundTiesAway() function
603 return AddNode(machine()->Float64RoundTiesAway().op(), a); in Float64RoundTiesAway()
Dopcodes.h405 V(Float64RoundTiesAway) \
Dmachine-operator.cc381 V(Float64RoundTiesAway, Operator::kNoProperties, 1, 0, 1) \
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5839 if (!m.machine()->Float64RoundTiesAway().IsSupported()) return; in TEST()
5840 m.Return(m.Float64RoundTiesAway(m.Parameter(0))); in TEST()