Home
last modified time | relevance | path

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

/linux/tools/arch/arm64/include/asm/
H A Dsysreg.h64 #define __INSTR_BSWAP(x) (x) macro
66 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro
73 #define __emit_inst(x) .long __INSTR_BSWAP(x)
75 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"
/linux/arch/arm64/include/asm/
H A 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"