qemu/target-mips
Aurelien Jarno d75c135e6b target-mips: copy insn_flags in DisasContext
Copy insn_flags in DisasContext to avoid passing a CPUMIPSState pointer
to subroutines, as suggested by Richard Henderson. Change subroutines to
use this new field and remove the first argument.

Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2013-01-31 23:29:33 +01:00
..
cpu-qom.h
cpu.c cpu: Move cpu_index field to CPUState 2013-01-15 04:09:13 +01:00
cpu.h target-mips: Allow DSP access to be disabled once enabled. 2013-01-08 11:49:01 +01:00
dsp_helper.c target-mips: Fix helper and tests for dot/cross-dot product instructions 2013-01-08 11:58:43 +01:00
helper.c
helper.h
lmi_helper.c
machine.c
Makefile.objs
mips-defs.h
op_helper.c exec: Return CPUState from qemu_get_cpu() 2013-01-15 04:09:14 +01:00
TODO
translate.c target-mips: copy insn_flags in DisasContext 2013-01-31 23:29:33 +01:00
translate_init.c