Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h290 const OptionalOperator Float64RoundTiesAway();
Dopcodes.h315 V(Float64RoundTiesAway) \
Draw-machine-assembler.h524 Node* Float64RoundTiesAway(Node* a) { in Float64RoundTiesAway() function
525 return AddNode(machine()->Float64RoundTiesAway().op(), a); in Float64RoundTiesAway()
Dmachine-operator.cc206 V(Float64RoundTiesAway, Operator::kNoProperties, 1, 0, 1) \
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc329 OPTIONAL_ENTRY(Float64RoundTiesAway, 1, 0, 1), // --
Dnode-test-utils.cc2104 IS_UNOP_MATCHER(Float64RoundTiesAway)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5491 if (!m.machine()->Float64RoundTiesAway().IsSupported()) return; in TEST()
5492 m.Return(m.Float64RoundTiesAway(m.Parameter(0))); in TEST()