Skip to content

Commit

Permalink
RISC-V: Update Xsfvqmacc and Xsfvfnrclip's testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Liaoshihua authored and yulong18 committed Dec 19, 2024
1 parent 35e6c55 commit 5c5a2cb
Show file tree
Hide file tree
Showing 11 changed files with 259 additions and 4 deletions.
7 changes: 4 additions & 3 deletions gcc/config/riscv/vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
vssegtux,vssegtox,vlsegdff,vandn,vbrev,vbrev8,vrev8,vcpop,vclz,vctz,vrol,\
vror,vwsll,vclmul,vclmulh,vghsh,vgmul,vaesef,vaesem,vaesdf,vaesdm,\
vaeskf1,vaeskf2,vaesz,vsha2ms,vsha2ch,vsha2cl,vsm4k,vsm4r,vsm3me,vsm3c,\
vfncvtbf16,vfwcvtbf16,vfwmaccbf16")
vfncvtbf16,vfwcvtbf16,vfwmaccbf16,\
sf_vqmacc,sf_vfnrclip")
(const_string "true")]
(const_string "false")))

Expand Down Expand Up @@ -893,7 +894,7 @@
vfredo,vfwredu,vfwredo,vslideup,vslidedown,vislide1up,\
vislide1down,vfslide1up,vfslide1down,vgather,viwmuladd,vfwmuladd,\
vlsegds,vlsegdux,vlsegdox,vandn,vrol,vror,vwsll,vclmul,vclmulh,\
vfwmaccbf16")
vfwmaccbf16,sf_vqmacc,sf_vfnrclip")
(symbol_ref "riscv_vector::get_ta(operands[6])")

(eq_attr "type" "vimuladd,vfmuladd")
Expand Down Expand Up @@ -924,7 +925,7 @@
vfwalu,vfwmul,vfsgnj,vfcmp,vslideup,vslidedown,\
vislide1up,vislide1down,vfslide1up,vfslide1down,vgather,\
viwmuladd,vfwmuladd,vlsegds,vlsegdux,vlsegdox,vandn,vrol,\
vror,vwsll,vclmul,vclmulh,vfwmaccbf16")
vror,vwsll,vclmul,vclmulh,vfwmaccbf16,sf_vqmacc,sf_vfnrclip")
(symbol_ref "riscv_vector::get_ma(operands[7])")

(eq_attr "type" "vimuladd,vfmuladd")
Expand Down
Loading

0 comments on commit 5c5a2cb

Please sign in to comment.