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

/linux-master/tools/arch/arm64/include/asm/
H A Dsysreg.h54 // The space separator is omitted so that __emit_inst(x) can be parsed as
56 #define __emit_inst(x) .inst(x) macro
58 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
73 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro
75 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
92 #define SET_PSTATE(x, r) __emit_inst(0xd500401f | PSTATE_ ## r | ((!!x) << PSTATE_Imm_shift))
112 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
727 __emit_inst(0xd5200000|(\sreg)|(.L__gpr_num_\rt))
731 __emit_inst(0xd5000000|(\sreg)|(.L__gpr_num_\rt))
744 __emit_inst(
[all...]
/linux-master/arch/arm64/include/asm/
H A Dsysreg.h55 // The space separator is omitted so that __emit_inst(x) can be parsed as
57 #define __emit_inst(x) .inst(x) macro
59 #define __emit_inst(x) ".inst " __stringify((x)) "\n\t" macro
74 #define __emit_inst(x) .long __INSTR_BSWAP(x) macro
76 #define __emit_inst(x) ".long " __stringify(__INSTR_BSWAP(x)) "\n\t" macro
93 #define SET_PSTATE(x, r) __emit_inst(0xd500401f | PSTATE_ ## r | ((!!x) << PSTATE_Imm_shift))
113 __emit_inst(0xd5000000 | sys_insn(0, 3, 3, (CRm), (op2)) | ((Rt) & 0x1f))
1075 __emit_inst(0xd5200000|(\sreg)|(.L__gpr_num_\rt))
1079 __emit_inst(0xd5000000|(\sreg)|(.L__gpr_num_\rt))
1092 __emit_inst(
[all...]

Completed in 168 milliseconds