Searched refs:xstate_bv (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Di387-fp.cc114 unsigned long long xstate_bv; member in struct:i387_xsave
261 unsigned long long xstate_bv = 0; local
270 clear_bv = (~fp->xstate_bv) & x86_xcr0;
344 xstate_bv |= X86_XSTATE_X87;
361 xstate_bv |= X86_XSTATE_SSE;
378 xstate_bv |= X86_XSTATE_AVX;
395 xstate_bv |= X86_XSTATE_BNDREGS;
412 xstate_bv |= X86_XSTATE_BNDCFG;
429 xstate_bv |= X86_XSTATE_K;
446 xstate_bv |
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Di387-fp.cc110 unsigned long long xstate_bv; member in struct:i387_xsave
258 unsigned long long xstate_bv = 0; local
274 clear_bv = (~fp->xstate_bv) & x86_xcr0;
348 xstate_bv |= X86_XSTATE_X87;
365 xstate_bv |= X86_XSTATE_SSE;
382 xstate_bv |= X86_XSTATE_AVX;
399 xstate_bv |= X86_XSTATE_BNDREGS;
416 xstate_bv |= X86_XSTATE_BNDCFG;
433 xstate_bv |= X86_XSTATE_K;
450 xstate_bv |
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.c732 /* `xstate_bv' is at byte offset 512. */
912 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs),
916 ULONGEST clear_bv = (~(xstate_bv)) & tdep->xcr0;
1355 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0;
1420 /* Update XCR0 and `xstate_bv' with XCR0 for gcore. */
1529 xstate_bv |= X86_XSTATE_PKRU;
1543 xstate_bv |= (X86_XSTATE_ZMM_H | X86_XSTATE_ZMM);
1557 xstate_bv |= X86_XSTATE_K;
1572 xstate_bv |= X86_XSTATE_ZMM;
1583 xstate_bv |
907 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs), local
1350 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.c737 /* `xstate_bv' is at byte offset 512. */
917 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs),
921 ULONGEST clear_bv = (~(xstate_bv)) & tdep->xcr0;
1360 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0;
1425 /* Update XCR0 and `xstate_bv' with XCR0 for gcore. */
1534 xstate_bv |= X86_XSTATE_PKRU;
1548 xstate_bv |= (X86_XSTATE_ZMM_H | X86_XSTATE_ZMM);
1562 xstate_bv |= X86_XSTATE_K;
1577 xstate_bv |= X86_XSTATE_ZMM;
1588 xstate_bv |
912 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs), local
1355 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0; local
[all...]
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
H A Dsave.h579 uint64_t xstate_bv; /* Updated by XRSTOR */ member in struct:hvm_hw_cpu_xsave::__anon9017::hvm_hw_cpu_xsave_hdr

Completed in 126 milliseconds