Home
last modified time | relevance | path

Searched refs:fsr_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h117 } fsr_type; typedef
396 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. */
H A Dglobals.h96 extern enum ftt_type fmovcc(fp_simd_type *, fp_inst_type, fsr_type *);
/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()
156 fsr_type fsr; in fmovcc_fcc()
383 fsr_type *pfsr) /* Pointer to image of FSR to read and write. */ in fmovcc()
482 fsr_type fsr; in movcc()
H A Dfpu.c335 (fsr_type *)&fp->fpu_fsr, gsr, in fp_runq()
481 (fsr_type *)&fp->fpu_fsr, gsr, kluge.i); in fp_precise()
/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()
177 fsr_type fsr; in _fp_fpu_simulator()
539 fsr_type *pfsr, /* Pointer to image of FSR to read and write */ in fpu_vis_sim()
598 fsr_type *pfsr, /* Pointer to image of FSR to read and write */ in fpu_simulator()
656 ftt = _fp_fpu_simulator(pfpsd, fp.inst, (fsr_type *)&tfsr, gsr); in fp_emulator()
696 ftt = _fp_fpu_simulator(pfpsd, fp.inst, (fsr_type *)&tfsr, gsr); in fp_emulator()
H A Diu_simulator.c48 fsr_type fsr; in fbcc_sim()