Home
last modified time | relevance | path

Searched refs:pfsr (Results 1 – 4 of 4) 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. */ in _fp_fpu_simulator() argument
185 fsr = *pfsr; in _fp_fpu_simulator()
261 *pfsr = fsr; in _fp_fpu_simulator()
266 return (fmovcc(pfpsd, inst, pfsr)); /* fmovcc */ in _fp_fpu_simulator()
521 *pfsr = fsr; in _fp_fpu_simulator()
526 *pfsr = fsr; in _fp_fpu_simulator()
539 fsr_type *pfsr, /* Pointer to image of FSR to read and write */ in fpu_vis_sim() argument
577 ftt = _fp_fpu_simulator(pfpsd, fp.inst, pfsr, gsr); in fpu_vis_sim()
598 fsr_type *pfsr, /* Pointer to image of FSR to read and write */ in fpu_simulator() argument
615 return (_fp_fpu_simulator(pfpsd, fp.inst, pfsr, gsr)); in fpu_simulator()
/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h396 struct regs *pregs, fsr_type *pfsr, uint64_t gsr, uint32_t inst);
402 fsr_type *pfsr, uint64_t gsr, uint32_t inst);
446 fsr_type *pfsr, /* Pointer to image of FSR to read & write. */
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c152 fsr_type *pfsr, /* Pointer to image of FSR to read and write. */ in fmovcc_fcc() argument
163 fsr = *pfsr; in fmovcc_fcc()
383 fsr_type *pfsr) /* Pointer to image of FSR to read and write. */ in fmovcc() argument
391 return (fmovcc_fcc(pfpsd, inst, pfsr, opf_cc)); in fmovcc()
/illumos-gate/usr/src/boot/efi/include/
H A Defifpswa.h27 IN OUT UINT64 *pfsr,