* cris-opc.c (cris_opcodes) <"move" "s,P">: Define using
authorHans-Peter Nilsson <hp@axis.com>
Wed, 7 Dec 2005 12:56:13 +0000 (12:56 +0000)
committerHans-Peter Nilsson <hp@axis.com>
Wed, 7 Dec 2005 12:56:13 +0000 (12:56 +0000)
MOVE_M_TO_PREG_OPCODE and MOVE_M_TO_PREG_ZBITS instead of constants.

opcodes/ChangeLog
opcodes/cris-opc.c

index 61e6e5dbcbc89e8fc87b899cbb6ead20628b2a39..cbd3eca6c5178b59b370013b461b414e11bada75 100644 (file)
@@ -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
index d691e9fa5f9570f00bf98aac68045275d2d9dfce..ab9fa9b075cf06c3311fc66cddd6b6ec3a246a47 100644 (file)
@@ -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,
This page took 0.02592 seconds and 4 git commands to generate.