Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2009-11-05 03:38:45 +0300
committerDJ Delorie <dj@redhat.com>2009-11-05 03:38:45 +0300
commit4988840b3b88625ebe498b53ed8ab7d21a616663 (patch)
tree471ebc899b5413e87937cf3eafdbc788249081e4 /include/opcode/rx.h
parent13e8e14ab58d253ec205634a78958b97e7d42f44 (diff)
[opcodes]
* rx-decode.opc (rx_decode_opcode) (mvtipl): Add. (mvtcp, mvfcp, opecp): Remove. * rx-decode.c: Regenerate. * rx-dis.c (cpen): Remove. [gas] * config/rx-parse.y (MVTIPL): Update bit pattern. (cpen): Remove. [include/opcode] * rx.h (rx_decode_opcode) (mvtipl): Add. (mvtcp, mvfcp, opecp): Remove.
Diffstat (limited to 'include/opcode/rx.h')
-rw-r--r--include/opcode/rx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/opcode/rx.h b/include/opcode/rx.h
index 7081ccce5..a1e6c45c7 100644
--- a/include/opcode/rx.h
+++ b/include/opcode/rx.h
@@ -139,10 +139,7 @@ typedef enum
RXO_clrpsw, /* flag index in d */
RXO_setpsw, /* flag index in d */
-
- RXO_mvtcp, /* cop# in s2, cop[d] = s */
- RXO_mvfcp, /* cop# in s2, d = cop[s] */
- RXO_opecp, /* cop# in s2, do cop[s] */
+ RXO_mvtipl, /* new IPL in s */
RXO_rtfi,
RXO_rte,