Lines Matching refs:__emit_inst
52 #define __emit_inst(x) .inst (x) macro
54 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
69 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro
71 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
93 #define SET_PSTATE_PAN(x) __emit_inst(0xd500401f | PSTATE_PAN | ((!!x) << PSTATE_Imm_shift))
94 #define SET_PSTATE_UAO(x) __emit_inst(0xd500401f | PSTATE_UAO | ((!!x) << PSTATE_Imm_shift))
95 #define SET_PSTATE_SSBS(x) __emit_inst(0xd500401f | PSTATE_SSBS | ((!!x) << PSTATE_Imm_shift))
98 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
749 __emit_inst(0xd5200000|(\sreg)|(.L__reg_num_\rt))
753 __emit_inst(0xd5000000|(\sreg)|(.L__reg_num_\rt))
770 __emit_inst(0xd5200000|(\\sreg)|(.L__reg_num_\\rt)) \
776 __emit_inst(0xd5000000|(\\sreg)|(.L__reg_num_\\rt)) \