public interface Insn extends Cloneable
Modifier and Type | Method and Description |
---|---|
BitSet |
getIncompatibleRegs() |
int |
getMinimumRegsNeeded() |
Opcode |
getOpcode() |
BuilderInstruction |
getRealInsn(LabelAssigner assigner) |
List<Register> |
getRegs() |
int |
getSize() |
boolean |
hasIncompatibleRegs() |
Opcode getOpcode()
BitSet getIncompatibleRegs()
boolean hasIncompatibleRegs()
int getMinimumRegsNeeded()
BuilderInstruction getRealInsn(LabelAssigner assigner)
int getSize()