* h8300.h (SRC_IN_DST): Define.
authorJeff Law <law@redhat.com>
Wed, 3 Jul 1996 05:07:07 +0000 (05:07 +0000)
committerJeff Law <law@redhat.com>
Wed, 3 Jul 1996 05:07:07 +0000 (05:07 +0000)
        * h8300.h (UNOP3): Mark the register operand in this insn
        as a source operand, not a destination operand.
        (SHIFT_2, SHIFT_IMM): Remove.  Eliminate all references.
        (UNOP3): Change SHIFT_IMM to IMM for H8/S bitops.  Mark
        register operand with SRC_IN_DST.
More hackery for new shift ops on the H8/S.

include/opcode/ChangeLog

index e02057a518de208ff953a6391fef115d69d7b716..669345937b35b5c41656ecc3a45406b9cc2cd7d4 100644 (file)
@@ -1,8 +1,13 @@
-start-sanitize-h8s 
-Tue Jul  2 13:20:19 1996  Jeffrey A Law  (law@cygnus.com)
+Tue Jul  2 23:05:45 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * h8300.h (SRC_IN_DST): Define.
 
+start-sanitize-h8s 
        * h8300.h (UNOP3): Mark the register operand in this insn
        as a source operand, not a destination operand.
+       (SHIFT_2, SHIFT_IMM): Remove.  Eliminate all references.
+       (UNOP3): Change SHIFT_IMM to IMM for H8/S bitops.  Mark
+       register operand with SRC_IN_DST.
 
 end-sanitize-h8s
 Fri Jun 21 13:52:17 1996  Richard Henderson  <rth@tamu.edu>