Package ghidra.pcode.emu.jit.op
Interface JitIntBinOp
- All Known Subinterfaces:
JitIntTestOp
- All Known Implementing Classes:
JitIntAddOp,JitIntAndOp,JitIntCarryOp,JitIntDivOp,JitIntEqualOp,JitIntLeftOp,JitIntLessEqualOp,JitIntLessOp,JitIntMultOp,JitIntNotEqualOp,JitIntOrOp,JitIntRemOp,JitIntRightOp,JitIntSBorrowOp,JitIntSCarryOp,JitIntSDivOp,JitIntSLessEqualOp,JitIntSLessOp,JitIntSRemOp,JitIntSRightOp,JitIntSubOp,JitIntXorOp
A binary p-code operator use-def node with
int types.-
Method Summary
Modifier and TypeMethodDescriptiondefault JitTypeBehaviorlType()The required type behavior for the left operanddefault JitTypeBehaviorrType()The required type behavior for the right operanddefault 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, out
-
Method Details