Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_riscv.c280 #define DIS_RISCV_RS1(x) (((x) >> 15) & 0x1f) macro
332 dis_riscv_regs[DIS_RISCV_RS1(instr)], in dis_riscv_rtype_32()
346 dis_riscv_regs[DIS_RISCV_RS1(instr)], s, imm); in dis_riscv_itype_32()
350 dis_riscv_regs[DIS_RISCV_RS1(instr)], s, imm); in dis_riscv_itype_32()
366 dis_riscv_regs[DIS_RISCV_RS1(instr)], s, imm); in dis_riscv_btype_32()
370 dis_riscv_regs[DIS_RISCV_RS1(instr)], s, imm); in dis_riscv_btype_32()
384 s, imm, dis_riscv_regs[DIS_RISCV_RS1(instr)]); in dis_riscv_load()
388 s, imm, dis_riscv_regs[DIS_RISCV_RS1(instr)]); in dis_riscv_load()
403 s, val, dis_riscv_regs[DIS_RISCV_RS1(instr)]); in dis_riscv_stype_32()
407 s, val, dis_riscv_regs[DIS_RISCV_RS1(instr)]); in dis_riscv_stype_32()
[all …]