Searched refs:Float64Neg (Results 1 - 13 of 13) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-codes-ia32.h | 87 V(Float64Neg) \
|
H A D | instruction-selector-ia32.cc | 1219 V(Float64Neg, kFloat64Neg) \
|
/third_party/node/deps/v8/src/ic/ |
H A D | unary-op-assembler.cc | 107 return Float64Neg(float_value); in Negate()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 693 Node* Float64Neg(Node* a) { return AddNode(machine()->Float64Neg(), a); } in Float64Neg() function in v8::internal::compiler::RawMachineAssembler
|
H A D | machine-operator.h | 657 const Operator* Float64Neg();
|
H A D | opcodes.h | 624 V(Float64Neg) \
|
H A D | machine-operator-reducer.cc | 578 NodeProperties::ChangeOp(node, machine()->Float64Neg()); in Reduce() 624 NodeProperties::ChangeOp(node, machine()->Float64Neg()); in Reduce()
|
H A D | code-assembler.h | 317 V(Float64Neg, Float64T, Float64T) \
|
H A D | machine-operator.cc | 383 V(Float64Neg, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 1147 op = m->Float64Neg(); in Unop()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 397 TNode<Float64T> minus_x = Float64Neg(x); in Float64Ceil() 405 var_x = Float64Neg(var_x.value()); in Float64Ceil() 449 TNode<Float64T> minus_x = Float64Neg(x); in Float64Floor() 457 var_x = Float64Neg(var_x.value()); in Float64Floor() 540 TNode<Float64T> minus_x = Float64Neg(x); in Float64Trunc() 549 var_x = Float64Neg(var_x.value()); in Float64Trunc()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 1333 V(Float64, Float64Neg, kS390_NegDouble, OperandMode::kNone, null) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 1571 V(Float64Neg, kArmVnegF64) \
|
Completed in 63 milliseconds