Package ghidra.pcode.emu.jit.op
Interface JitFloatUnOp
- All Known Implementing Classes:
JitFloatAbsOp,JitFloatCeilOp,JitFloatFloat2FloatOp,JitFloatFloorOp,JitFloatNaNOp,JitFloatNegOp,JitFloatRoundOp,JitFloatSqrtOp,JitFloatTruncOp
A unary p-code operator use-def node with
float types.-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehaviortype()The required type behavior for the outputdefault JitTypeBehavioruType()The required type behavior for the operandMethods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, out