Record Class JitFloatNegOp
java.lang.Object
java.lang.Record
ghidra.pcode.emu.jit.op.JitFloatNegOp
- Record Components:
op- the p-code opout- the use-def variable node for the outputu- the use-def node for the input operand
- All Implemented Interfaces:
JitDefOp, JitFloatUnOp, JitOp, JitUnOp
public record JitFloatNegOp(PcodeOp op, JitOutVar out, JitVal u)
extends Record
implements JitFloatUnOp
The use-def node for a
PcodeOp.FLOAT_NEG.-
Constructor Summary
ConstructorsConstructorDescriptionJitFloatNegOp(PcodeOp op, JitOutVar out, JitVal u) Creates an instance of aJitFloatNegOprecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.op()Returns the value of theoprecord component.out()Returns the value of theoutrecord component.final StringtoString()Returns a string representation of this record class.u()Returns the value of theurecord component.Methods inherited from interface JitDefOp
canBeRemovedMethods inherited from interface JitFloatUnOp
type, uType
-
Constructor Details
-
JitFloatNegOp
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
op
-
out
-
u
-