summaryrefslogtreecommitdiffstats
path: root/opcodes/cris-opc.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2005-12-07 12:56:13 +0000
committerHans-Peter Nilsson <hp@axis.com>2005-12-07 12:56:13 +0000
commitcf54500c3c2c47c9e1fe915d154df4da2d28cec8 (patch)
tree684e64deef7e3bfee0f44b148690c13cf0be791a /opcodes/cris-opc.c
parent5b3f8a92b4c71b53ffb7a16f219e134ce09886e6 (diff)
downloadppe42-binutils-cf54500c3c2c47c9e1fe915d154df4da2d28cec8.tar.gz
ppe42-binutils-cf54500c3c2c47c9e1fe915d154df4da2d28cec8.zip
* cris-opc.c (cris_opcodes) <"move" "s,P">: Define using
MOVE_M_TO_PREG_OPCODE and MOVE_M_TO_PREG_ZBITS instead of constants.
Diffstat (limited to 'opcodes/cris-opc.c')
-rw-r--r--opcodes/cris-opc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/opcodes/cris-opc.c b/opcodes/cris-opc.c
index d691e9fa5f..ab9fa9b075 100644
--- a/opcodes/cris-opc.c
+++ b/opcodes/cris-opc.c
@@ -752,7 +752,9 @@ cris_opcodes[] =
cris_ver_v0_10,
cris_none_reg_mode_add_sub_cmp_and_or_move_op},
- {"move", 0x0A30, 0x01c0, "s,P", 0, SIZE_SPEC_REG, 0,
+ {"move",
+ MOVE_M_TO_PREG_OPCODE, MOVE_M_TO_PREG_ZBITS,
+ "s,P", 0, SIZE_SPEC_REG, 0,
cris_move_to_preg_op},
{"move", 0x0A30, 0x01c0, "S,P", 0, SIZE_NONE,
OpenPOWER on IntegriCloud