Home | History | Annotate | Download | only in include

Lines Matching refs:_dst

37 #define	BSWAP16(_src, _dst, _tmp)	\
38 andi _dst, _src, 0xff ;\
39 slli _dst, _dst, 8 ;\
42 ori _dst, _dst, _tmp
44 #define BSWAP32(_src, _dst, _tmp) \
46 slli _dst, _src, 24 ;\
48 ori _dst, _dst, _tmp ;\
51 ori _dst, _dst, _tmp ;\
54 ori _dst, _dst, _tmp