Re: [RFC PATCH 26/42] target/mips/tx79: Introduce SQ opcode (Store Quadword)

2021-02-15 Thread Richard Henderson
On 2/14/21 9:58 AM, Philippe Mathieu-Daudé wrote: > Introduce the SQ opcode (Store Quadword). > > Signed-off-by: Philippe Mathieu-Daudé > --- > target/mips/tx79.decode | 1 + > target/mips/tx79_translate.c | 27 +++ > 2 files changed, 28 insertions(+) Reviewed-by:

[RFC PATCH 26/42] target/mips/tx79: Introduce SQ opcode (Store Quadword)

2021-02-14 Thread Philippe Mathieu-Daudé
Introduce the SQ opcode (Store Quadword). Signed-off-by: Philippe Mathieu-Daudé --- target/mips/tx79.decode | 1 + target/mips/tx79_translate.c | 27 +++ 2 files changed, 28 insertions(+) diff --git a/target/mips/tx79.decode b/target/mips/tx79.decode index