Searched defs:__emit_inst (Results 1 – 1 of 1) sorted by relevance
58 #define __emit_inst(x) .inst(x) macro60 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro75 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro77 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
Completed in 12 milliseconds