Searched refs:__INSTR_BSWAP (Results 1 – 1 of 1) sorted by relevance
60 #define __INSTR_BSWAP(x) (x) macro62 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro69 #define __emit_inst(x) .long __INSTR_BSWAP(x)71 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"