Go to the documentation of this file.
26 #ifndef AVUTIL_BFIN_BSWAP_H
27 #define AVUTIL_BFIN_BSWAP_H
33 #define av_bswap32 av_bswap32
37 __asm__(
"%1 = %0 >> 8 (V); \n\t"
38 "%0 = %0 << 8 (V); \n\t"
40 "%0 = PACK(%0.L, %0.H); \n\t"
41 :
"+d"(x),
"=&d"(tmp));