]> git.proxmox.com Git - qemu.git/commit
tcg-s390: Use load-address for addition
authorRichard Henderson <rth@twiddle.net>
Wed, 27 Mar 2013 18:23:26 +0000 (14:23 -0400)
committerRichard Henderson <rth@twiddle.net>
Fri, 5 Apr 2013 18:35:41 +0000 (13:35 -0500)
commit0db921e6d8660a2491c173a2821e30924018d4bb
tree9c92e83985ef5506cd333ecc29f295781f126ebe
parent65a62a753c90611d07497a586e0343fe8f7154cf
tcg-s390: Use load-address for addition

Since we're always in 64-bit mode, load address performs a full
64-bit add.  Use that for 3-address addition, as well as for
larger constant addends when we lack extended-immediates facility.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/s390/tcg-target.c