Commit bbc6bb9a authored by Rui Ueyama's avatar Rui Ueyama

liblink: encode MOVBQZX as MOVZBL instead of MOVZBQ

LGTM=rsc
R=golang-codereviews, gobot, rsc
CC=golang-codereviews
https://golang.org/cl/118480046
parent d69d0fe9
......@@ -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} },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment