summaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorbelagod <belagod@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-08 16:21:51 +0000
committerbelagod <belagod@138bc75d-0d04-0410-961f-82ee72b054a4>2013-01-08 16:21:51 +0000
commitb3f1c89d027aea4f902b1339c99ba118d0592f01 (patch)
tree4ae2fdcce21bd2544802ea6e7203d8c0c69e1180 /gcc
parent50008a8e9674b7915c11213da46925bd00773b1a (diff)
downloadgcc-b3f1c89d027aea4f902b1339c99ba118d0592f01.tar.gz
2013-01-08 Tejas Belagod <tejas.belagod@arm.com>
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195023 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/aarch64/aarch64-simd.md4
2 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 78eb7c07b20..0862196b2a4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2013-01-08 Tejas Belagod <tejas.belagod@arm.com>
+
+ * 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.
+
2013-01-08 Nick Clifton <nickc@redhat.com>
* config/rl78/rl78.c (rl78_expand_prologue): Always select
diff --git a/gcc/config/aarch64/aarch64-simd.md b/gcc/config/aarch64/aarch64-simd.md
index e6655e8aa04..cbf8b885fb8 100644
--- a/gcc/config/aarch64/aarch64-simd.md
+++ b/gcc/config/aarch64/aarch64-simd.md
@@ -1054,7 +1054,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>")]
)
@@ -1082,7 +1082,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>")]
)