Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
A Dsysreg.h66 #define __INSTR_BSWAP(x) (x) macro
68 #define __INSTR_BSWAP(x) ((((x) << 24) & 0xff000000) | \ macro
75 #define __emit_inst(x) .long __INSTR_BSWAP(x)
77 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t"

Completed in 9 milliseconds