Home | History | Annotate | Download | only in dsp

Lines Matching refs:LD_B3

227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do {  \
231 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
232 #define LD_SB3(...) LD_B3(v16i8, __VA_ARGS__)