Re: [PATCH 13/13] target/mips: Convert Rel6 LL/SC opcodes to decodetree

2020-12-09 Thread Richard Henderson
On 12/8/20 2:37 PM, Philippe Mathieu-Daudé wrote: > LL/SC opcodes have been removed from the Release 6. > Add a single decodetree entry for the opcodes, triggering > Reserved Instruction if ever used. > > Remove unreachable check_insn_opc_removed() calls. > > Signed-off-by: Philippe Mathieu-Daudé

[PATCH 13/13] target/mips: Convert Rel6 LL/SC opcodes to decodetree

2020-12-08 Thread Philippe Mathieu-Daudé
LL/SC opcodes have been removed from the Release 6. Add a single decodetree entry for the opcodes, triggering Reserved Instruction if ever used. Remove unreachable check_insn_opc_removed() calls. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/isa-mips32r6.decode | 2 ++ target/mips/trans