]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.md (zero_extendqidi2, [...]): Remove trailing whitespace from instructions.
authorJakub Jelinek <jakub@redhat.com>
Wed, 18 Feb 2004 09:43:23 +0000 (10:43 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 18 Feb 2004 09:43:23 +0000 (10:43 +0100)
* config/i386/i386.md (zero_extendqidi2, zero_extendqidi2,
testdi_1_rex64, anddi_2, xordi_1_rex64, xordi_2_rex64): Remove
trailing whitespace from instructions.

From-SVN: r78016

gcc/ChangeLog
gcc/config/i386/i386.md

index 1b80454501747008f48da20f16b42b8517132846..2092702567c78b532f40e91344ccef151937cb69 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-18  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/i386/i386.md (zero_extendqidi2, zero_extendqidi2,
+       testdi_1_rex64, anddi_2, xordi_1_rex64, xordi_2_rex64): Remove
+       trailing whitespace from instructions.
+
 2004-02-17  Geoffrey Keating  <geoffk@apple.com>
 
        * configure.ac: When generating auto-build.h, pass
index 70c21f8fb981a2a20a5f4820d12f49bde8ad4329..309ec17c25e4288833b5712ca51163516b7ae31c 100644 (file)
      (zero_extend:DI (match_operand:HI 1 "nonimmediate_operand" "r,m")))]
   "TARGET_64BIT"
   "@
-   movz{wl|x}\t{%1, %k0|%k0, %1} 
+   movz{wl|x}\t{%1, %k0|%k0, %1}
    movz{wq|x}\t{%1, %0|%0, %1}"
   [(set_attr "type" "imovx")
    (set_attr "mode" "SI,DI")])
      (zero_extend:DI (match_operand:QI 1 "nonimmediate_operand" "Q,m")))]
   "TARGET_64BIT"
   "@
-   movz{bl|x}\t{%1, %k0|%k0, %1} 
+   movz{bl|x}\t{%1, %k0|%k0, %1}
    movz{bq|x}\t{%1, %0|%0, %1}"
   [(set_attr "type" "imovx")
    (set_attr "mode" "SI,DI")])
   "TARGET_64BIT && ix86_match_ccmode (insn, CCNOmode)
    && (GET_CODE (operands[0]) != MEM || GET_CODE (operands[1]) != MEM)"
   "@
-   test{l}\t{%k1, %k0|%k0, %k1} 
-   test{l}\t{%k1, %k0|%k0, %k1} 
-   test{q}\t{%1, %0|%0, %1} 
-   test{q}\t{%1, %0|%0, %1} 
+   test{l}\t{%k1, %k0|%k0, %k1}
+   test{l}\t{%k1, %k0|%k0, %k1}
+   test{q}\t{%1, %0|%0, %1}
+   test{q}\t{%1, %0|%0, %1}
    test{q}\t{%1, %0|%0, %1}"
   [(set_attr "type" "test")
    (set_attr "modrm" "0,1,0,1,1")
   "TARGET_64BIT && ix86_match_ccmode (insn, CCNOmode)
    && ix86_binary_operator_ok (AND, DImode, operands)"
   "@
-   and{l}\t{%k2, %k0|%k0, %k2} 
-   and{q}\t{%2, %0|%0, %2} 
+   and{l}\t{%k2, %k0|%k0, %k2}
+   and{q}\t{%2, %0|%0, %2}
    and{q}\t{%2, %0|%0, %2}"
   [(set_attr "type" "alu")
    (set_attr "mode" "SI,DI,DI")])
   "TARGET_64BIT
    && ix86_binary_operator_ok (XOR, DImode, operands)"
   "@
-   xor{q}\t{%2, %0|%0, %2} 
+   xor{q}\t{%2, %0|%0, %2}
    xor{q}\t{%2, %0|%0, %2}"
   [(set_attr "type" "alu")
    (set_attr "mode" "DI,DI")])
    && ix86_match_ccmode (insn, CCNOmode)
    && ix86_binary_operator_ok (XOR, DImode, operands)"
   "@
-   xor{q}\t{%2, %0|%0, %2} 
+   xor{q}\t{%2, %0|%0, %2}
    xor{q}\t{%2, %0|%0, %2}"
   [(set_attr "type" "alu")
    (set_attr "mode" "DI,DI")])