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
-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehavior
type()
The required type behavior for the outputMethods inherited from interface ghidra.pcode.emu.jit.op.JitBinOp
inputs, l, link, r, typeFor, unlink
Methods inherited from interface ghidra.pcode.emu.jit.op.JitDefOp
canBeRemoved, out
Methods inherited from interface ghidra.pcode.emu.jit.op.JitIntBinOp
lType, rType
-
Method Details
-
type
Description copied from interface:JitDefOp
The required type behavior for the output- Specified by:
type
in interfaceJitDefOp
- Specified by:
type
in interfaceJitIntBinOp
- Returns:
- the behavior
-