On 06/03/2013 06:23 AM, Claudio Fontana wrote: > Changes from the original series: > > * added ADDS and ANDS to the shifted regs ops, reorder > * split shifted regs ops and test/and immediate into 2 patches > * for byte swapping, remove REV32, we can just use REV > * fix broken comment in tcg_out_uxt > > Claudio Fontana (4): > tcg/aarch64: improve arith shifted regs operations > tcg/aarch64: implement AND/TEST immediate pattern > tcg/aarch64: implement byte swap operations > tcg/aarch64: implement sign/zero extend operations > > tcg/aarch64/tcg-target.c | 170 > +++++++++++++++++++++++++++++++++++++++++------ > tcg/aarch64/tcg-target.h | 30 ++++----- > 2 files changed, 166 insertions(+), 34 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
