Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dmachine-operator.h257 const Operator* Float64Sqrt();
Dopcodes.h309 V(Float64Sqrt) \
Draw-machine-assembler.h401 Node* Float64Sqrt(Node* a) { return AddNode(machine()->Float64Sqrt(), a); } in Float64Sqrt() function
Dmachine-operator.cc177 V(Float64Sqrt, Operator::kNoProperties, 1, 0, 1) \
Djs-intrinsic-lowering.cc344 return Change(node, machine()->Float64Sqrt()); in ReduceMathSqrt()
Dwasm-compiler.cc683 op = m->Float64Sqrt(); in Unop()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc258 PURE(Float64Sqrt, 1, 0, 1), // --
Dnode-test-utils.cc2101 IS_UNOP_MATCHER(Float64Sqrt)
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc1959 TEST_F(InstructionSelectorTest, Float64Sqrt) { in TEST_F() argument
1962 Node* const n = m.Float64Sqrt(p0); in TEST_F()