Searched refs:SH_RS2C (Results 1 – 2 of 2) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | traps_misaligned.c | 106 #define SH_RS2C 2 macro 125 #define RVC_RS2S(insn) (8 + RV_X(insn, SH_RS2C, 3)) 126 #define RVC_RS2(insn) RV_X(insn, SH_RS2C, 5) 144 #define GET_RS2C(insn, regs) (*REG_PTR(insn, SH_RS2C, regs))
|
/linux/arch/riscv/kvm/ |
H A D | vcpu_insn.c | 91 #define SH_RS2C 2 macro 111 #define RVC_RS2S(insn) (8 + RV_X(insn, SH_RS2C, 3)) 112 #define RVC_RS2(insn) RV_X(insn, SH_RS2C, 5) 132 #define GET_RS2C(insn, regs) (*REG_PTR(insn, SH_RS2C, regs))
|