6l: fix wrong opcode for MOVLQZX (import from sources)
This commit is contained in:
parent
3971337d13
commit
b1b2a4ac9c
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ Optab optab[] =
|
||||||
{ AMOVLPD, yxmov, Pe, 0x12,0x13 },
|
{ AMOVLPD, yxmov, Pe, 0x12,0x13 },
|
||||||
{ AMOVLPS, yxmov, Pm, 0x12,0x13 },
|
{ AMOVLPS, yxmov, Pm, 0x12,0x13 },
|
||||||
{ AMOVLQSX, yml_rl, Pw, 0x63 },
|
{ AMOVLQSX, yml_rl, Pw, 0x63 },
|
||||||
{ AMOVLQZX, yml_rl, Px, 0x63 },
|
{ AMOVLQZX, yml_rl, Px, 0x8b },
|
||||||
{ AMOVMSKPD, yxrrl, Pq, 0x50 },
|
{ AMOVMSKPD, yxrrl, Pq, 0x50 },
|
||||||
{ AMOVMSKPS, yxrrl, Pm, 0x50 },
|
{ AMOVMSKPS, yxrrl, Pm, 0x50 },
|
||||||
{ AMOVNTO, yxr_ml, Pe, 0xe7 },
|
{ AMOVNTO, yxr_ml, Pe, 0xe7 },
|
||||||
|
|
Loading…
Reference in a new issue