xemu/tcg/aarch64
Richard Henderson e029f29385 tcg-aarch64: Handle constant operands to and, or, xor
Handle a simplified set of logical immediates for the moment.

The way gcc and binutils do it, with 52k worth of tables, and
a binary search depth of log2(5334) = 13, seems slow for the
most common cases.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
Tested-by: Claudio Fontana <claudio.fontana@huawei.com>
2014-03-14 10:59:47 -07:00
..
tcg-target.c tcg-aarch64: Handle constant operands to and, or, xor 2014-03-14 10:59:47 -07:00
tcg-target.h tcg: Add qemu_ld_st_i32/64 2013-10-10 13:19:21 -07:00