Searched refs:Float64InsertLowWord32 (Results 1 – 9 of 9) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 263 PURE(Float64InsertLowWord32, 2, 0, 1), // --
|
D | machine-operator-reducer-unittest.cc | 1560 Reduce(graph()->NewNode(machine()->Float64InsertLowWord32(), in TEST_F()
|
D | node-test-utils.cc | 2286 IS_BINOP_MATCHER(Float64InsertLowWord32)
|
/external/v8/src/compiler/ |
D | code-assembler.h | 76 V(Float64InsertLowWord32) \
|
D | machine-operator.h | 396 const Operator* Float64InsertLowWord32();
|
D | raw-machine-assembler.h | 619 Node* Float64InsertLowWord32(Node* a, Node* b) { in Float64InsertLowWord32() function 620 return AddNode(machine()->Float64InsertLowWord32(), a, b); in Float64InsertLowWord32()
|
D | opcodes.h | 410 V(Float64InsertLowWord32) \
|
D | machine-operator.cc | 180 V(Float64InsertLowWord32, Operator::kNoProperties, 2, 0, 1) \
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 5459 m.Return(m.Float64InsertLowWord32(m.Parameter(0), m.Parameter(1))); in TEST()
|