unicorn/qemu/target/mips
Tony Nguyen cb5688009e target/mips: Hard code size with MO_{8|16|32|64}
Temporarily no-op size_memop was introduced to aid the conversion of
memory_region_dispatch_{read|write} operand "unsigned size" into
"MemOp op".

Now size_memop is implemented, again hard coded size but with
MO_{8|16|32|64}. This is more expressive and avoids size_memop calls.

Backports commit 4574664677116dedb29b12150137f3888374a857 from qemu
2020-01-07 18:30:39 -05:00
..
cp0_timer.c target/mips: Style improvements in cp0_timer.c 2019-11-18 21:24:37 -05:00
cpu-param.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
cpu-qom.h mips: MIPSCPU model subclasses 2018-03-05 00:42:29 -05:00
cpu.c target/mips: Switch to do_transaction_failed() hook 2019-11-28 02:54:53 -05:00
cpu.h target/mips: Clean up handling of CP0 register 31 2019-11-18 23:46:33 -05:00
dsp_helper.c target/mips: Clean up dsp_helper.c 2019-06-03 11:14:31 -04:00
helper.c target/mips: Use env_cpu, env_archcpu 2019-06-12 11:55:43 -04:00
helper.h target/mips: Refactor and fix INSERT.<B|H|W|D> instructions 2019-05-28 19:42:28 -04:00
internal.h target/mips: Switch to do_transaction_failed() hook 2019-11-28 02:54:53 -05:00
lmi_helper.c target/mips: Clean up lmi_helper.c 2019-06-03 11:15:34 -04:00
Makefile.objs mips: introduce internal.h and cleanup cpu.h 2018-03-05 00:25:56 -05:00
mips-defs.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
msa_helper.c target/mips: rationalise softfloat includes 2019-11-18 21:15:19 -05:00
op_helper.c target/mips: Hard code size with MO_{8|16|32|64} 2020-01-07 18:30:39 -05:00
TODO
translate_init.c target/mips: Use env_cpu, env_archcpu 2019-06-12 11:55:43 -04:00
translate.c tcg: TCGMemOp is now accelerator independent MemOp 2019-11-28 03:01:12 -05:00
unicorn.c Removed hardcoded CP0C3_ULRI (#1098) 2019-08-08 20:08:57 -04:00
unicorn.h