Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc256 PURE(Float64Sqrt, 1, 0, 1), // --
Dnode-test-utils.cc2307 IS_UNOP_MATCHER(Float64Sqrt)
/external/v8/src/compiler/
Dcode-assembler.h122 V(Float64Sqrt) \
Dmachine-operator.h330 const Operator* Float64Sqrt();
Draw-machine-assembler.h477 Node* Float64Sqrt(Node* a) { return AddNode(machine()->Float64Sqrt(), a); } in Float64Sqrt() function
Dopcodes.h398 V(Float64Sqrt) \
Drepresentation-change.cc717 return machine()->Float64Sqrt(); in Float64OperatorFor()
Dmachine-operator.cc170 V(Float64Sqrt, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc671 op = m->Float64Sqrt(); in Unop()
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc1992 TEST_F(InstructionSelectorTest, Float64Sqrt) { in TEST_F() argument
1995 Node* const n = m.Float64Sqrt(p0); in TEST_F()
/external/v8/src/
Dbuiltins.cc2583 Node* value = assembler->Float64Sqrt(x_value); in Generate_MathSqrt()