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 JitTypeBehavior
type()
The required type behavior for the outputdefault JitTypeBehavior
uType()
The required type behavior for the operandMethods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, out