Add rotation instructions to MIPS Allegrex CPU
authorDavid Guillen Fandos <david@davidgf.net>
Thu, 15 Jun 2023 03:45:03 +0000 (04:45 +0100)
committerMaciej W. Rozycki <macro@orcam.me.uk>
Thu, 15 Jun 2023 03:45:03 +0000 (04:45 +0100)
commitd29b94fc9f365de8002a9566df5bd8a45c7c8f1d
treec002263374179183c7a946db845df4df087e3ce2
parentdf18f71b565c29f6f1ebd385cb1aed97d00e9660
Add rotation instructions to MIPS Allegrex CPU

The Allegrex CPU supports bit rotation instructions as described in the
MIPS32 release 2 CPU (even though it is a MIPS-2 based CPU).

Signed-off-by: David Guillen Fandos <david@davidgf.net>
gas/config/tc-mips.c
gas/testsuite/gas/mips/mips.exp
opcodes/mips-opc.c