Lines Matching refs:v8f16
3551 def : MSAPat<(v8f16 (load addrimm10:$addr)), (LD_H addrimm10:$addr)>;
3555 def ST_FH : MSAPat<(store (v8f16 MSA128H:$ws), addrimm10:$addr),
3583 def : MSABitconvertPat<v8i16, v8f16, MSA128H>;
3586 def : MSABitconvertPat<v8f16, v8i16, MSA128H>;
3594 def : MSABitconvertPat<v16i8, v8f16, MSA128B, [HasMSA, IsLE]>;
3607 def : MSABitconvertPat<v4i32, v8f16, MSA128W, [HasMSA, IsLE]>;
3613 def : MSABitconvertPat<v2i64, v8f16, MSA128D, [HasMSA, IsLE]>;
3619 def : MSABitconvertPat<v4f32, v8f16, MSA128W, [HasMSA, IsLE]>;
3625 def : MSABitconvertPat<v2f64, v8f16, MSA128D, [HasMSA, IsLE]>;
3682 def : MSABitconvertReverseBInHPat<v8f16, v16i8, MSA128H>;
3694 def : MSABitconvertReverseBInHPat<v16i8, v8f16, MSA128B>;
3695 def : MSABitconvertReverseHInWPat<v4i32, v8f16, MSA128W>;
3696 def : MSABitconvertReverseHInWPat<v4f32, v8f16, MSA128W>;
3697 def : MSABitconvertReverseHInDPat<v2i64, v8f16, MSA128D>;
3698 def : MSABitconvertReverseHInDPat<v2f64, v8f16, MSA128D>;
3702 def : MSABitconvertReverseHInWPat<v8f16, v4i32, MSA128H>;
3708 def : MSABitconvertReverseHInWPat<v8f16, v4f32, MSA128H>;
3714 def : MSABitconvertReverseHInDPat<v8f16, v2i64, MSA128H>;
3720 def : MSABitconvertReverseHInDPat<v8f16, v2f64, MSA128H>;