Searched defs:prt_field (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdisasm/sparc/ |
H A D | dis_sparc_fmt.c | 703 static void prt_field(const char *, uint32_t, int); 764 prt_field("op", f->f1.op, 2); 765 prt_field("disp30", f->f1.disp30, 30); 794 prt_field("op", f->f2.op, 2); 795 prt_field("op2", f->f2.op2, 3); 796 prt_field("rd", f->f2.rd, 5); 797 prt_field("imm22", f->f2.imm22, 22); 844 prt_field("op", f->f2.op, 2); 845 prt_field("op2", f->f2.op2, 3); 849 prt_field("con 2328 prt_field(const char *field, uint32_t val, int len) function 2335 prt_field(const char *field, uint32_t val, int len) function [all...] |
Completed in 21 milliseconds