OSDN Git Service

* config/h8300/h8300-protos.h: Replace emit_a_shift with
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2002 00:25:29 +0000 (00:25 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 17 Jan 2002 00:25:29 +0000 (00:25 +0000)
output_a_shift.
* config/h8300/h8300.c: Likewise.
* config/h8300/h8300.md: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48935 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/h8300-protos.h
gcc/config/h8300/h8300.c
gcc/config/h8300/h8300.md

index cc8f8f6..79b1d90 100644 (file)
@@ -1,5 +1,12 @@
 2002-01-16  Kazu Hirata  <kazu@hxi.com>
 
+       * config/h8300/h8300-protos.h: Replace emit_a_shift with
+       output_a_shift.
+       * config/h8300/h8300.c: Likewise.
+       * config/h8300/h8300.md: Likewise.
+
+2002-01-16  Kazu Hirata  <kazu@hxi.com>
+
        * config/h8300/h8300.md (pushqi1_h8300): Use a tab instead of
        spaces after an opcode name.
        (pushqi1_h8300hs): Likewise.
index 57e5bd4..0622f5b 100644 (file)
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Declarations for functions used in insn-output.c.  */
 #ifdef RTX_CODE
-extern const char *emit_a_shift PARAMS ((rtx, rtx *));
+extern const char *output_a_shift PARAMS ((rtx, rtx *));
 extern const char *emit_a_rotate PARAMS ((int, rtx *));
 extern const char *output_adds_subs PARAMS ((rtx *));
 extern const char *output_simode_bld PARAMS ((int, int, rtx[]));
index 26cc30a..c308551 100644 (file)
@@ -2529,7 +2529,7 @@ get_shift_alg (shift_type, shift_mode, count, info)
 /* Emit the assembler code for doing shifts.  */
 
 const char *
-emit_a_shift (insn, operands)
+output_a_shift (insn, operands)
      rtx insn ATTRIBUTE_UNUSED;
      rtx *operands;
 {
@@ -3294,7 +3294,7 @@ h8300_adjust_insn_length (insn, length)
       shift = INTVAL (XEXP (src, 1));
       /* According to ANSI, negative shift is undefined.  It is
          considered to be zero in this case (see function
-         emit_a_shift above).  */
+         output_a_shift above).  */
       if (shift < 0)
        shift = 0;
 
index e2b80c4..a6d5de4 100644 (file)
                          (match_operand:QI 2 "nonmemory_operand" "KM,rn")]))
    (clobber (match_scratch:QI 4 "=X,&r"))]
   ""
-  "* return emit_a_shift (insn, operands);"
+  "* return output_a_shift (insn, operands);"
   [(set_attr "length" "20")
    (set_attr "cc" "clobber")])
 
                          (match_operand:QI 2 "nonmemory_operand" "KM,rn")]))
    (clobber (match_scratch:QI 4 "=X,&r"))]
   ""
-  "* return emit_a_shift (insn, operands);"
+  "* return output_a_shift (insn, operands);"
   [(set_attr "length" "20")
    (set_attr "cc" "clobber")])
 
                          (match_operand:QI 2 "nonmemory_operand" "K,rn")]))
    (clobber (match_scratch:QI 4 "=X,&r"))]
   ""
-  "* return emit_a_shift (insn, operands);"
+  "* return output_a_shift (insn, operands);"
   [(set_attr "length" "20")
    (set_attr "cc" "clobber")])
 \f