unicorn/qemu/target/m68k
Philippe Mathieu-Daudé 4a1b8d64bd
target/m68k: Optimize rotate_x() using extract_i32()
Optimize rotate_x() using tcg_gen_extract_i32(). We can now free the
'sz' tcg_temp earlier. Since it is allocated with tcg_const_i32(),
free it with tcg_temp_free_i32().

Backports commit 60d3d0cfeb1658d2827d6a4f0df27252bb36baba from qemu
2019-05-17 12:07:07 -04:00
..
cpu-qom.h
cpu.c target/m68k: Switch to transaction_failed hook 2019-05-17 12:01:40 -04:00
cpu.h target/m68k: Switch to transaction_failed hook 2019-05-17 12:01:40 -04:00
fpu_helper.c target/m68k: Fix LGPL information in the file headers 2019-02-03 17:55:29 -05:00
helper.c target/m68k: In get_physical_address() check for memory access failures 2019-05-17 11:59:01 -04:00
helper.h target/m68k: check CF_PARALLEL instead of parallel_cpus 2019-05-06 00:42:16 -04:00
Makefile.objs
op_helper.c target/m68k: Switch to transaction_failed hook 2019-05-17 12:01:40 -04:00
qregs.def
softfloat_fpsp_tables.h
softfloat.c
softfloat.h
translate.c target/m68k: Optimize rotate_x() using extract_i32() 2019-05-17 12:07:07 -04:00
unicorn.c
unicorn.h