qemu-patch-raspberry4/tcg/x86_64
Richard Henderson 5716990376 tcg/x86_64: Special-case all 32-bit AND operands.
This avoids an unnecessary REX.W prefix when dealing with AND
operands that fit into a 32-bit quantity.  The most common change
actually seen is movz[wb]q -> movz[wb]l.

Similarly, avoid REXW in ext{8,16}u_i64 tcg opcodes.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2010-01-14 18:16:40 +01:00
..
tcg-target.c tcg/x86_64: Special-case all 32-bit AND operands. 2010-01-14 18:16:40 +01:00
tcg-target.h tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG ops 2009-10-04 13:24:45 +02:00