unicorn/qemu/target/mips
Stefan Markovic 93f7cd2307
target/mips: Add emulation of nanoMIPS 32-bit branch instructions
Add emulation of various flavors of nanoMIPS 32-bit branch
instructions.

Backports commit 11d0fc10b7efe3d0404a71e855c0d9f521ce3d66 from qemu
2018-08-27 05:34:52 -04:00
..
cp0_timer.c
cpu-qom.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
cpu.c cpu: Add Error argument to cpu_exec_init() 2018-03-21 07:50:33 -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: Don't update BadVAddr register in Debug Mode 2018-08-17 14:24:19 -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: Implement emulation of nanoMIPS ROTX instruction 2018-08-27 05:11:14 -04:00
TODO
translate_init.c target/mips/translate: Perform comparison pass with qemu 2018-03-12 17:52:56 -04:00
translate.c target/mips: Add emulation of nanoMIPS 32-bit branch instructions 2018-08-27 05:34:52 -04:00
unicorn.c Use DEFINE_MACHINE() to register all machines 2018-03-11 15:12:46 -04:00
unicorn.h