Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm64/include/asm/
Dsysreg.h57 #define __emit_inst(x) .inst(x)
59 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
74 #define __emit_inst(x) .long __INSTR_BSWAP(x)
76 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
99 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift))
100 #define SET_PSTATE_UAO(x) __emit_inst(0xd500401f | PSTATE_UAO | ((!!x) << PSTATE_Imm_shift))
101 #define SET_PSTATE_SSBS(x) __emit_inst(0xd500401f | PSTATE_SSBS | ((!!x) << PSTATE_Imm_shift))
102 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift))
109 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
952 __emit_inst(0xd5200000|(\sreg)|(.L__gpr_num_\rt))
[all …]
/linux-6.1.9/tools/arch/arm64/include/asm/
Dsysreg.h54 #define __emit_inst(x) .inst(x)
56 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
71 #define __emit_inst(x) .long __INSTR_BSWAP(x)
73 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
96 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift))
97 #define SET_PSTATE_UAO(x) __emit_inst(0xd500401f | PSTATE_UAO | ((!!x) << PSTATE_Imm_shift))
98 #define SET_PSTATE_SSBS(x) __emit_inst(0xd500401f | PSTATE_SSBS | ((!!x) << PSTATE_Imm_shift))
99 #define SET_PSTATE_TCO(x) __emit_inst(0xd500401f | PSTATE_TCO | ((!!x) << PSTATE_Imm_shift))
106 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
1186 __emit_inst(0xd5200000|(\sreg)|(.L__reg_num_\rt))
[all …]