Searched refs:XSU_ZMM_U32 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | xsave_asm32.S | 26 leal (i * XSU_ZMM_U32 * 4)(src), %eax; \ 30 leal (i * XSU_ZMM_U32 * 4)(src), %eax; \ 34 leal (i * XSU_ZMM_U32 * 4)(src), %eax; \ 99 leal (i * XSU_ZMM_U32 * 4)(src), %eax; \ 103 leal (i * XSU_ZMM_U32 * 4)(src), %eax; \ 107 leal (i * XSU_ZMM_U32 * 4)(src), %eax; \
|
H A D | xsave_asm64.S | 26 leaq (i * XSU_ZMM_U32 * 4)(src), %rax; \ 30 leaq (i * XSU_ZMM_U32 * 4)(src), %rax; \ 34 leaq (i * XSU_ZMM_U32 * 4)(src), %rax; \ 138 leaq (i * XSU_ZMM_U32 * 4)(src), %rax; \ 142 leaq (i * XSU_ZMM_U32 * 4)(src), %rax; \ 146 leaq (i * XSU_ZMM_U32 * 4)(src), %rax; \
|
H A D | xsave_util.c | 95 for (uint32_t u32 = 0; u32 < XSU_ZMM_U32; u32++, in xsu_fill() 160 XSU_ZMM_U32 * sizeof (uint32_t)); in xsu_overwrite_uctx_hi_zmm() 275 &check->xf_reg[i], i, XSU_ZMM_U32)) { in xsu_same() 329 xsu_dump_vector(f, &fpu->xf_reg[i], XSU_ZMM_U32, in xsu_dump() 396 XSU_ZMM_U32 * sizeof (uint32_t)); in xsu_fpu_to_xregs_zmm()
|
H A D | xsave_util.h | 61 #define XSU_ZMM_U32 16 macro
|