summaryrefslogtreecommitdiff
path: root/opcodes/mcore-opc.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-10-25 16:30:37 +0000
committerNick Clifton <nickc@redhat.com>1999-10-25 16:30:37 +0000
commitaaf6680c07dbf6ba6774e4a6c7882c1984618348 (patch)
treee63b0fe29e86bf560c3964859aa558209dd46d0a /opcodes/mcore-opc.h
parent054cb08c0579730d68220b2065438fec5e9ebb41 (diff)
downloadbinutils-redhat-aaf6680c07dbf6ba6774e4a6c7882c1984618348.tar.gz
revert previous delta
Diffstat (limited to 'opcodes/mcore-opc.h')
-rw-r--r--opcodes/mcore-opc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/opcodes/mcore-opc.h b/opcodes/mcore-opc.h
index 208b881231..606ba846ef 100644
--- a/opcodes/mcore-opc.h
+++ b/opcodes/mcore-opc.h
@@ -23,7 +23,7 @@ typedef enum
O0, OT, O1, OC, O2, X1, OI, OB,
OMa, SI, I7, LS, BR, BL, LR, LJ,
RM, RQ, JSR, JMP, OBRa, OBRb, OBRc, OBR2,
- O1R1, OMb, OMc, SIa, OPSR,
+ O1R1, OMb, OMc, SIa,
JC, JU, JL, RSI, DO21, OB2
}
mcore_opclass;
@@ -99,8 +99,6 @@ mcore_opcode_info mcore_table[] =
{ "tst", O2, 0, 0x0E00 },
{ "cmpne", O2, 0, 0x0F00 },
{ "mfcr", OC, 0, 0x1000 },
- { "psrclr", OPSR, 0, 0x11F0 },
- { "psrset", OPSR, 0, 0x11F8 },
{ "mov", O2, 0, 0x1200 },
{ "bgenr", O2, 0, 0x1300 },
{ "rsub", O2, 0, 0x1400 },