Home
last modified time | relevance | path

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

/linux-5.19.10/tools/arch/arm64/include/asm/
Dsysreg.h27 #define Op1_shift 16 macro
37 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
44 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask)
88 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)
/linux-5.19.10/arch/arm64/include/asm/
Dsysreg.h30 #define Op1_shift 16 macro
40 (((op0) << Op0_shift) | ((op1) << Op1_shift) | \
47 #define sys_reg_Op1(id) (((id) >> Op1_shift) & Op1_mask)
91 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift)