Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dsysreg.h58 #define __emit_inst(x) .inst(x)
60 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
75 #define __emit_inst(x) .long __INSTR_BSWAP(x)
77 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
95 #define SET_PSTATE(x, r) __emit_inst(ENCODE_PSTATE(x, r))
118 __emit_inst(0xd5000000 | \
808 #define BRB_IALL_INSN __emit_inst(0xd5000000 | OP_BRB_IALL | (0x1f))
809 #define BRB_INJ_INSN __emit_inst(0xd5000000 | OP_BRB_INJ | (0x1f))
1114 __emit_inst(0xd5200000|(\sreg)|(.L__gpr_num_\rt))
1118 __emit_inst(0xd5000000|(\sreg)|(.L__gpr_num_\rt))
[all …]