Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_x86util.h57 extern const char *fpcw2str(uint32_t, char *, size_t);
H A Dproc_ia32dep.c264 fpcw2str(fps.cw, buf, sizeof (buf))); in pt_fpregs()
H A Dproc_amd64dep.c319 fpcw2str(fps.cw, buf, sizeof (buf))); in pt_fpregs()
H A Dproc_x86util.c47 fpcw2str(uint32_t cw, char *buf, size_t nbytes) in fpcw2str() function