Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-math.cc479 MathUnaryOperation(&CodeStubAssembler::Float64Sqrt); in TF_BUILTIN()
/external/v8/src/compiler/
Dcode-assembler.h141 V(Float64Sqrt) \
Dmachine-operator.h348 const Operator* Float64Sqrt(); in NON_EXPORTED_BASE()
Draw-machine-assembler.h515 Node* Float64Sqrt(Node* a) { return AddNode(machine()->Float64Sqrt(), a); } in Float64Sqrt() function
Dopcodes.h464 V(Float64Sqrt) \
Drepresentation-change.cc972 return machine()->Float64Sqrt(); in Float64OperatorFor()
Dmachine-operator.cc200 V(Float64Sqrt, Operator::kNoProperties, 1, 0, 1) \
Dmachine-operator-reducer.cc59 graph()->NewNode(machine()->Float64Sqrt(), value)); in Float64PowHalf()
Dwasm-compiler.cc817 op = m->Float64Sqrt(); in Unop()
/external/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc852 V(Float64Sqrt, kSSEFloat64Sqrt) \
/external/v8/src/compiler/x64/
Dinstruction-selector-x64.cc1306 V(Float64Sqrt, kSSEFloat64Sqrt) \
/external/v8/src/compiler/arm/
Dinstruction-selector-arm.cc1382 V(Float64Sqrt, kArmVsqrtF64)
/external/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc1276 V(Float64Sqrt, kArm64Float64Sqrt) \