mirror of
https://github.com/golang/go
synced 2024-11-20 04:14:49 -07:00
6l: Fixes opcode for PSLLQ imm8, xmm_reg
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5340056
This commit is contained in:
parent
7be2a7d95f
commit
c8a2be8c38
@ -978,7 +978,7 @@ Optab optab[] =
|
|||||||
{ APSHUFW, ymshuf, Pm, 0x70 },
|
{ APSHUFW, ymshuf, Pm, 0x70 },
|
||||||
{ APSLLO, ypsdq, Pq, 0x73,(07) },
|
{ APSLLO, ypsdq, Pq, 0x73,(07) },
|
||||||
{ APSLLL, yps, Py, 0xf2, 0x72,(06), Pe,0xf2, Pe,0x72,(06) },
|
{ 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) },
|
{ APSLLW, yps, Py, 0xf1, 0x71,(06), Pe,0xf1, Pe,0x71,(06) },
|
||||||
{ APSRAL, yps, Py, 0xe2, 0x72,(04), Pe,0xe2, Pe,0x72,(04) },
|
{ APSRAL, yps, Py, 0xe2, 0x72,(04), Pe,0xe2, Pe,0x72,(04) },
|
||||||
{ APSRAW, yps, Py, 0xe1, 0x71,(04), Pe,0xe1, Pe,0x71,(04) },
|
{ APSRAW, yps, Py, 0xe1, 0x71,(04), Pe,0xe1, Pe,0x71,(04) },
|
||||||
|
Loading…
Reference in New Issue
Block a user