sh.md (mshfhi_b, [...]): Add DONE.
authorJ"orn Rennecke <joern.rennecke@superh.com>
Thu, 4 Jul 2002 07:02:48 +0000 (07:02 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 4 Jul 2002 07:02:48 +0000 (08:02 +0100)
* sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
(mshflo_w): Likewise.

From-SVN: r55235

gcc/ChangeLog
gcc/config/sh/sh.md

index 4209d2955c44281cf17958b241a33a3239746f3a..4f5958a58a9dd2227d16f3dbd43c71e8ec9718d4 100644 (file)
@@ -1,3 +1,8 @@
+Thu Jul  4 07:58:01 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * sh.md (mshfhi_b, mshflo_b, mshfhi_l, mshflo_l, mshfhi_w): Add DONE.
+       (mshflo_w): Likewise.
+
 Thu Jul  4 07:36:29 2002  J"orn Rennecke <joern.rennecke@superh.com>
 
        * simplify-rtx.c (simplify_subreg): Reduce problem of finding
index 4265de20d251043a22ed446ecbaf30d92ca4db62..0894f9ff632d428352358783851ea8e6b09d7646 100644 (file)
 {
   emit_insn ((TARGET_LITTLE_ENDIAN ? gen_mshf4_b : gen_mshf0_b)
             (operands[0], operands[1], operands[2]));
+  DONE;
 }")
 
 (define_expand "mshflo_b"
 {
   emit_insn ((TARGET_LITTLE_ENDIAN ? gen_mshf0_b : gen_mshf4_b)
             (operands[0], operands[1], operands[2]));
+  DONE;
 }")
 
 (define_insn "mshf4_b"
 {
   emit_insn ((TARGET_LITTLE_ENDIAN ? gen_mshf4_l : gen_mshf0_l)
             (operands[0], operands[1], operands[2]));
+  DONE;
 }")
 
 (define_expand "mshflo_l"
 {
   emit_insn ((TARGET_LITTLE_ENDIAN ? gen_mshf0_l : gen_mshf4_l)
             (operands[0], operands[1], operands[2]));
+  DONE;
 }")
 
 (define_insn "mshf4_l"
 {
   emit_insn ((TARGET_LITTLE_ENDIAN ? gen_mshf4_w : gen_mshf0_w)
             (operands[0], operands[1], operands[2]));
+  DONE;
 }")
 
 (define_expand "mshflo_w"
 {
   emit_insn ((TARGET_LITTLE_ENDIAN ? gen_mshf0_w : gen_mshf4_w)
             (operands[0], operands[1], operands[2]));
+  DONE;
 }")
 
 (define_insn "mshf4_w"