Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_instr.c118 .tbl_fmt = fmt_branch,
153 .tbl_fmt = fmt_branch,
175 .tbl_fmt = fmt_branch,
205 .tbl_fmt = fmt_branch,
287 .tbl_fmt = fmt_sethi,
404 .tbl_fmt = fmt_ls,
436 .tbl_fmt = fmt_trap,
566 .tbl_fmt = NULL,
588 .tbl_fmt = fmt_movr,
1529 .tbl_fmt = fmt_vis,
[all …]
H A Ddis_sparc.h72 format_fcn tbl_fmt; member
H A Ddis_sparc.c270 if (tp->tbl_fmt(dhp, instr, inp, idx) == 0) in dis_sparc_disassemble()