qemu/target/mips
Stefan Markovic 908f6be1b9 target/mips: Improve DSP R2/R3-related naming
Do following replacements:

ASE_DSPR2 -> ASE_DSP_R2
ASE_DSPR3 -> ASE_DSP_R3
MIPS_HFLAG_DSPR2 -> MIPS_HFLAG_DSP_R2
MIPS_HFLAG_DSPR3 -> MIPS_HFLAG_DSP_R3
check_dspr2() -> check_dsp_r2()
check_dspr3() -> check_dsp_r3()

and several other similar minor replacements.

Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
2018-10-18 20:37:20 +02:00
..
cp0_timer.c
cpu-qom.h
cpu.c
cpu.h target/mips: Improve DSP R2/R3-related naming 2018-10-18 20:37:20 +02:00
dsp_helper.c
gdbstub.c
helper.c
helper.h
internal.h target/mips: Improve DSP R2/R3-related naming 2018-10-18 20:37:20 +02:00
kvm_mips.h
kvm.c
lmi_helper.c
machine.c
Makefile.objs
mips-defs.h target/mips: Improve DSP R2/R3-related naming 2018-10-18 20:37:20 +02:00
mips-semi.c
msa_helper.c
op_helper.c
TODO
trace-events
translate_init.inc.c target/mips: Improve DSP R2/R3-related naming 2018-10-18 20:37:20 +02:00
translate.c target/mips: Improve DSP R2/R3-related naming 2018-10-18 20:37:20 +02:00