commit | 0f3e1d2708a0fcc43f4e3c3d1cea92358eb1fc56 | [log] [tgz] |
---|---|---|
author | Maciej W. Rozycki <macro@redhat.com> | Fri Jul 19 11:42:16 2024 +0100 |
committer | Maciej W. Rozycki <macro@redhat.com> | Fri Jul 19 11:42:16 2024 +0100 |
tree | 195247a921d6af535c2e0ebfcfd2727132ae4ee4 | |
parent | e6f05f3659440efbd31c811d262d5af0c3d3849a [diff] |
MIPS/opcodes: Correct documentation for R6 operand types The "-t", "-u", "-v", and "-w" operand types refer 'rt' operand, which is the target register rather than the source register. Additionally the "-x" and "-y" R6 operand types refer 'rs' rather than 'rt' operand of the BOVC/BNVC and the BEQC/BNEC instructions respectively. Also the "-x" operand type does not permit 'rs' to be the same as 'rt'. Correct inline documentation in opcode/mips.h accordingly.