commit | a115f3ea47cbd3ae64c754779321264857ab5bde | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Oct 10 09:02:44 2012 -0700 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Oct 13 10:39:53 2012 +0000 |
tree | 068ea7b2ef0fa7e4244fe924700439aaa4e0c491 | |
parent | fd84ea2391c044a7840c25dd35336bdaf2a302d0 [diff] |
tcg-sparc: Drop use of Bicc in favor of BPcc Now that we're always sparcv9, we can not bother using Bicc for 32-bit branches and BPcc for 64-bit branches and instead always use BPcc. New interfaces allow less direct use of tcg_out32 and raw numbers inside the qemu_ld/st routines. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>