Searched defs:SET_RD (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/riscv/kernel/ |
H A D | traps_misaligned.c | 141 #define SET_RD(insn, regs, val) (*REG_PTR(insn, SH_RD, regs) = (val)) macro
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | vcpu_insn.c | 129 #define SET_RD(insn, regs, val) (*REG_PTR(insn, SH_RD, regs) = (val)) macro
|
/openbmc/qemu/target/riscv/ |
H A D | instmap.h | 325 #define SET_RD(inst, val) deposit32(inst, 7, 5, val) macro
|