public class Insn22x extends AbstractInsn implements TwoRegInsn
opc, regs
REG_B_IDX
REG_A_IDX
Constructor and Description |
---|
Insn22x(Opcode opc,
Register regA,
Register regB) |
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getIncompatibleRegs() |
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
Register |
getRegA() |
Register |
getRegB() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
public Register getRegA()
getRegA
in interface OneRegInsn
public Register getRegB()
getRegB
in interface TwoRegInsn
protected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0
in class AbstractInsn
public java.util.BitSet getIncompatibleRegs()
getIncompatibleRegs
in interface Insn
getIncompatibleRegs
in class AbstractInsn