+ shiftedregmodes and extendedregmodes set constants

git-svn-id: trunk@29892 -
This commit is contained in:
Jonas Maebe 2015-02-23 22:51:28 +00:00
parent 17bcd207af
commit de2dd592ab

View File

@ -218,6 +218,10 @@ unit cpubase;
maxfpuregs = 32;
maxaddrregs = 0;
shiftedregmodes = [SM_LSL,SM_UXTB,SM_UXTH,SM_UXTW,SM_UXTX,SM_SXTB,SM_SXTH,SM_SXTW,SM_SXTX];
extendedregmodes = [SM_LSL,SM_LSR,SM_ASR];
{*****************************************************************************
Operand Sizes
*****************************************************************************}