unicorn/qemu/target/mips
Aleksandar Markovic 977e53b921
target/mips: Fix emulation of ILVR.<B|H|W> on big endian host
Fix emulation of ILVR.<B|H|W> on big endian host by applying
mapping of data element indexes from one endian to another.

Backports commit 14f5d874bcd533054648bb7cc767c7169eaf2f1c from qemu
2019-06-30 20:03:23 -04:00
..
cp0_timer.c
cpu-param.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
cpu-qom.h
cpu.c cpu: Introduce cpu_set_cpustate_pointers 2019-06-12 12:27:16 -04:00
cpu.h cpu: Introduce CPUNegativeOffsetState 2019-06-13 15:08:25 -04: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: Convert to CPUClass::tlb_fill 2019-05-16 17:19:47 -04:00
lmi_helper.c target/mips: Clean up lmi_helper.c 2019-06-03 11:15:34 -04:00
Makefile.objs
mips-defs.h tcg: Split out target/arch/cpu-param.h 2019-06-10 19:35:46 -04:00
msa_helper.c target/mips: Fix emulation of ILVR.<B|H|W> on big endian host 2019-06-30 20:03:23 -04:00
op_helper.c target/mips: Use env_cpu, env_archcpu 2019-06-12 11:55:43 -04:00
TODO
translate_init.c target/mips: Use env_cpu, env_archcpu 2019-06-12 11:55:43 -04:00
translate.c target/mips: Fix if-else-switch-case arms checkpatch errors in translate.c 2019-06-30 19:42:16 -04:00
unicorn.c
unicorn.h