Searched refs:SH_RS2C (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/riscv/kernel/ |
H A D | traps_misaligned.c | 101 #define SH_RS2C 2 macro 120 #define RVC_RS2S(insn) (8 + RV_X(insn, SH_RS2C, 3)) 121 #define RVC_RS2(insn) RV_X(insn, SH_RS2C, 5) 139 #define GET_RS2C(insn, regs) (*REG_PTR(insn, SH_RS2C, regs))
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_insn.c | 86 #define SH_RS2C 2 macro 106 #define RVC_RS2S(insn) (8 + RV_X(insn, SH_RS2C, 3)) 107 #define RVC_RS2(insn) RV_X(insn, SH_RS2C, 5) 127 #define GET_RS2C(insn, regs) (*REG_PTR(insn, SH_RS2C, regs))
|