* cris-opc.c (cris_opcodes) <"move" "s,P">: Define using
MOVE_M_TO_PREG_OPCODE and MOVE_M_TO_PREG_ZBITS instead of constants.
This commit is contained in:
parent
5b3f8a92b4
commit
cf54500c3c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-07 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* cris-opc.c (cris_opcodes) <"move" "s,P">: Define using
|
||||
MOVE_M_TO_PREG_OPCODE and MOVE_M_TO_PREG_ZBITS instead of constants.
|
||||
|
||||
2005-12-06 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR gas/1874
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue