https://codereview.chromium.org/61623004/diff/30001/src/x64/macro-assembler-x64.cc
File src/x64/macro-assembler-x64.cc (right):

https://codereview.chromium.org/61623004/diff/30001/src/x64/macro-assembler-x64.cc#newcode956
src/x64/macro-assembler-x64.cc:956: movzxbq(dst, src);
We can safely use movzxbl() here, as all 32-bit instructions
auto-zero-extend in
long mode. Depending on src and dst this can avoid the REX prefix.

https://codereview.chromium.org/61623004/diff/30001/src/x64/macro-assembler-x64.cc#newcode960
src/x64/macro-assembler-x64.cc:960: movzxwq(dst, src);
Same.

https://codereview.chromium.org/61623004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to