Searched defs:__INSTR_BSWAP (Results 1 – 2 of 2) sorted by relevance
64 #define __INSTR_BSWAP(x) (x) macro66 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro
65 #define __INSTR_BSWAP(x) (x) macro67 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro