target/mips/tx79: Introduce LQ opcode (Load Quadword)
commitaaaa82a9f9975c59b72debb22bc92b8e1ab4ab10
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 13 Feb 2021 13:58:18 +0000 (13 14:58 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 11 Jul 2021 20:29:54 +0000 (11 22:29 +0200)
tree032a2b9083438c00e507d16eedff43028f67fee1
parentdce4808f74869577db21ef90a28061f9dc65c5d8
target/mips/tx79: Introduce LQ opcode (Load Quadword)

Introduce the LQ opcode (Load Quadword) and remove unreachable code.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210214175912.732946-26-f4bug@amsat.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/mips/tcg/translate.c
target/mips/tcg/tx79.decode
target/mips/tcg/tx79_translate.c