diff options
author | Visa Hankala <visa@cvs.openbsd.org> | 2016-11-27 10:12:20 +0000 |
---|---|---|
committer | Visa Hankala <visa@cvs.openbsd.org> | 2016-11-27 10:12:20 +0000 |
commit | 5fc42160cb29217fe6cf18ed8180020779834235 (patch) | |
tree | de465cacb9be0cf5a0d393f42e58ef1745f22a15 /gnu | |
parent | e5b12c8cdb1cab5c67be437ade30200938baf5a4 (diff) |
Add Octeon coprocessor 2 instructions.
No objection from kettenis@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils-2.17/opcodes/mips-opc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils-2.17/opcodes/mips-opc.c b/gnu/usr.bin/binutils-2.17/opcodes/mips-opc.c index c56d387f666..0c37a36827c 100644 --- a/gnu/usr.bin/binutils-2.17/opcodes/mips-opc.c +++ b/gnu/usr.bin/binutils-2.17/opcodes/mips-opc.c @@ -1282,8 +1282,10 @@ const struct mips_opcode mips_builtin_opcodes[] = {"ctc2", "t,G", 0x48c00000, 0xffe007ff, COD|RD_t|WR_CC, 0, I1 }, {"dmfc2", "t,G", 0x48200000, 0xffe007ff, LCD|WR_t|RD_C2, 0, I3 }, {"dmfc2", "t,G,H", 0x48200000, 0xffe007f8, LCD|WR_t|RD_C2, 0, I64 }, +{"dmfc2", "t,i", 0x48200000, 0xffe00000, LCD|WR_t|RD_C2, 0, IOCT }, {"dmtc2", "t,G", 0x48a00000, 0xffe007ff, COD|RD_t|WR_C2|WR_CC, 0, I3 }, {"dmtc2", "t,G,H", 0x48a00000, 0xffe007f8, COD|RD_t|WR_C2|WR_CC, 0, I64 }, +{"dmtc2", "t,i", 0x48a00000, 0xffe00000, COD|RD_t|WR_C2|WR_CC, 0, IOCT }, {"mfc2", "t,G", 0x48000000, 0xffe007ff, LCD|WR_t|RD_C2, 0, I1 }, {"mfc2", "t,G,H", 0x48000000, 0xffe007f8, LCD|WR_t|RD_C2, 0, I32 }, {"mfhc2", "t,i", 0x48600000, 0xffe00000, LCD|WR_t|RD_C2, 0, I33 }, |