ソースを参照

added the ADR ARM pseudo instruction to instruction list

git-svn-id: trunk@25936 -
Károly Balogh 11 年 前
コミット
b67e4fb8b3
4 ファイル変更5 行追加0 行削除
  1. 1 0
      compiler/arm/armatt.inc
  2. 1 0
      compiler/arm/armatts.inc
  3. 2 0
      compiler/arm/armins.dat
  4. 1 0
      compiler/arm/armop.inc

+ 1 - 0
compiler/arm/armatt.inc

@@ -8,6 +8,7 @@
 'adc',
 'add',
 'adf',
+'adr',
 'and',
 'b',
 'bic',

+ 1 - 0
compiler/arm/armatts.inc

@@ -329,5 +329,6 @@ attsufNONE,
 attsufNONE,
 attsufNONE,
 attsufNONE,
+attsufNONE,
 attsufNONE
 );

+ 2 - 0
compiler/arm/armins.dat

@@ -107,6 +107,8 @@ reg32,reg32,imm          \7\x2\x80                     ARM7
 
 [ADFcc]
 
+[ADRcc]
+
 [ANDcc]
 reg32,reg32,reg32        \4\x0\x00                     ARM7
 reg32,reg32,reg32,reg32  \5\x0\x00                     ARM7

+ 1 - 0
compiler/arm/armop.inc

@@ -8,6 +8,7 @@ A_ATN,
 A_ADC,
 A_ADD,
 A_ADF,
+A_ADR,
 A_AND,
 A_B,
 A_BIC,