From: James Greenhalgh Date: Fri, 21 Nov 2014 12:29:26 +0000 (+0000) Subject: [AArch64, Obvious] Fix formatting of SHLL and friends X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=130ee2ebe76f52210bc81ebb44318300b59a6712;p=gcc.git [AArch64, Obvious] Fix formatting of SHLL and friends gcc/ * config/aarch64/aarch64-simd.md (aarch64_l): Add a tab between output mnemonic and operands. (aarch64_simd_vec_unpack_lo_): Likewise. (aarch64_simd_vec_unpack_hi_): Likewise. From-SVN: r217917 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af6add142b9..768b396d22b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2014-11-21 James Greenhalgh + + * config/aarch64/aarch64-simd.md + (aarch64_l): Add a tab between + output mnemonic and operands. + (aarch64_simd_vec_unpack_lo_): Likewise. + (aarch64_simd_vec_unpack_hi_): Likewise. + 2014-11-21 Evgeny Stupachenko * config/i386/i386.c (ix86_option_override_internal): Increase diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md index 23345b1df1e..926eb765e1b 100644 --- a/gcc/config/aarch64/aarch64-simd.md +++ b/gcc/config/aarch64/aarch64-simd.md @@ -1175,7 +1175,7 @@ (match_operand:VQW 2 "vect_par_cnst_lo_half" "") )))] "TARGET_SIMD" - "shll %0., %1., 0" + "shll\t%0., %1., 0" [(set_attr "type" "neon_shift_imm_long")] ) @@ -1186,7 +1186,7 @@ (match_operand:VQW 2 "vect_par_cnst_hi_half" "") )))] "TARGET_SIMD" - "shll2 %0., %1., 0" + "shll2\t%0., %1., 0" [(set_attr "type" "neon_shift_imm_long")] ) @@ -2601,7 +2601,7 @@ (ANY_EXTEND: (match_operand:VDW 2 "register_operand" "w"))))] "TARGET_SIMD" - "l %0., %1., %2." + "l\t%0., %1., %2." [(set_attr "type" "neon__long")] )