summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2016-11-27 10:12:19 +0000
committervisa <visa@openbsd.org>2016-11-27 10:12:19 +0000
commit6113eccc86bea4806b9d3796b009ceb325645801 (patch)
tree8046be714be375bff219f44c4c56d2503997493f
parentExplicitely set umask. (diff)
downloadwireguard-openbsd-6113eccc86bea4806b9d3796b009ceb325645801.tar.xz
wireguard-openbsd-6113eccc86bea4806b9d3796b009ceb325645801.zip
Add Octeon coprocessor 2 instructions.
No objection from kettenis@
-rw-r--r--gnu/usr.bin/binutils-2.17/opcodes/mips-opc.c2
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 },