Searched refs:uchar16 (Results 1 – 2 of 2) sorted by relevance
3881 char16 __ovld __cnfn convert_char16_rte(uchar16);3882 char16 __ovld __cnfn convert_char16_sat_rte(uchar16);3883 char16 __ovld __cnfn convert_char16_rtz(uchar16);3884 char16 __ovld __cnfn convert_char16_sat_rtz(uchar16);3885 char16 __ovld __cnfn convert_char16_rtp(uchar16);3886 char16 __ovld __cnfn convert_char16_sat_rtp(uchar16);3887 char16 __ovld __cnfn convert_char16_rtn(uchar16);3888 char16 __ovld __cnfn convert_char16_sat_rtn(uchar16);3889 char16 __ovld __cnfn convert_char16(uchar16);3890 char16 __ovld __cnfn convert_char16_sat(uchar16);[all …]
176 typedef uchar uchar16 __attribute__((ext_vector_type(16))); typedef578 #define as_uchar16(x) __builtin_astype((x), uchar16)