Browse Source

* increase op2strtable size to string[15] and rectify askeygen to askeygenassist for ATT

git-svn-id: trunk@17358 -
pierre 14 years ago
parent
commit
af32b57170
4 changed files with 4 additions and 4 deletions
  1. 1 1
      compiler/i386/i386att.inc
  2. 1 1
      compiler/x86/cpubase.pas
  3. 1 1
      compiler/x86/x86ins.dat
  4. 1 1
      compiler/x86_64/x8664att.inc

+ 1 - 1
compiler/i386/i386att.inc

@@ -676,7 +676,7 @@
 'aesdec',
 'aesdeclast',
 'aesimc',
-'aeskeygen',
+'aeskeygenassist',
 'stosq',
 'lodsq',
 'cmpsq'

+ 1 - 1
compiler/x86/cpubase.pas

@@ -52,7 +52,7 @@ uses
 {$endif x86_64}
 
       { This should define the array of instructions as string }
-      op2strtable=array[tasmop] of string[11];
+      op2strtable=array[tasmop] of string[15];
 
     const
       { First value of opcode enumeration }

+ 1 - 1
compiler/x86/x86ins.dat

@@ -3700,7 +3700,7 @@ xmmreg,mem            \1\x66\301\331\3\x0F\x38\xDF\110               SSE4
 xmmreg,xmmreg         \1\x66\331\3\x0F\x38\xDB\110                   SSE4
 xmmreg,mem            \1\x66\301\331\3\x0F\x38\xDB\110               SSE4
 
-[AESKEYGEN] ;AESKEYGENASIST
+[AESKEYGEN,aeskeygenassist] ;AESKEYGENASIST
 (Ch_All, Ch_None, Ch_None)
 xmmreg,xmmreg,imm     \1\x66\331\3\x0F\x3A\xDF\110\26                SSE4
 xmmreg,mem,imm        \1\x66\301\331\3\x0F\x3A\xDF\110\26            SSE4

+ 1 - 1
compiler/x86_64/x8664att.inc

@@ -676,7 +676,7 @@
 'aesdec',
 'aesdeclast',
 'aesimc',
-'aeskeygen',
+'aeskeygenassist',
 'stosq',
 'lodsq',
 'cmpsq'