summaryrefslogtreecommitdiff
path: root/gcc/config/aarch64/constraints.md
diff options
context:
space:
mode:
authorRichard Sandiford <richard.sandiford@linaro.org>2017-11-05 17:19:35 +0000
committerRichard Sandiford <richard.sandiford@linaro.org>2017-11-05 17:19:35 +0000
commit648f8fc59b2cc39abd24f4c22388b346cdebcc31 (patch)
tree3a07eccc4c22b265261edd75c9ec3910d9c626f5 /gcc/config/aarch64/constraints.md
parent7bef5b82e4109778a0988d20e19e1ed29dadd835 (diff)
parent8c089b5c15a7b35644750ca393f1e66071ad9aa9 (diff)
downloadgcc-648f8fc59b2cc39abd24f4c22388b346cdebcc31.tar.gz
Merge trunk into sve
Diffstat (limited to 'gcc/config/aarch64/constraints.md')
-rw-r--r--gcc/config/aarch64/constraints.md52
1 files changed, 26 insertions, 26 deletions
diff --git a/gcc/config/aarch64/constraints.md b/gcc/config/aarch64/constraints.md
index 0f7e3099a4c..2a8722c4c86 100644
--- a/gcc/config/aarch64/constraints.md
+++ b/gcc/config/aarch64/constraints.md
@@ -160,14 +160,14 @@
;; "ad" for "(A)DDVL/ADDPL (D)irect".
(define_constraint "Uad"
"@internal
- A constraint that matches a VG-based constant that can be added by
- a single ADDVL or ADDPL."
+ A constraint that matches a VG-based constant that can be added by
+ a single ADDVL or ADDPL."
(match_operand 0 "aarch64_sve_addvl_addpl_immediate"))
(define_constraint "Ua1"
"@internal
- A constraint that matches a VG-based constant that can be added by
- using multiple instructions, with one temporary register."
+ A constraint that matches a VG-based constant that can be added by
+ using multiple instructions, with one temporary register."
(match_operand 0 "aarch64_split_add_offset_immediate"))
(define_memory_constraint "Q"
@@ -297,7 +297,7 @@
(define_constraint "Dm"
"@internal
- A constraint that matches a vector of immediate minus one."
+ A constraint that matches a vector of immediate minus one."
(and (match_code "const,const_vector")
(match_test "op == CONST1_RTX (GET_MODE (op))")))
@@ -322,65 +322,65 @@
(define_constraint "Dv"
"@internal
- A constraint that matches a VG-based constant that can be loaded by
- a single CNT[BHWD]."
+ A constraint that matches a VG-based constant that can be loaded by
+ a single CNT[BHWD]."
(match_operand 0 "aarch64_sve_cnt_immediate"))
(define_constraint "vsa"
"@internal
- A constraint that matches a signed immediate operand valid for SVE
- arithmetic instructions."
+ A constraint that matches an immediate operand valid for SVE
+ arithmetic instructions."
(match_operand 0 "aarch64_sve_arith_immediate"))
(define_constraint "vsc"
"@internal
- A constraint that matches a signed immediate operand valid for SVE
- CMP instructions."
+ A constraint that matches a signed immediate operand valid for SVE
+ CMP instructions."
(match_operand 0 "aarch64_sve_cmp_vsc_immediate"))
(define_constraint "vsd"
"@internal
- A constraint that matches an unsigned immediate operand valid for SVE
- CMP instructions."
+ A constraint that matches an unsigned immediate operand valid for SVE
+ CMP instructions."
(match_operand 0 "aarch64_sve_cmp_vsd_immediate"))
(define_constraint "vsi"
"@internal
- A constraint that matches a vector count operand valid for SVE INC and
- DEC instructions."
+ A constraint that matches a vector count operand valid for SVE INC and
+ DEC instructions."
(match_operand 0 "aarch64_sve_inc_dec_immediate"))
(define_constraint "vsn"
"@internal
- A constraint that matches a signed immediate operand whose negative
- is valid for SVE SUB instructions."
+ A constraint that matches an immediate operand whose negative
+ is valid for SVE SUB instructions."
(match_operand 0 "aarch64_sve_sub_arith_immediate"))
(define_constraint "vsl"
"@internal
- A constraint that matches an immediate operand valid for SVE logical
- operations."
+ A constraint that matches an immediate operand valid for SVE logical
+ operations."
(match_operand 0 "aarch64_sve_logical_immediate"))
(define_constraint "vsm"
"@internal
- A constraint that matches an immediate operand valid for SVE MUL
- operations."
+ A constraint that matches an immediate operand valid for SVE MUL
+ operations."
(match_operand 0 "aarch64_sve_mul_immediate"))
(define_constraint "vfa"
"@internal
- A constraint that matches an immediate operand valid for SVE FADD
- and FSUB operations."
+ A constraint that matches an immediate operand valid for SVE FADD
+ and FSUB operations."
(match_operand 0 "aarch64_sve_float_arith_immediate"))
(define_constraint "vfm"
"@internal
- A constraint that matches an imediate operand valid for SVE FMUL
- operations."
+ A constraint that matches an imediate operand valid for SVE FMUL
+ operations."
(match_operand 0 "aarch64_sve_float_mul_immediate"))
(define_constraint "vfn"
"@internal
- A constraint that matches the negative of vfa"
+ A constraint that matches the negative of vfa"
(match_operand 0 "aarch64_sve_float_arith_with_sub_immediate"))