unicorn/qemu/target/mips
Lioncash fa8f566635
target/mips/cpu: Use type_register instead of type_register_static() in mips_cpu_register_types()
The lifetime of the TypeInfo instance doesn't live indefinitely, so we
should be using the regular type_register().
2018-09-03 17:36:23 -04:00
..
cp0_timer.c
cpu-qom.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
cpu.c target/mips/cpu: Use type_register instead of type_register_static() in mips_cpu_register_types() 2018-09-03 17:36:23 -04:00
cpu.h target/mips: Implement emulation of nanoMIPS LLWP/SCWP pair 2018-08-27 05:25:14 -04:00
dsp_helper.c mips: Improve macro parenthesization 2018-03-05 00:51:51 -05:00
helper.c target/mips: Add updating BadInstr and BadInstrX for nanoMIPS 2018-08-27 15:00:05 -04:00
helper.h target/mips: Implement emulation of nanoMIPS ROTX instruction 2018-08-27 05:11:14 -04:00
internal.h target/mips/internal: Perform comparison pass with qemu 2018-03-12 15:13:17 -04:00
lmi_helper.c
Makefile.objs
mips-defs.h target/mips: Add preprocessor constants for nanoMIPS 2018-08-27 04:11:21 -04:00
msa_helper.c target/mips: Remove floatX_maybe_silence_nan from conversions 2018-05-19 23:25:04 -04:00
op_helper.c target/mips: Fix ERET/ERETNC behavior related to ADEL exception 2018-08-27 15:00:59 -04:00
TODO
translate_init.c target/mips: Add definition of nanoMIPS I7200 CPU 2018-08-27 15:08:12 -04:00
translate.c target/mips: Add availability control via bit NMS 2018-08-27 14:59:15 -04:00
unicorn.c Use DEFINE_MACHINE() to register all machines 2018-03-11 15:12:46 -04:00
unicorn.h