Home
last modified time | relevance | path

Searched refs:fp_current_write_freg (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sparc/fpu/
H A Dpack.c461 pfpsd->fp_current_write_freg(&x, n, pfpsd); in _fp_pack()
481 pfpsd->fp_current_write_freg(&x, n, pfpsd); in _fp_pack()
572 pfpsd->fp_current_write_freg(pu, n, pfpsd); in _fp_pack_word()
H A Dfpu_simulator.c555 pfpsd->fp_current_write_freg = _fp_write_pfreg; in fpu_vis_sim()
563 pfpsd->fp_current_write_freg = _fp_write_vfreg; in fpu_vis_sim()
610 pfpsd->fp_current_write_freg = _fp_write_pfreg; in fpu_simulator()
643 pfpsd->fp_current_write_freg = _fp_write_vfreg; in fp_emulator()
/titanic_50/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h258 void (*fp_current_write_freg) (); member