mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 23:40:14 +02:00
+ shiftedregmodes and extendedregmodes set constants
git-svn-id: trunk@29892 -
This commit is contained in:
parent
17bcd207af
commit
de2dd592ab
@ -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
|
||||
*****************************************************************************}
|
||||
|
Loading…
Reference in New Issue
Block a user