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

git-svn-id: trunk@17358 -
This commit is contained in:
pierre 2011-04-21 13:38:20 +00:00
parent dec9a74507
commit af32b57170
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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