Home
last modified time | relevance | path

Searched defs:__emit_inst (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/arm64/include/asm/
Dsysreg.h52 #define __emit_inst(x) .inst (x) macro
54 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
69 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro
71 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro