__emit_inst
#define __emit_inst(x) .inst(x)
#define __emit_inst(x) ".inst " __stringify((x)) "\n\t"
#define __emit_inst(x) .long __INSTR_BSWAP(x)
#define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"
#define __emit_inst(x) .inst(x)
#define __emit_inst(x) ".inst " __stringify((x)) "\n\t"
#define __emit_inst(x) .long __INSTR_BSWAP(x)
#define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"