mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-23 18:45:27 +00:00
4a1b8d64bd
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 |
||
---|---|---|
.. | ||
cpu-qom.h | ||
cpu.c | ||
cpu.h | ||
fpu_helper.c | ||
helper.c | ||
helper.h | ||
Makefile.objs | ||
op_helper.c | ||
qregs.def | ||
softfloat.c | ||
softfloat.h | ||
softfloat_fpsp_tables.h | ||
translate.c | ||
unicorn.c | ||
unicorn.h |