Home
last modified time | relevance | path

Searched refs:fpsw2str (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_x86util.h58 extern const char *fpsw2str(uint32_t, char *, size_t);
H A Dproc_ia32dep.c268 top, fpsw2str(fps.sw, buf, sizeof (buf))); in pt_fpregs()
271 fpsw2str(fps.status, buf, sizeof (buf))); in pt_fpregs()
H A Dproc_amd64dep.c323 top, fpsw2str(fps.sw, buf, sizeof (buf))); in pt_fpregs()
326 fpsw2str(fps.status, buf, sizeof (buf))); in pt_fpregs()
H A Dproc_x86util.c171 fpsw2str(uint32_t cw, char *buf, size_t nbytes) in fpsw2str() function