Lines Matching refs:v8f16
3526 def : MSAPat<(v8f16 (load addrimm10:$addr)), (LD_H addrimm10:$addr)>;
3530 def ST_FH : MSAPat<(store (v8f16 MSA128H:$ws), addrimm10:$addr),
3558 def : MSABitconvertPat<v8i16, v8f16, MSA128H>;
3561 def : MSABitconvertPat<v8f16, v8i16, MSA128H>;
3569 def : MSABitconvertPat<v16i8, v8f16, MSA128B, [HasMSA, IsLE]>;
3582 def : MSABitconvertPat<v4i32, v8f16, MSA128W, [HasMSA, IsLE]>;
3588 def : MSABitconvertPat<v2i64, v8f16, MSA128D, [HasMSA, IsLE]>;
3594 def : MSABitconvertPat<v4f32, v8f16, MSA128W, [HasMSA, IsLE]>;
3600 def : MSABitconvertPat<v2f64, v8f16, MSA128D, [HasMSA, IsLE]>;
3657 def : MSABitconvertReverseBInHPat<v8f16, v16i8, MSA128H>;
3669 def : MSABitconvertReverseBInHPat<v16i8, v8f16, MSA128B>;
3670 def : MSABitconvertReverseHInWPat<v4i32, v8f16, MSA128W>;
3671 def : MSABitconvertReverseHInWPat<v4f32, v8f16, MSA128W>;
3672 def : MSABitconvertReverseHInDPat<v2i64, v8f16, MSA128D>;
3673 def : MSABitconvertReverseHInDPat<v2f64, v8f16, MSA128D>;
3677 def : MSABitconvertReverseHInWPat<v8f16, v4i32, MSA128H>;
3683 def : MSABitconvertReverseHInWPat<v8f16, v4f32, MSA128H>;
3689 def : MSABitconvertReverseHInDPat<v8f16, v2i64, MSA128H>;
3695 def : MSABitconvertReverseHInDPat<v8f16, v2f64, MSA128H>;