Searched refs:prt_imm (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdisasm/sparc/ |
H A D | dis_sparc_fmt.c | 712 static void prt_imm(dis_handle_t *, uint32_t, int); 803 prt_imm(dhp, f->f2.imm22, 0); 1098 prt_imm(dhp, f->f3.rd, 0); 1314 prt_imm(dhp, f->fcp.opc, 0); 1444 prt_imm(dhp, sign_extend(f->f3a.simm13, 13), 1524 prt_imm(dhp, sign_extend(f->f3a.simm13, 13), 2014 prt_imm(dhp, sign_extend(f->f3c.simm11, 11), IMM_SIGNED); 2035 prt_imm(dhp, sign_extend(f->f3d.simm10, 10), IMM_SIGNED); 2246 prt_imm(dhp, sign_extend(f->f2d.rs2, 5), IMM_SIGNED); 2280 prt_imm(dh 2366 prt_imm(dis_handle_t *dhp, uint32_t val, int format) function [all...] |
Completed in 20 milliseconds