Home
last modified time | relevance | path

Searched refs:__INSTR_BSWAP (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/tools/arch/arm64/include/asm/
Dsysreg.h62 #define __INSTR_BSWAP(x) (x) macro
64 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro
71 #define __emit_inst(x) .long __INSTR_BSWAP(x)
73 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"
/linux-6.6.21/arch/arm64/include/asm/
Dsysreg.h65 #define __INSTR_BSWAP(x) (x) macro
67 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro
74 #define __emit_inst(x) .long __INSTR_BSWAP(x)
76 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"