Home
last modified time | relevance | path

Searched refs:Float32Sqrt (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h248 const Operator* Float32Sqrt();
Dopcodes.h299 V(Float32Sqrt) \
Draw-machine-assembler.h361 Node* Float32Sqrt(Node* a) { return AddNode(machine()->Float32Sqrt(), a); } in Float32Sqrt() function
Dmachine-operator.cc170 V(Float32Sqrt, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc675 op = m->Float32Sqrt(); in Unop()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc248 PURE(Float32Sqrt, 1, 0, 1), // --
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc1943 TEST_F(InstructionSelectorTest, Float32Sqrt) { in TEST_F() argument
1946 Node* const n = m.Float32Sqrt(p0); in TEST_F()