summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2011-10-27 14:15:00 -0700
committerBlue Swirl <blauwirbel@gmail.com>2011-10-30 09:06:23 +0000
commitdf072774cb0175c1ae93af18c6e1f54624831b7e (patch)
tree110de7b288b7d54d2b5e7dd7635bb42aa1205497 /MAINTAINERS
parent7999f7e1273b63ec3a60d8cf2cb79cb88575744a (diff)
downloadqemu-df072774cb0175c1ae93af18c6e1f54624831b7e.tar.gz
tcg: Optimize some forms of deposit.
If the deposit replaces the entire word, optimize to a move. If we're inserting to the top of the word, avoid the mask of arg2 as we'll be shifting out all of the garbage and shifting in zeros. If the host is 32-bit, reduce a 64-bit deposit to a 32-bit deposit when possible. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions