mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-12 21:33:54 +08:00
arm: Fix mve_vmvnq_n_<supf><mode> argument mode
The vmvnq_n* intrinsics and have [u]int[16|32]_t arguments, so use <V_elem> iterator instead of HI in mve_vmvnq_n_<supf><mode>. Most of the work of this patch series was carried out while I was working at STMicroelectronics as a Linaro assignee. 2022-02-22 Christophe Lyon <christophe.lyon@arm.com> gcc/ * config/arm/mve.md (mve_vmvnq_n_<supf><mode>): Use V_elem mode for operand 1.
This commit is contained in:
parent
6769084fdf
commit
0d0aaea105
@ -617,7 +617,7 @@
|
||||
(define_insn "mve_vmvnq_n_<supf><mode>"
|
||||
[
|
||||
(set (match_operand:MVE_5 0 "s_register_operand" "=w")
|
||||
(unspec:MVE_5 [(match_operand:HI 1 "immediate_operand" "i")]
|
||||
(unspec:MVE_5 [(match_operand:<V_elem> 1 "immediate_operand" "i")]
|
||||
VMVNQ_N))
|
||||
]
|
||||
"TARGET_HAVE_MVE"
|
||||
|
Loading…
Reference in New Issue
Block a user