Home
last modified time | relevance | path

Searched refs:xri_type (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_x86util.c426 xinfo->xri_type = XMM; in pt_xregs_process()
428 xinfo->xri_type = YMM; in pt_xregs_process()
437 xinfo->xri_type = ZMM; in pt_xregs_process()
521 switch (xinfo->xri_type) { in pt_xregs_vectors()
543 if (xinfo->xri_type == ZMM) { in pt_xregs_vectors()
616 vector_type = xinfo.xri_type; in x86_pt_fpregs_common()
H A Dproc_x86util.h42 x86_vector_type_t xri_type; member