diff options
Diffstat (limited to 'gcc/config/arm/neon.md')
-rw-r--r-- | gcc/config/arm/neon.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/arm/neon.md b/gcc/config/arm/neon.md index 6892b7b..cfd8520 100644 --- a/gcc/config/arm/neon.md +++ b/gcc/config/arm/neon.md @@ -215,8 +215,8 @@ }) (define_split - [(set (match_operand:OI 0 "s_register_operand" "") - (match_operand:OI 1 "s_register_operand" ""))] + [(set (match_operand:VSTRUCT2 0 "s_register_operand" "") + (match_operand:VSTRUCT2 1 "s_register_operand" ""))] "(TARGET_NEON || TARGET_HAVE_MVE)&& reload_completed" [(set (match_dup 0) (match_dup 1)) (set (match_dup 2) (match_dup 3))] @@ -256,8 +256,8 @@ }) (define_split - [(set (match_operand:XI 0 "s_register_operand" "") - (match_operand:XI 1 "s_register_operand" ""))] + [(set (match_operand:VSTRUCT4 0 "s_register_operand" "") + (match_operand:VSTRUCT4 1 "s_register_operand" ""))] "(TARGET_NEON || TARGET_HAVE_MVE) && reload_completed" [(set (match_dup 0) (match_dup 1)) (set (match_dup 2) (match_dup 3)) |