Explorar o código

+ shiftedregmodes and extendedregmodes set constants

git-svn-id: trunk@29892 -
Jonas Maebe %!s(int64=10) %!d(string=hai) anos
pai
achega
de2dd592ab
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      compiler/aarch64/cpubase.pas

+ 4 - 0
compiler/aarch64/cpubase.pas

@@ -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
 *****************************************************************************}