qemu-e2k/target-s390x
Richard Henderson bacf43c62e target-s390: Optimize get_address
Don't load the displacement into a register first, add it second
so that tcg_gen_addi_i64 can eliminate zeros.  Don't mask the
displacement first so that we don't turn small negative numbers
into large positive numbers.

Signed-off-by: Richard Henderson <rth@twiddle.net>
2013-01-05 12:18:46 -08:00
..
cc_helper.c target-s390: Convert IPM 2013-01-05 12:18:42 -08:00
cpu-qom.h
cpu.c
cpu.h target-s390: Fix cpu_clone_regs 2013-01-05 12:18:45 -08:00
fpu_helper.c target-s390: Implement LOAD/SET FP AND SIGNAL 2013-01-05 12:18:45 -08:00
helper.c target-s390: Reorg exception handling 2013-01-05 12:00:28 -08:00
helper.h target-s390: Implement LOAD/SET FP AND SIGNAL 2013-01-05 12:18:45 -08:00
insn-data.def target-s390: Optimize XC 2013-01-05 12:18:45 -08:00
insn-format.def
int_helper.c target-s390: Implement POPCNT 2013-01-05 12:18:45 -08:00
interrupt.c
kvm.c
machine.c
Makefile.objs
mem_helper.c target-s390: Convert CSP 2013-01-05 12:18:43 -08:00
misc_helper.c target-s390: Convert SERVC 2013-01-05 12:18:43 -08:00
translate.c target-s390: Optimize get_address 2013-01-05 12:18:46 -08:00