Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dinsn.h406 #define GET_RS1(insn, regs) (*REG_PTR(insn, SH_RS1, regs))
418 #define SH_RS1 15 macro
/linux/arch/riscv/kvm/
H A Dvcpu_insn.c151 unsigned int rs1_num = (insn >> SH_RS1) & MASK_RX; in csr_insn()