Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dinsn.h313 #define RV_EXTRACT_ITYPE_IMM(x) \ macro
401 imm += RV_EXTRACT_ITYPE_IMM(itype_insn); in riscv_insn_extract_utype_itype_imm()
/openbmc/linux/arch/riscv/kernel/
H A Dkgdb.c110 *next_addr += RV_EXTRACT_ITYPE_IMM(op_code); in get_step_address()