qemu-e2k/tcg/aarch64
Richard Henderson 523fdc08cc tcg-aarch64: Simplify tcg_out_ldst_9 encoding
At first glance the code appears to be using 1's compliment encoding,
a-la AArch32.  Except that the constant is "off", creating a complicated
split field 2's compliment encoding.

Much clearer to just use a normal mask and shift.

Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
2014-03-08 21:23:25 -08:00
..
tcg-target.c tcg-aarch64: Simplify tcg_out_ldst_9 encoding 2014-03-08 21:23:25 -08:00
tcg-target.h tcg: Add qemu_ld_st_i32/64 2013-10-10 13:19:21 -07:00