Home
last modified time | relevance | path

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

/titanic_41/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.c554 pfpsd->fp_current_write_freg = _fp_write_pfreg; in fpu_vis_sim()
562 pfpsd->fp_current_write_freg = _fp_write_vfreg; in fpu_vis_sim()
609 pfpsd->fp_current_write_freg = _fp_write_pfreg; in fpu_simulator()
642 pfpsd->fp_current_write_freg = _fp_write_vfreg; in fp_emulator()
/titanic_41/usr/src/uts/sparc/sys/fpu/
H A Dfpu_simulator.h258 void (*fp_current_write_freg) (); member