Lines Matching defs:fp

84 	kfpu_t		*fp)	/* Need to fp to access gsr reg */
110 /* these instr's do not use fp regs */
132 ftt = vis_alignaddr(pfpsd, f.inst, pregs, prw, fp);
135 ftt = vis_bmask(pfpsd, f.inst, pregs, prw, fp);
161 ftt = vis_fpixel(pfpsd, f.inst, fp);
168 ftt = vis_faligndata(pfpsd, pinst, fp);
171 ftt = vis_bshuffle(pfpsd, pinst, fp);
356 ftt = vis_siam(pfpsd, f.inst, fp);
618 kfpu_t *fp) /* Need to fp to access gsr reg */
640 g = pfpsd->fp_current_read_gsr(fp);
651 pfpsd->fp_current_write_gsr(g, fp);
665 kfpu_t *fp) /* Need to fp to access gsr reg */
685 g = pfpsd->fp_current_read_gsr(fp);
690 pfpsd->fp_current_write_gsr(g, fp);
695 * Simulator for fp[add|sub]* instruction.
1057 kfpu_t *fp) /* Need to fp to access gsr reg */
1091 r = pfpsd->fp_current_read_gsr(fp);
1118 r = pfpsd->fp_current_read_gsr(fp);
1142 r = pfpsd->fp_current_read_gsr(fp);
1246 kfpu_t *fp) /* Need to fp to access gsr reg */
1269 r = pfpsd->fp_current_read_gsr(fp);
1290 kfpu_t *fp) /* Need to fp to access gsr reg */
1314 r = pfpsd->fp_current_read_gsr(fp);
1352 kfpu_t *fp) /* Need to fp to access gsr reg */
1358 g = pfpsd->fp_current_read_gsr(fp);
1362 pfpsd->fp_current_write_gsr(g, fp);
1612 } fp;
1623 fp.inst = inst;
1633 fp.inst = inst;
1634 ea = (fp.i << 19) >> 19; /* Extract simm13 field. */
1729 } fp;
1753 fp.inst = inst;
1754 ea = (fp.i << 19) >> 19; /* Extract simm13 field. */
1831 kfpu_t *fp) /* Need to fp to access gsr reg */
1839 r = pfpsd->fp_current_read_gsr(fp);
1855 kfpu_t *fp) /* Need to fp to access gsr reg */
1876 } fp;
1878 fp.inst = pinst; /* Extract simm13 field */
1879 r2 = (fp.i << 19) >> 19;
1882 pfpsd->fp_current_write_gsr(r, fp);
1901 "vis fp simulation",