diff options
author | DJ Delorie <dj@redhat.com> | 2009-11-05 00:38:45 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-11-05 00:38:45 +0000 |
commit | 0d734b5d062af63d3043cabecaf28250db427cc9 (patch) | |
tree | f286cd066d773b34c5c9691590566c9803b2af1d /include/opcode/rx.h | |
parent | f0b666055b4c91cf390cf35fe05d734da42d3684 (diff) | |
download | fsf-binutils-gdb-0d734b5d062af63d3043cabecaf28250db427cc9.zip fsf-binutils-gdb-0d734b5d062af63d3043cabecaf28250db427cc9.tar.gz fsf-binutils-gdb-0d734b5d062af63d3043cabecaf28250db427cc9.tar.bz2 |
[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.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/opcode/rx.h b/include/opcode/rx.h index 7081ccc..a1e6c45 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, |