Searched refs:Float64Abs (Results 1 - 16 of 16) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | common-operator-reducer.cc | 283 return Change(node, machine()->Float64Abs(), vtrue); in ReducePhi() 421 return Change(node, machine()->Float64Abs(), vtrue); in ReduceSelect()
|
H A D | raw-machine-assembler.h | 692 Node* Float64Abs(Node* a) { return AddNode(machine()->Float64Abs(), a); } in Float64Abs() function in v8::internal::compiler::RawMachineAssembler
|
H A D | representation-change.cc | 1086 node = jsgraph()->graph()->NewNode(machine()->Float64Abs(), node); in GetBitRepresentationFor() 1441 return machine()->Float64Abs(); in Float64OperatorFor()
|
H A D | graph-assembler.h | 45 V(Float64Abs) \
|
H A D | machine-operator.h | 634 const Operator* Float64Abs();
|
H A D | opcodes.h | 608 V(Float64Abs) \
|
H A D | code-assembler.h | 301 V(Float64Abs, Float64T, Float64T) \
|
H A D | machine-operator.cc | 364 V(Float64Abs, Operator::kNoProperties, 1, 0, 1) \
|
H A D | effect-control-linearizer.cc | 1637 __ 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 D | simplified-lowering.cc | 4941 graph()->NewNode(machine()->Float64Abs(), input)); in DoNumberToBit()
|
H A D | wasm-compiler.cc | 1144 op = m->Float64Abs(); in Unop()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-codes-ia32.h | 86 V(Float64Abs) \
|
H A D | instruction-selector-ia32.cc | 1217 V(Float64Abs, kFloat64Abs) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1315 V(Float64, Float64Abs, kS390_AbsDouble, OperandMode::kNone, null) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 1569 V(Float64Abs, kArmVabsF64) \
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 1519 Branch(Float64LessThan(Float64Constant(0.0), Float64Abs(value_value)), 6960 return Float64LessThanOrEqual(Float64Abs(integer),
|
Completed in 79 milliseconds