Searched defs:__emit_inst (Results 1 – 2 of 2) sorted by relevance
57 #define __emit_inst(x) .inst(x) macro59 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro74 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro76 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
54 #define __emit_inst(x) .inst(x) macro56 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro71 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro73 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
Completed in 12 milliseconds