Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Dinstmap.h357 #define GET_C_LD_IMM(inst) ((extract16(inst, 10, 3) << 3) \ macro
360 #define GET_C_SD_IMM(inst) GET_C_LD_IMM(inst)
H A Dcpu_helper.c1586 access_imm = GET_C_LD_IMM(insn); in riscv_transformed_insn()
1608 access_imm = GET_C_LD_IMM(insn); in riscv_transformed_insn()