]> git.proxmox.com Git - qemu.git/commit
tcg-sparc: Add tcg_out_arithc.
authorRichard Henderson <rth@twiddle.net>
Tue, 12 Jan 2010 19:59:29 +0000 (19:59 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 12 Jan 2010 19:59:29 +0000 (19:59 +0000)
commitba225198d079b8a9dec678a4d0a9bba6e1510b1d
tree9a23d8de2e270b683d319417d22999614dd521b3
parent83755c173f4608764e3ee92428247d1c5e962e6a
tcg-sparc: Add tcg_out_arithc.

Add a function to handle the register-vs-immediate test for arithmetic.

Also, adjust the OP_32_64 macro so that it auto-indents properly.
Rename the gen_arith32 label to gen_arith, since it handles 64-bit
arithmetic as well.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
tcg/sparc/tcg-target.c