Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm64/include/asm/
Dsysreg.h55 #define __emit_inst(x) .inst(x) macro
57 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
72 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro
74 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro