Package ghidra.pcode.emu.jit.op
Interface JitIntUnOp
- All Known Implementing Classes:
JitInt2CompOp
,JitIntNegateOp
,JitIntSExtOp
,JitIntZExtOp
,JitLzCountOp
,JitPopCountOp
,JitSubPieceOp
A unary p-code operator use-def node with
int
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