6l: fix typo in optab table for APSLLQ (0x7e -> 0x73)
This commit is contained in:
parent
e3736b8887
commit
15bd341cc3
1 changed files with 1 additions and 1 deletions
|
@ -887,7 +887,7 @@ Optab optab[] =
|
|||
{ APSHUFW, ymshuf, Pm, 0x70 },
|
||||
{ APSLLO, ypsdq, Pq, 0x73,(07) },
|
||||
{ APSLLL, yps, Py, 0xf2, 0x72,(06), Pe,0xf2, Pe,0x72,(06) },
|
||||
{ APSLLQ, yps, Py, 0xf3, 0x73,(06), Pe,0xf3, Pe,0x7e,(06) },
|
||||
{ APSLLQ, yps, Py, 0xf3, 0x73,(06), Pe,0xf3, Pe,0x73,(06) },
|
||||
{ APSLLW, yps, Py, 0xf1, 0x71,(06), Pe,0xf1, Pe,0x71,(06) },
|
||||
{ APSRAL, yps, Py, 0xe2, 0x72,(04), Pe,0xe2, Pe,0x72,(04) },
|
||||
{ APSRAW, yps, Py, 0xe1, 0x71,(04), Pe,0xe1, Pe,0x71,(04) },
|
||||
|
|
Loading…
Reference in a new issue