Re: [RFC PATCH 25/42] target/mips/tx79: Introduce LQ opcode (Load Quadword)

2021-02-15 Thread Richard Henderson
On 2/14/21 9:58 AM, Philippe Mathieu-Daudé wrote: > Introduce the LQ opcode (Load Quadword) and remove unreachable code. > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/tx79.decode | 8 > target/mips/translate.c | 16 ++-- > target/mips/tx79_translat

[RFC PATCH 25/42] target/mips/tx79: Introduce LQ opcode (Load Quadword)

2021-02-14 Thread Philippe Mathieu-Daudé
Introduce the LQ opcode (Load Quadword) and remove unreachable code. Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tx79.decode | 8 target/mips/translate.c | 16 ++-- target/mips/tx79_translate.c | 35 +++ 3 files changed, 4