unicorn/qemu/target/mips
Emilio G. Cota 5fae6dd433
tcg: remove addr argument from lookup_tb_ptr
It is unlikely that we will ever want to call this helper passing
an argument other than the current PC. So just remove the argument,
and use the pc we already get from cpu_get_tb_cpu_state.

This change paves the way to having a common "tb_lookup" function.

Backports commit 7f11636dbee89b0e4d03e9e2b96e14649a7db778 from qemu
2018-03-05 02:16:34 -05:00
..
cp0_timer.c mips: introduce internal.h and cleanup cpu.h 2018-03-05 00:25:56 -05:00
cpu-qom.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
cpu.c mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
cpu.h mips: replace cpu_mips_init() with cpu_generic_init() 2018-03-05 00:49:10 -05:00
dsp_helper.c mips: Improve macro parenthesization 2018-03-05 00:51:51 -05:00
helper.c mips: introduce internal.h and cleanup cpu.h 2018-03-05 00:25:56 -05:00
helper.h target/mips: Add segmentation control registers 2018-03-04 01:00:42 -05:00
internal.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
lmi_helper.c Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
Makefile.objs mips: introduce internal.h and cleanup cpu.h 2018-03-05 00:25:56 -05:00
mips-defs.h Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
msa_helper.c mips: introduce internal.h and cleanup cpu.h 2018-03-05 00:25:56 -05:00
op_helper.c mips: introduce internal.h and cleanup cpu.h 2018-03-05 00:25:56 -05:00
TODO Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
translate_init.c mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
translate.c tcg: remove addr argument from lookup_tb_ptr 2018-03-05 02:16:34 -05:00
unicorn.c Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00
unicorn.h Move target-* CPU file into a target/ folder 2018-03-01 22:50:58 -05:00