[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.
This commit is contained in:
DJ Delorie 2009-11-05 00:38:45 +00:00
parent 13e8e14ab5
commit 4988840b3b
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2009-11-04 DJ Delorie <dj@redhat.com>
* rx.h (rx_decode_opcode) (mvtipl): Add.
(mvtcp, mvfcp, opecp): Remove.
2009-11-02 Paul Brook <paul@codesourcery.com>
* arm.h (FPU_VFP_EXT_V3xD, FPU_VFP_EXT_FP16, FPU_NEON_EXT_FMA,

View File

@ -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,