Home
last modified time | relevance | path

Searched refs:Float64InsertHighWord32 (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h298 const Operator* Float64InsertHighWord32();
Dopcodes.h321 V(Float64InsertHighWord32) \
Draw-machine-assembler.h544 Node* Float64InsertHighWord32(Node* a, Node* b) { in Float64InsertHighWord32() function
545 return AddNode(machine()->Float64InsertHighWord32(), a, b); in Float64InsertHighWord32()
Dmachine-operator.cc187 V(Float64InsertHighWord32, Operator::kNoProperties, 2, 0, 1) \
Djs-intrinsic-lowering.cc131 graph()->NewNode(machine()->Float64InsertHighWord32(), in ReduceConstructDouble()
Dwasm-compiler.cc1005 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/
Dmachine-operator-unittest.cc266 PURE(Float64InsertHighWord32, 2, 0, 1), // --
Dmachine-operator-reducer-unittest.cc1434 Reduce(graph()->NewNode(machine()->Float64InsertHighWord32(), in TEST_F()
Dnode-test-utils.cc2081 IS_BINOP_MATCHER(Float64InsertHighWord32)
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc5276 m.Return(m.Float64InsertHighWord32(m.Parameter(0), m.Parameter(1))); in TEST()