Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc263 PURE(Float64InsertLowWord32, 2, 0, 1), // --
Dmachine-operator-reducer-unittest.cc1560 Reduce(graph()->NewNode(machine()->Float64InsertLowWord32(), in TEST_F()
Dnode-test-utils.cc2286 IS_BINOP_MATCHER(Float64InsertLowWord32)
/external/v8/src/compiler/
Dcode-assembler.h76 V(Float64InsertLowWord32) \
Dmachine-operator.h396 const Operator* Float64InsertLowWord32();
Draw-machine-assembler.h619 Node* Float64InsertLowWord32(Node* a, Node* b) { in Float64InsertLowWord32() function
620 return AddNode(machine()->Float64InsertLowWord32(), a, b); in Float64InsertLowWord32()
Dopcodes.h410 V(Float64InsertLowWord32) \
Dmachine-operator.cc180 V(Float64InsertLowWord32, Operator::kNoProperties, 2, 0, 1) \
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5459 m.Return(m.Float64InsertLowWord32(m.Parameter(0), m.Parameter(1))); in TEST()