mirror of
https://github.com/golang/go
synced 2024-11-23 16:30:06 -07:00
liblink: encode MOVBQZX as MOVZBL instead of MOVZBQ
LGTM=rsc R=golang-codereviews, gobot, rsc CC=golang-codereviews https://golang.org/cl/118480046
This commit is contained in:
parent
d69d0fe92b
commit
bbc6bb9a99
@ -1072,7 +1072,7 @@ static Optab optab[] =
|
||||
{ AMOVBLSX, ymb_rl, Pm, {0xbe} },
|
||||
{ AMOVBLZX, ymb_rl, Pm, {0xb6} },
|
||||
{ AMOVBQSX, ymb_rl, Pw, {0x0f,0xbe} },
|
||||
{ AMOVBQZX, ymb_rl, Pw, {0x0f,0xb6} },
|
||||
{ AMOVBQZX, ymb_rl, Pm, {0xb6} },
|
||||
{ AMOVBWSX, ymb_rl, Pq, {0xbe} },
|
||||
{ AMOVBWZX, ymb_rl, Pq, {0xb6} },
|
||||
{ AMOVO, yxmov, Pe, {0x6f,0x7f} },
|
||||
|
Loading…
Reference in New Issue
Block a user