Searched refs:RVC_EXTRACT_JTYPE_IMM (Results 1 – 2 of 2) sorted by relevance
/linux/arch/riscv/kernel/ | ||
H A D | kgdb.c | 53 *next_addr = RVC_EXTRACT_JTYPE_IMM(op_code) + pc; in get_step_address() |
/linux/arch/riscv/include/asm/ | ||
H A D | insn.h | 329 #define RVC_EXTRACT_JTYPE_IMM(x) \ macro |