Go to the documentation of this file.
14 #include <linux/types.h>
22 asm(
"swap %1,%0" :
"=r" (
ret) :
"r" (x));
25 #define __arch_swab32 __arch_swab32
31 asm(
"swaph %1,%0" :
"=r" (
ret) :
"r" (x));
34 #define __arch_swab32 __arch_swab32
36 #if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
37 # define __SWAB_64_THRU_32__