Searched refs:Float32Sqrt (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.h | 248 const Operator* Float32Sqrt();
|
D | opcodes.h | 299 V(Float32Sqrt) \
|
D | raw-machine-assembler.h | 361 Node* Float32Sqrt(Node* a) { return AddNode(machine()->Float32Sqrt(), a); } in Float32Sqrt() function
|
D | machine-operator.cc | 170 V(Float32Sqrt, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 675 op = m->Float32Sqrt(); in Unop()
|
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 248 PURE(Float32Sqrt, 1, 0, 1), // --
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 1943 TEST_F(InstructionSelectorTest, Float32Sqrt) { in TEST_F() argument 1946 Node* const n = m.Float32Sqrt(p0); in TEST_F()
|