Searched refs:Float64InsertHighWord32 (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 298 const Operator* Float64InsertHighWord32();
|
D | opcodes.h | 321 V(Float64InsertHighWord32) \
|
D | raw-machine-assembler.h | 544 Node* Float64InsertHighWord32(Node* a, Node* b) { in Float64InsertHighWord32() function 545 return AddNode(machine()->Float64InsertHighWord32(), a, b); in Float64InsertHighWord32()
|
D | machine-operator.cc | 187 V(Float64InsertHighWord32, Operator::kNoProperties, 2, 0, 1) \
|
D | js-intrinsic-lowering.cc | 131 graph()->NewNode(machine()->Float64InsertHighWord32(), in ReduceConstructDouble()
|
D | wasm-compiler.cc | 1005 return graph()->NewNode(m->Float64InsertHighWord32(), input, new_high_word); in BuildF64Neg() 1047 return graph()->NewNode(m->Float64InsertHighWord32(), left, new_high_word); in BuildF64CopySign()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 266 PURE(Float64InsertHighWord32, 2, 0, 1), // --
|
D | machine-operator-reducer-unittest.cc | 1434 Reduce(graph()->NewNode(machine()->Float64InsertHighWord32(), in TEST_F()
|
D | node-test-utils.cc | 2081 IS_BINOP_MATCHER(Float64InsertHighWord32)
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 5276 m.Return(m.Float64InsertHighWord32(m.Parameter(0), m.Parameter(1))); in TEST()
|