Home
last modified time | relevance | path

Searched refs:Float64Abs (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator-reducer.cc283 return Change(node, machine()->Float64Abs(), vtrue); in ReducePhi()
421 return Change(node, machine()->Float64Abs(), vtrue); in ReduceSelect()
H A Draw-machine-assembler.h692 Node* Float64Abs(Node* a) { return AddNode(machine()->Float64Abs(), a); } in Float64Abs() function in v8::internal::compiler::RawMachineAssembler
H A Drepresentation-change.cc1086 node = jsgraph()->graph()->NewNode(machine()->Float64Abs(), node); in GetBitRepresentationFor()
1441 return machine()->Float64Abs(); in Float64OperatorFor()
H A Dgraph-assembler.h45 V(Float64Abs) \
H A Dmachine-operator.h634 const Operator* Float64Abs();
H A Dopcodes.h608 V(Float64Abs) \
H A Dcode-assembler.h301 V(Float64Abs, Float64T, Float64T) \
H A Dmachine-operator.cc364 V(Float64Abs, Operator::kNoProperties, 1, 0, 1) \
H A Deffect-control-linearizer.cc1637 __ Goto(done, __ Float64LessThan(fzero, __ Float64Abs(value_value))); in TruncateTaggedPointerToBit()
3247 __ Float64Abs(trunc), __ Float64Constant(kMaxSafeInteger)); in LowerNumberIsSafeInteger()
3276 __ Float64Abs(trunc), __ Float64Constant(kMaxSafeInteger)); in LowerObjectIsSafeInteger()
H A Dsimplified-lowering.cc4941 graph()->NewNode(machine()->Float64Abs(), input)); in DoNumberToBit()
H A Dwasm-compiler.cc1144 op = m->Float64Abs(); in Unop()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-codes-ia32.h86 V(Float64Abs) \
H A Dinstruction-selector-ia32.cc1217 V(Float64Abs, kFloat64Abs) \
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc1315 V(Float64, Float64Abs, kS390_AbsDouble, OperandMode::kNone, null) \
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dinstruction-selector-arm.cc1569 V(Float64Abs, kArmVabsF64) \
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1519 Branch(Float64LessThan(Float64Constant(0.0), Float64Abs(value_value)),
6960 return Float64LessThanOrEqual(Float64Abs(integer),

Completed in 79 milliseconds