Home
last modified time | relevance | path

Searched defs:SET_RD (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dtraps_misaligned.c141 #define SET_RD(insn, regs, val) (*REG_PTR(insn, SH_RD, regs) = (val)) macro
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_insn.c129 #define SET_RD(insn, regs, val) (*REG_PTR(insn, SH_RD, regs) = (val)) macro
/openbmc/qemu/target/riscv/
H A Dinstmap.h325 #define SET_RD(inst, val) deposit32(inst, 7, 5, val) macro