Searched refs:prt_field (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libdisasm/common/ |
H A D | dis_sparc_fmt.c | 648 static void prt_field(const char *, uint32_t, int); 710 prt_field("op", f->f1.op, 2); in fmt_call() 711 prt_field("disp30", f->f1.disp30, 30); in fmt_call() 741 prt_field("op", f->f2.op, 2); in fmt_sethi() 742 prt_field("op2", f->f2.op2, 3); in fmt_sethi() 743 prt_field("rd", f->f2.rd, 5); in fmt_sethi() 744 prt_field("imm22", f->f2.imm22, 22); in fmt_sethi() 792 prt_field("op", f->f2.op, 2); in fmt_branch() 793 prt_field("op2", f->f2.op2, 3); in fmt_branch() 797 prt_field("cond", f->f2a.cond, 4); in fmt_branch() [all …]
|