File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,9 @@ let Predicates = [HasStdExtZvfbfwma],
3232defm VFWMACCBF16_V : VWMAC_FV_V_F<"vfwmaccbf16", 0b111011>;
3333}
3434
35+ //===----------------------------------------------------------------------===//
36+ // Pseudo instructions
37+ //===----------------------------------------------------------------------===//
3538let Predicates = [HasStdExtZvfbfmin] in {
3639 defm PseudoVFWCVTBF16_F_F : VPseudoVWCVTD_V;
3740 defm PseudoVFNCVTBF16_F_F : VPseudoVNCVTD_W_RM;
@@ -40,7 +43,9 @@ let Predicates = [HasStdExtZvfbfmin] in {
4043let mayRaiseFPException = true, Predicates = [HasStdExtZvfbfwma] in
4144 defm PseudoVFWMACCBF16 : VPseudoVWMAC_VV_VF_BF_RM;
4245
43-
46+ //===----------------------------------------------------------------------===//
47+ // Patterns
48+ //===----------------------------------------------------------------------===//
4449let Predicates = [HasStdExtZvfbfmin] in {
4550 defm : VPatConversionWF_VF_BF<"int_riscv_vfwcvtbf16_f_f_v",
4651 "PseudoVFWCVTBF16_F_F", isSEWAware=1>;
You can’t perform that action at this time.
0 commit comments