Home | History | Annotate | Download | only in dsp

Lines Matching refs:LD_B8

241 #define LD_B8(RTYPE, psrc, stride,                                  \
246 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
247 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)