Searched refs:Float64Sqrt (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 257 const Operator* Float64Sqrt();
|
D | opcodes.h | 309 V(Float64Sqrt) \
|
D | raw-machine-assembler.h | 401 Node* Float64Sqrt(Node* a) { return AddNode(machine()->Float64Sqrt(), a); } in Float64Sqrt() function
|
D | machine-operator.cc | 177 V(Float64Sqrt, Operator::kNoProperties, 1, 0, 1) \
|
D | js-intrinsic-lowering.cc | 344 return Change(node, machine()->Float64Sqrt()); in ReduceMathSqrt()
|
D | wasm-compiler.cc | 683 op = m->Float64Sqrt(); in Unop()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 258 PURE(Float64Sqrt, 1, 0, 1), // --
|
D | node-test-utils.cc | 2101 IS_UNOP_MATCHER(Float64Sqrt)
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 1959 TEST_F(InstructionSelectorTest, Float64Sqrt) { in TEST_F() argument 1962 Node* const n = m.Float64Sqrt(p0); in TEST_F()
|