Searched defs:pfsr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sparc/fpu/
H A Dfpu_simulator.c171 fsr_type *pfsr, /* Pointer to image of FSR to read and write. */
185 fsr = *pfsr;
261 *pfsr = fsr;
266 return (fmovcc(pfpsd, inst, pfsr)); /* fmovcc */
521 *pfsr = fsr;
526 *pfsr = fsr;
539 fsr_type *pfsr, /* Pointer to image of FSR to read and write */
577 ftt = _fp_fpu_simulator(pfpsd, fp.inst, pfsr, gsr);
598 fsr_type *pfsr, /* Pointer to image of FSR to read and write */
615 return (_fp_fpu_simulator(pfpsd, fp.inst, pfsr, gs
168 _fp_fpu_simulator( fp_simd_type *pfpsd, fp_inst_type inst, fsr_type *pfsr, uint64_t gsr) argument
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
[all...]
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c152 fsr_type *pfsr, /* Pointer to image of FSR to read and write. */
163 fsr = *pfsr;
383 fsr_type *pfsr) /* Pointer to image of FSR to read and write. */
391 return (fmovcc_fcc(pfpsd, inst, pfsr, opf_cc));
149 fmovcc_fcc( fp_simd_type *pfpsd, fp_inst_type inst, fsr_type *pfsr, enum cc_type cc) argument
380 fmovcc( fp_simd_type *pfpsd, fp_inst_type inst, fsr_type *pfsr) argument

Completed in 56 milliseconds