Searched refs:RV_EXTRACT_RS1_REG (Results 1 – 2 of 2) sorted by relevance
43 *type = (u32)regs_ptr[RV_EXTRACT_RS1_REG(insn)]; in decode_cfi_insn()50 rs1_num = RV_EXTRACT_RS1_REG(insn); in decode_cfi_insn()
294 #define RV_EXTRACT_RS1_REG(x) \ macro