qemu-patch-raspberry4/tcg/ppc64
malc 828808f5ec Fix alignment problem with some 64bit load/store instructions
LD/STD/LWA require displacement to be multiple of 4, provide
tcg_out_ldsta which checks the supplied displacement and falls
back on indexed variant when the check fails. All uses of
LD/STD/LWA outside of tcg_out_ldst appear to be safe.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5670 c046a42c-6fe2-441c-8c8c-71466251a162
2008-11-11 03:04:57 +00:00
..
tcg-target.c Fix alignment problem with some 64bit load/store instructions 2008-11-11 03:04:57 +00:00
tcg-target.h Use proper value for TCG_TARGET_CALL_STACK_OFFSET 2008-07-24 22:56:21 +00:00