Package ghidra.pcode.emu.jit.op
Interface JitIntTestOp
- All Superinterfaces:
JitBinOp,JitDefOp,JitIntBinOp,JitOp
- All Known Implementing Classes:
JitIntCarryOp,JitIntEqualOp,JitIntLessEqualOp,JitIntLessOp,JitIntNotEqualOp,JitIntSBorrowOp,JitIntSCarryOp,JitIntSLessEqualOp,JitIntSLessOp
- Implementation Notes:
- Correct. This doesn't change anything, because boolean is int. Nevertheless, we keep this here because it forms a useful category of p-code ops. Also, if we ever need to formalize the "boolean" type, we'll already have this in place.
-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehaviortype()The required type behavior for the outputMethods inherited from interface ghidra.pcode.emu.jit.op.JitBinOp
inputs, l, link, r, typeFor, unlinkMethods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, outMethods inherited from interface ghidra.pcode.emu.jit.op.JitIntBinOp
lType, rType
-
Method Details
-
type
Description copied from interface:JitDefOpThe required type behavior for the output- Specified by:
typein interfaceJitDefOp- Specified by:
typein interfaceJitIntBinOp- Returns:
- the behavior
-