Lines Matching refs:table

327 dis_riscv_rtype_32(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table,  in dis_riscv_rtype_32()  argument
330 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s", table->drv_name, in dis_riscv_rtype_32()
337 dis_riscv_itype_32(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_itype_32() argument
345 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_itype_32()
349 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_itype_32()
355 dis_riscv_btype_32(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_btype_32() argument
365 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_btype_32()
369 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_btype_32()
375 dis_riscv_load(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_load() argument
383 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_load()
387 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_load()
393 dis_riscv_stype_32(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_stype_32() argument
402 table->drv_name, dis_riscv_regs[DIS_RISCV_RS2(instr)], in dis_riscv_stype_32()
406 table->drv_name, dis_riscv_regs[DIS_RISCV_RS2(instr)], in dis_riscv_stype_32()
413 dis_riscv_utype_32(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_utype_32() argument
416 (void) dis_snprintf(buf, buflen, "%s %s,0x%x", table->drv_name, in dis_riscv_utype_32()
421 dis_riscv_jtype_32(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_jtype_32() argument
431 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_jtype_32()
435 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_jtype_32()
445 dis_riscv_shift_32(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_shift_32() argument
450 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_shift_32()
454 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_shift_32()
464 dis_riscv_shift_64(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_shift_64() argument
470 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_shift_64()
474 table->drv_name, dis_riscv_regs[DIS_RISCV_RD(instr)], in dis_riscv_shift_64()
481 dis_riscv_csr(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_csr() argument
507 if (strcmp(a->drca_base, table->drv_name) != 0) in dis_riscv_csr()
520 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s", table->drv_name, in dis_riscv_csr()
553 dis_riscv_csri(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_csri() argument
579 if (strcmp(a->drca_base, table->drv_name) != 0) in dis_riscv_csri()
594 table->drv_name, dis_riscv_regs[rd], csrstr, imm); in dis_riscv_csri()
597 table->drv_name, dis_riscv_regs[rd], csrstr, imm); in dis_riscv_csri()
646 dis_riscv_fence(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_fence() argument
660 (void) dis_snprintf(buf, buflen, "%s", table->drv_name); in dis_riscv_fence()
665 table->drv_name, in dis_riscv_fence()
678 dis_riscv_name(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_name() argument
681 (void) dis_snprintf(buf, buflen, "%s", table->drv_name); in dis_riscv_name()
686 dis_riscv_rs1_rs2(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_rs1_rs2() argument
689 (void) dis_snprintf(buf, buflen, "%s %s,%s", table->drv_name, in dis_riscv_rs1_rs2()
697 dis_riscv_instr_t *table, char *buf, size_t buflen) in dis_riscv_rv32a_load() argument
709 (void) dis_snprintf(buf, buflen, "%s%s %s,(%s)", table->drv_name, in dis_riscv_rv32a_load()
716 dis_riscv_rv32a(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_rv32a() argument
729 (void) dis_snprintf(buf, buflen, "%s%s %s,%s,(%s)", table->drv_name, in dis_riscv_rv32a()
736 dis_riscv_fp_load(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_fp_load() argument
744 table->drv_name, dis_riscv_fpregs[DIS_RISCV_RD(instr)], in dis_riscv_fp_load()
748 table->drv_name, dis_riscv_fpregs[DIS_RISCV_RD(instr)], in dis_riscv_fp_load()
754 dis_riscv_fp_store(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_fp_store() argument
763 table->drv_name, dis_riscv_fpregs[DIS_RISCV_RS2(instr)], in dis_riscv_fp_store()
767 table->drv_name, dis_riscv_fpregs[DIS_RISCV_RS2(instr)], in dis_riscv_fp_store()
774 dis_riscv_fp_r(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_fp_r() argument
777 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s", table->drv_name, in dis_riscv_fp_r()
788 dis_riscv_fp_r_fpi(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_fp_r_fpi() argument
791 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s", table->drv_name, in dis_riscv_fp_r_fpi()
799 dis_riscv_fp_r4(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_fp_r4() argument
802 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s,%s%s", table->drv_name, in dis_riscv_fp_r4()
812 dis_riscv_fp_rs2_fp(dis_handle_t *dhp, uint32_t instr, dis_riscv_instr_t *table, in dis_riscv_fp_rs2_fp() argument
815 (void) dis_snprintf(buf, buflen, "%s %s,%s%s", table->drv_name, in dis_riscv_fp_rs2_fp()
824 dis_riscv_instr_t *table, char *buf, size_t buflen) in dis_riscv_fp_rs2_fp_nr() argument
826 (void) dis_snprintf(buf, buflen, "%s %s,%s", table->drv_name, in dis_riscv_fp_rs2_fp_nr()
834 dis_riscv_instr_t *table, char *buf, size_t buflen) in dis_riscv_fp_rs2_fpi() argument
836 (void) dis_snprintf(buf, buflen, "%s %s,%s%s", table->drv_name, in dis_riscv_fp_rs2_fpi()
845 dis_riscv_instr_t *table, char *buf, size_t buflen) in dis_riscv_fp_rs2_ifp() argument
847 (void) dis_snprintf(buf, buflen, "%s %s,%s%s", table->drv_name, in dis_riscv_fp_rs2_ifp()
856 dis_riscv_instr_t *table, char *buf, size_t buflen) in dis_riscv_fp_rs2_fpi_nr() argument
858 (void) dis_snprintf(buf, buflen, "%s %s,%s", table->drv_name, in dis_riscv_fp_rs2_fpi_nr()
866 dis_riscv_instr_t *table, char *buf, size_t buflen) in dis_riscv_fp_rs2_ifp_nr() argument
868 (void) dis_snprintf(buf, buflen, "%s %s,%s", table->drv_name, in dis_riscv_fp_rs2_ifp_nr()
877 dis_riscv_instr_t *table, char *buf, size_t buflen) in dis_riscv_fp_rm() argument
879 (void) dis_snprintf(buf, buflen, "%s %s,%s,%s%s", table->drv_name, in dis_riscv_fp_rm()
1362 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_name() argument
1364 (void) dis_snprintf(buf, buflen, "%s", table->drv_c_name); in dis_riscv_c_name()
1383 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_lwsp() argument
1388 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_lwsp()
1395 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_ldsp() argument
1400 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_ldsp()
1407 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_flwsp() argument
1412 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_flwsp()
1419 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_fldsp() argument
1424 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_fldsp()
1431 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_swsp() argument
1435 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_swsp()
1442 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_sdsp() argument
1446 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_sdsp()
1453 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_fswsp() argument
1457 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_fswsp()
1464 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_fsdsp() argument
1468 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_fsdsp()
1475 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_lw() argument
1480 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_lw()
1488 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_ld() argument
1492 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_ld()
1500 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_flw() argument
1505 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_flw()
1513 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_fld() argument
1517 dis_riscv_c_loadstore(dhp, table->drv_c_name, in dis_riscv_c_fld()
1530 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_j() argument
1540 (void) dis_snprintf(buf, buflen, "%s %s0%o", table->drv_c_name, in dis_riscv_c_j()
1543 (void) dis_snprintf(buf, buflen, "%s %s0x%x", table->drv_c_name, in dis_riscv_c_j()
1551 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_jr() argument
1553 (void) dis_snprintf(buf, buflen, "%s %s", table->drv_c_name, in dis_riscv_c_jr()
1572 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_branch() argument
1580 dis_riscv_c_regimm(dhp, table->drv_c_name, in dis_riscv_c_branch()
1586 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_bigimmint() argument
1592 dis_riscv_c_regimm(dhp, table->drv_c_name, in dis_riscv_c_bigimmint()
1598 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_zext_bigimmint() argument
1602 dis_riscv_c_regimm(dhp, table->drv_c_name, in dis_riscv_c_zext_bigimmint()
1608 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_addi16sp() argument
1616 dis_riscv_c_regimm(dhp, table->drv_c_name, in dis_riscv_c_addi16sp()
1622 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_addi4spn() argument
1629 table->drv_c_name, dis_riscv_c_regs[DIS_RISCV_C_RDP(instr)], in dis_riscv_c_addi4spn()
1633 table->drv_c_name, dis_riscv_c_regs[DIS_RISCV_C_RDP(instr)], in dis_riscv_c_addi4spn()
1640 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_immint() argument
1646 dis_riscv_c_regimm(dhp, table->drv_c_name, in dis_riscv_c_immint()
1652 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_zext_immint() argument
1656 dis_riscv_c_regimm(dhp, table->drv_c_name, in dis_riscv_c_zext_immint()
1663 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_bigint() argument
1665 (void) dis_snprintf(buf, buflen, "%s %s,%s", table->drv_c_name, in dis_riscv_c_bigint()
1674 dis_riscv_c_instr_t *table, char *buf, size_t buflen) in dis_riscv_c_int() argument
1676 (void) dis_snprintf(buf, buflen, "%s %s,%s", table->drv_c_name, in dis_riscv_c_int()