mirror of
https://github.com/golang/go
synced 2024-11-21 15:24:45 -07:00
6l: More SSE instruction fixes
PSADBW and PSHUFL had the wrong prefixes. R=rsc CC=golang-dev https://golang.org/cl/2836041
This commit is contained in:
parent
a4f3d647d4
commit
4d429c7fe5
@ -907,9 +907,9 @@ Optab optab[] =
|
||||
{ APOPQ, ypopl, Py, 0x58,0x8f,(00) },
|
||||
{ APOPW, ypopl, Pe, 0x58,0x8f,(00) },
|
||||
{ APOR, ymm, Py, 0xeb,Pe,0xeb },
|
||||
{ APSADBW, yxm, Pw, Pe,0xf6 },
|
||||
{ APSADBW, yxm, Pq, 0xf6 },
|
||||
{ APSHUFHW, yxshuf, Pf3, 0x70 },
|
||||
{ APSHUFL, yxm, Pw, Pe,0x70 },
|
||||
{ APSHUFL, yxshuf, Pq, 0x70 },
|
||||
{ APSHUFLW, yxshuf, Pf2, 0x70 },
|
||||
{ APSHUFW, ymshuf, Pm, 0x70 },
|
||||
{ APSLLO, ypsdq, Pq, 0x73,(07) },
|
||||
|
Loading…
Reference in New Issue
Block a user