Lines Matching refs:pinst
537 fp_inst_type *pinst, /* Address of FPU instruction to simulate */
552 pfpsd->fp_trapaddr = (caddr_t)pinst;
597 fp_inst_type *pinst, /* Address of FPU instruction to simulate */
608 pfpsd->fp_trapaddr = (caddr_t)pinst;
625 fp_inst_type *pinst, /* Pointer to FPU instruction to simulate. */
648 pfpsd->fp_trapaddr = (caddr_t)pinst; /* bad inst addr in case we trap */
649 ftt = _fp_read_inst((uint32_t *)pinst, &(fp.i), pfpsd);
666 pfpu->fpu_q->FQu.fpq.fpq_addr = (uint32_t *)pinst;
688 pinst = (fp_inst_type *)pregs->r_pc;
689 pfpsd->fp_trapaddr = (caddr_t)pinst; /* bad inst addr in case we trap */
690 ftt = _fp_read_inst((uint32_t *)pinst, &(fp.i), pfpsd);
706 pfpu->fpu_q->FQu.fpq.fpq_addr = (uint32_t *)pinst;