Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Dsysreg.h54 #define __emit_inst(x) .inst(x) macro
56 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
71 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro
73 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro