 |  | enum | Location { R0,
SP,
RTOC,
R3,
R4,
R5,
R6,
R7,
R8,
R9,
R10,
R11,
R12,
R13,
R14,
R15,
R16,
R17,
R18,
R19,
R20,
R21,
R22,
R23,
R24,
R25,
R26,
R27,
R28,
R29,
R30,
R31,
LinkRegister,
CounterRegister,
UnAllocated,
PerformSelectorLoc,
PerformDelegateeLoc,
StackLocations,
ArgStackLocations,
ExtraArgStackLocations,
EndArgStackLocations,
IArgStackLocations,
ExtraIArgStackLocations,
EndIArgStackLocations,
FirstArgRegister,
LastArgRegister,
FirstIArgRegister,
LastIArgRegister,
IllegalLocation,
ReceiverReg,
IReceiverReg,
ResultReg,
Arg1,
Arg2,
Arg3,
Arg4,
Arg5,
Arg6,
Arg7,
Temp1,
Temp2,
LowestNonVolReg,
ByteMapBaseReg,
SPLimitReg,
LowestLocalNonVolReg,
HighestNonVolReg,
CReceiverReg,
CResultReg,
DICountReg,
DILinkReg,
DITempReg,
NLRHomeIDReg,
NLRHomeReg,
NLRResultReg
} |