FullRegSet

Undocumented in source.

Members

Functions

disable
void disable(PhysReg rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
length
ubyte length()
Undocumented in source. Be warned that the author may not have intended to support it.
lowest
FullRegSet lowest(int n)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(PhysReg) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(uint index, PhysReg) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
FullRegSet opBinary(FullRegSet rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
FullRegSet opBinary(PhysReg rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(FullRegSet rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(PhysReg rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
FullRegSet opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

classes
ClassRegSet[NUM_REG_CLASSES] classes;
Undocumented in source.

Meta