qemu-e2k/target-mips
Leon Alrae 5e88759a52 target-mips: pass 0 instead of -1 as rs in microMIPS LUI instruction
Using rs = -1 in gen_logic_imm() for microMIPS LUI instruction is dangerous
and may bite us when implementing microMIPS R6 because in R6 AUI and LUI
are distinguished by rs value. Therefore use 0 for safety.

Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
2015-02-13 14:11:29 +00:00
..
cpu-qom.h
cpu.c
cpu.h
dsp_helper.c
gdbstub.c
helper.c
helper.h
kvm_mips.h
kvm.c
lmi_helper.c
machine.c target-mips: fix broken snapshotting 2015-02-13 14:11:29 +00:00
Makefile.objs
mips-defs.h
msa_helper.c
op_helper.c target-mips: ll and lld cause AdEL exception for unaligned address 2015-02-13 14:11:29 +00:00
TODO
translate_init.c target-mips: Make CP0.Status.CU1 read-only for the 5Kc and 5KEc processors 2015-02-13 14:09:28 +00:00
translate.c target-mips: pass 0 instead of -1 as rs in microMIPS LUI instruction 2015-02-13 14:11:29 +00:00