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