public class Insn22t extends InsnWithOffset implements TwoRegInsn
targetopc, regsREG_B_IDXREG_A_IDX| Constructor and Description |
|---|
Insn22t(Opcode opc,
Register regA,
Register regB) |
| Modifier and Type | Method and Description |
|---|---|
java.util.BitSet |
getIncompatibleRegs() |
int |
getMaxJumpOffset()
Gets the maximum number of words available for the jump offset
|
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
Register |
getRegB() |
getTarget, setTargetgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegspublic Register getRegA()
getRegA in interface OneRegInsnpublic Register getRegB()
getRegB in interface TwoRegInsnprotected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0 in class AbstractInsnpublic java.util.BitSet getIncompatibleRegs()
getIncompatibleRegs in interface InsngetIncompatibleRegs in class AbstractInsnpublic int getMaxJumpOffset()
InsnWithOffsetgetMaxJumpOffset in class InsnWithOffset