Searched refs:GET_IMM (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/ | ||
H A D | instmap.h | 322 #define GET_IMM(inst) sextract64(inst, 20, 12) macro |
H A D | cpu_helper.c | 1736 access_imm = GET_IMM(insn); in riscv_transformed_insn() |