public static final class PhysicalDefUse.PDUEnumeration extends Object implements Enumeration<Register>
Modifier and Type | Field and Description |
---|---|
private int |
code |
private int |
curMask |
private PhysicalRegisterSet |
phys |
Constructor and Description |
---|
PDUEnumeration(int c,
IR ir) |
Modifier and Type | Method and Description |
---|---|
private static Register |
getReg(int m,
PhysicalRegisterSet phys) |
boolean |
hasMoreElements() |
Register |
nextElement() |
private int code
private int curMask
private final PhysicalRegisterSet phys
PDUEnumeration(int c, IR ir)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<Register>
public Register nextElement()
nextElement
in interface Enumeration<Register>
private static Register getReg(int m, PhysicalRegisterSet phys)