Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c148 #define GET_RM(insn) (((insn) >> 12) & 7) macro
/openbmc/qemu/target/riscv/
H A Dinstmap.h317 #define GET_RM(inst) extract32(inst, 12, 3) macro