Searched defs:pinst (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sparc/fpu/
H A Diu_simulator.c43 fp_inst_type pinst, /* FPU instruction to simulate. */
62 if (((pinst.op3 >> 3) & 0xf) == 5)
66 uint_t nfcc = (pinst.op3 >> 1) & 0x3;
84 icc = (enum icc_type) (pinst.rd & 0xf);
85 annul = pinst.rd & 0x10;
140 fp.fi = pinst;
178 fp_inst_type pinst, /* FPU instruction to simulate. */
183 switch (pinst.hibits) {
185 return (fbcc_sim(pinst, pregs, pfpu));
187 switch (pinst
42 fbcc_sim( fp_inst_type pinst, struct regs *pregs, kfpu_t *pfpu) argument
176 _fp_iu_simulator( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw, kfpu_t *pfpu) argument
[all...]
H A Dfpu_simulator.c537 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; /* ba
535 fpu_vis_sim( fp_simd_type *pfpsd, fp_inst_type *pinst, struct regs *pregs, fsr_type *pfsr, uint64_t gsr, uint32_t inst) argument
595 fpu_simulator( fp_simd_type *pfpsd, fp_inst_type *pinst, fsr_type *pfsr, uint64_t gsr, uint32_t inst) argument
623 fp_emulator( fp_simd_type *pfpsd, fp_inst_type *pinst, struct regs *pregs, void *prw, kfpu_t *pfpu) argument
[all...]
/illumos-gate/usr/src/cmd/krb5/klist/
H A Dklist.c788 char pinst[INST_SZ]; local
850 (k_errno = tf_get_pinst(pinst))) {
863 (pinst[0] ? "." : ""), pinst,
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c50 fp_inst_type pinst, /* FPU instruction to simulate. */
64 fp.inst = pinst;
65 if ((pinst.op3 >> 4) & 1) {
66 if (pinst.ibit) {
73 if (((pinst.op3 & 0x30) == 0x30) && (asi > ASI_SNFL))
74 return (vis_fldst(pfpsd, pinst, pregs, prw, asi));
77 if (pinst.ibit == 0) { /* effective address = rs1 + rs2 */
78 ftt = read_iureg(pfpsd, pinst.rs1, pregs, prw, &fea);
81 ftt = read_iureg(pfpsd, pinst.rs2, pregs, prw, &tea);
88 ftt = read_iureg(pfpsd, pinst
48 fldst( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw) argument
474 movcc( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw, kfpu_t *pfpu) argument
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c81 fp_inst_type pinst, /* FPU instruction to simulate. */
92 fp_inst_type pinst; member in union:__anon9738
96 nrs1 = pinst.rs1;
97 nrs2 = pinst.rs2;
98 nrd = pinst.rd;
99 f.pinst = pinst;
165 ftt = vis_pdist(pfpsd, pinst, pregs, prw, f.inst.opf);
168 ftt = vis_faligndata(pfpsd, pinst, fp);
171 ftt = vis_bshuffle(pfpsd, pinst, f
79 vis_fpu_simulator( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw, kfpu_t *fp) argument
1186 vis_pdist( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw, uint_t op) argument
1243 vis_faligndata( fp_simd_type *pfpsd, fp_inst_type pinst, kfpu_t *fp) argument
1287 vis_bshuffle( fp_simd_type *pfpsd, fp_inst_type pinst, kfpu_t *fp) argument
1370 vis_fldst( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw, uint_t asi) argument
1379 fp_inst_type pinst; member in union:__anon9749
1826 vis_rdgsr( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw, kfpu_t *fp) argument
1850 vis_wrgsr( fp_simd_type *pfpsd, fp_inst_type pinst, struct regs *pregs, void *prw, kfpu_t *fp) argument
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c407 sof_instance_t *inst, *pinst; local
448 for (pinst = pso->so_filter_bottom;
449 pinst != NULL && !(pinst->sofi_flags & SOFIF_BYPASS);
450 pinst = pinst->sofi_prev) {
451 inst = sof_instance_create(pinst->sofi_filter, so);
460 ASSERT(pinst->sofi_ops != NULL);
461 inst->sofi_ops = pinst->sofi_ops;
467 (sof_handle_t)pinst, pins
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c1736 scf_instance_t *pinst = NULL; local
1760 if ((pinst = scf_instance_create(g_hndl)) == NULL)
1776 r = refresh_entity(issvc, ent, fmribuf, pinst, piter, NULL);
1807 scf_instance_destroy(pinst);

Completed in 121 milliseconds