Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 608b5be

Browse files
committed
Fix typo in smmul & smar64
1 parent 2eb7dc0 commit 608b5be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcc/config/riscv/rvp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4203,7 +4203,7 @@
42034203
(any_extend:DI
42044204
(match_operand:SI 3 "register_operand" " r")))))]
42054205
"TARGET_ZPSF && !TARGET_64BIT"
4206-
"<rvp_su>mar64\t%0, %2, %3"
4206+
"<su>mar64\t%0, %2, %3"
42074207
[(set_attr "type" "dsp64")
42084208
(set_attr "mode" "DI")])
42094209

@@ -4911,7 +4911,7 @@
49114911
(sign_extend:DI (match_operand:SI 1 "register_operand" " r"))
49124912
(sign_extend:DI (match_operand:SI 2 "register_operand" " r")))
49134913
(const_int 32))))]
4914-
"TARGET_ZPN && TARGET_64BIT"
4914+
"TARGET_ZPN && !TARGET_64BIT"
49154915
"smmul\t%0, %1, %2"
49164916
[(set_attr "type" "simd")
49174917
(set_attr "mode" "HI")])

0 commit comments

Comments
 (0)