Home | History | Annotate | Download | only in mips

Lines Matching refs:LD_B8

333 #define LD_B8(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \
339 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
340 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)