Searched refs:__INSTR_BSWAP (Results 1 – 2 of 2) sorted by relevance
64 #define __INSTR_BSWAP(x) (x) macro66 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro73 #define __emit_inst(x) .long __INSTR_BSWAP(x)75 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"
65 #define __INSTR_BSWAP(x) (x) macro67 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro74 #define __emit_inst(x) .long __INSTR_BSWAP(x)76 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"