Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_riscv.c33 static const char *dis_riscv_regs[32] = { variable
331 dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_rtype_32()
332 dis_riscv_regs[DIS_RISCV_RS1(instr)], in dis_riscv_rtype_32()
333 dis_riscv_regs[DIS_RISCV_RS2(instr)]); in dis_riscv_rtype_32()
345 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_itype_32()
346 dis_riscv_regs[DIS_RISCV_RS1(instr)], s, imm); in dis_riscv_itype_32()
349 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_itype_32()
350 dis_riscv_regs[DIS_RISCV_RS1(instr)], s, imm); in dis_riscv_itype_32()
365 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_btype_32()
366 dis_riscv_regs[DIS_RISCV_RS1(instr)], s, imm); in dis_riscv_btype_32()
[all …]