Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc246 PURE(Float32Sqrt, 1, 0, 1), // --
/external/v8/src/compiler/
Dmachine-operator.h320 const Operator* Float32Sqrt();
Draw-machine-assembler.h419 Node* Float32Sqrt(Node* a) { return AddNode(machine()->Float32Sqrt(), a); } in Float32Sqrt() function
Dopcodes.h374 V(Float32Sqrt) \
Dmachine-operator.cc150 V(Float32Sqrt, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc657 op = m->Float32Sqrt(); in Unop()
/external/v8/test/unittests/compiler/arm/
Dinstruction-selector-arm-unittest.cc1976 TEST_F(InstructionSelectorTest, Float32Sqrt) { in TEST_F() argument
1979 Node* const n = m.Float32Sqrt(p0); in TEST_F()