public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [Patch, AArch64]: Fix format of <su>mull<q> instruction.
@ 2013-01-08 14:26 Tejas Belagod
  2013-01-08 14:54 ` Marcus Shawcroft
  0 siblings, 1 reply; 2+ messages in thread
From: Tejas Belagod @ 2013-01-08 14:26 UTC (permalink / raw)
  To: gcc-patches; +Cc: Marcus Shawcroft

[-- Attachment #1: Type: text/plain, Size: 458 bytes --]


Hi,

Attached is a patch that fixes the instruction and operand separator for 
<su>mull<2> instructions from a space to a tab.

Regressed for aarch64-none-elf on trunk. OK to commit?

Thanks,
Tejas Belagod
ARM.

2013-01-08  Tejas Belagod  <tejas.belagod@arm.com>

gcc/
	* config/aarch64/aarch64-simd.md (aarch64_simd_vec_<su>mult_lo_<mode>,
	aarch64_simd_vec_<su>mult_hi_<mode>): Separate instruction and operand
	with tab instead of space.

[-- Attachment #2: vect-mull-tab-fix-trunk.txt --]
[-- Type: text/plain, Size: 875 bytes --]

diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md
index febf71d..01348ec 100644
--- a/gcc/config/aarch64/aarch64-simd.md
+++ b/gcc/config/aarch64/aarch64-simd.md
@@ -1100,7 +1100,7 @@
                            (match_operand:VQW 2 "register_operand" "w")
                            (match_dup 3)))))]
   "TARGET_SIMD"
-  "<su>mull %0.<Vwtype>, %1.<Vhalftype>, %2.<Vhalftype>"
+  "<su>mull\\t%0.<Vwtype>, %1.<Vhalftype>, %2.<Vhalftype>"
   [(set_attr "simd_type" "simd_mull")
    (set_attr "simd_mode" "<MODE>")]
 )
@@ -1128,7 +1128,7 @@
 			    (match_operand:VQW 2 "register_operand" "w")
 			    (match_dup 3)))))]
   "TARGET_SIMD"
-  "<su>mull2 %0.<Vwtype>, %1.<Vtype>, %2.<Vtype>"
+  "<su>mull2\\t%0.<Vwtype>, %1.<Vtype>, %2.<Vtype>"
   [(set_attr "simd_type" "simd_mull")
    (set_attr "simd_mode" "<MODE>")]
 )

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Patch, AArch64]: Fix format of <su>mull<q> instruction.
  2013-01-08 14:26 [Patch, AArch64]: Fix format of <su>mull<q> instruction Tejas Belagod
@ 2013-01-08 14:54 ` Marcus Shawcroft
  0 siblings, 0 replies; 2+ messages in thread
From: Marcus Shawcroft @ 2013-01-08 14:54 UTC (permalink / raw)
  To: Tejas Belagod; +Cc: gcc-patches

On 8 January 2013 14:25, Tejas Belagod <tbelagod@arm.com> wrote:
>
> 2013-01-08  Tejas Belagod  <tejas.belagod@arm.com>
>
> gcc/
>         * config/aarch64/aarch64-simd.md
> (aarch64_simd_vec_<su>mult_lo_<mode>,
>         aarch64_simd_vec_<su>mult_hi_<mode>): Separate instruction and
> operand
>         with tab instead of space.
>

OK
/Marcus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-08 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-08 14:26 [Patch, AArch64]: Fix format of <su>mull<q> instruction Tejas Belagod
2013-01-08 14:54 ` Marcus Shawcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).