Searched refs:Float64Sqrt (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 256 PURE(Float64Sqrt, 1, 0, 1), // --
|
D | node-test-utils.cc | 2307 IS_UNOP_MATCHER(Float64Sqrt)
|
/external/v8/src/compiler/ |
D | code-assembler.h | 122 V(Float64Sqrt) \
|
D | machine-operator.h | 330 const Operator* Float64Sqrt();
|
D | raw-machine-assembler.h | 477 Node* Float64Sqrt(Node* a) { return AddNode(machine()->Float64Sqrt(), a); } in Float64Sqrt() function
|
D | opcodes.h | 398 V(Float64Sqrt) \
|
D | representation-change.cc | 717 return machine()->Float64Sqrt(); in Float64OperatorFor()
|
D | machine-operator.cc | 170 V(Float64Sqrt, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 671 op = m->Float64Sqrt(); in Unop()
|
/external/v8/test/unittests/compiler/arm/ |
D | instruction-selector-arm-unittest.cc | 1992 TEST_F(InstructionSelectorTest, Float64Sqrt) { in TEST_F() argument 1995 Node* const n = m.Float64Sqrt(p0); in TEST_F()
|
/external/v8/src/ |
D | builtins.cc | 2583 Node* value = assembler->Float64Sqrt(x_value); in Generate_MathSqrt()
|