public class Insn3rc extends AbstractInsn
opc, regs
Constructor and Description |
---|
Insn3rc(Opcode opc,
java.util.List<Register> regs,
short regCount,
Reference referencedItem) |
Modifier and Type | Method and Description |
---|---|
java.util.BitSet |
getIncompatibleRegs() |
protected BuilderInstruction |
getRealInsn0(LabelAssigner assigner) |
java.lang.String |
toString() |
getMinimumRegsNeeded, getOpcode, getRealInsn, getRegs, getSize, hasIncompatibleRegs
public Insn3rc(Opcode opc, java.util.List<Register> regs, short regCount, Reference referencedItem)
protected BuilderInstruction getRealInsn0(LabelAssigner assigner)
getRealInsn0
in class AbstractInsn
public java.util.BitSet getIncompatibleRegs()
getIncompatibleRegs
in interface Insn
getIncompatibleRegs
in class AbstractInsn
public java.lang.String toString()
toString
in class AbstractInsn