Searched refs:fpmxcsr2str (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 329 fpmxcsr2str(uint32_t mxcsr, char *buf, size_t nbytes) in fpmxcsr2str() function 520 fpmxcsr2str(fps.mxcsr, buf, sizeof (buf))); in pt_fpregs() 522 fpmxcsr2str(fps.xstatus, buf, sizeof (buf))); in pt_fpregs()
|
H A D | proc_amd64dep.c | 388 fpmxcsr2str(uint32_t mxcsr, char *buf, size_t nbytes) in fpmxcsr2str() function 563 fpmxcsr2str(fps.mxcsr, buf, sizeof (buf))); in pt_fpregs() 565 fpmxcsr2str(fps.xstatus, buf, sizeof (buf))); in pt_fpregs()
|