h8300.c (print_operand): Remove support for operand character 'b'.
authorKazu Hirata <kazu@gcc.gnu.org>
Wed, 11 Jun 2003 04:03:55 +0000 (04:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 11 Jun 2003 04:03:55 +0000 (04:03 +0000)
* config/h8300/h8300.c (print_operand): Remove support for
operand character 'b'.
Add the AND case to operand character 'c'.
* config/h8300/h8300.md (two anonymous patterns): Replace
operand character 'b' with 'c'.

From-SVN: r67750

gcc/config/h8300/h8300.md

index 217c3155d9175fd79539fd7474a7f2bed3aaa9ef..28573d0abf9dd0170069e9886ca84fabac8ec4ae 100644 (file)
                             (match_operand:HI 2 "immediate_operand" "n"))
            (match_operand:HI 3 "bit_operand" "0")]))]
   ""
-  "bld %Z2,%Y1\;%b4    #0,%R0\;bst     #0,%R0; bl1"
+  "bld %Z2,%Y1\;b%c4   #0,%R0\;bst     #0,%R0; bl1"
   [(set_attr "cc" "clobber")
    (set_attr "length" "6")
    (set_attr "adjust_length" "no")])
                             (const_int 1)
                             (match_operand:HI 4 "immediate_operand" "n"))]))]
   ""
-  "bld %Z2,%Y1\;%b5    %Z4,%Y3\;bst    #0,%R0; bl3"
+  "bld %Z2,%Y1\;b%c5   %Z4,%Y3\;bst    #0,%R0; bl3"
   [(set_attr "cc" "clobber")
    (set_attr "length" "6")
    (set_attr "adjust_length" "no")])