HomeSort by: relevance | last modified time | path
    Searched defs:xstate_bv (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
i387-fp.cc 95 /* The XSTATE_BV bit vector. */
96 unsigned long long xstate_bv; member in struct:i387_xsave
256 unsigned long long xstate_bv = 0; local
268 clear_bv = (~fp->xstate_bv) & x86_xcr0;
328 xstate_bv |= X86_XSTATE_X87;
345 xstate_bv |= X86_XSTATE_SSE;
362 xstate_bv |= X86_XSTATE_AVX;
379 xstate_bv |= X86_XSTATE_K;
396 xstate_bv |= X86_XSTATE_ZMM_H;
417 xstate_bv |= X86_XSTATE_ZMM
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbserver/
i387-fp.cc 97 /* The XSTATE_BV bit vector. */
98 unsigned long long xstate_bv; member in struct:i387_xsave
267 unsigned long long xstate_bv = 0; local
279 clear_bv = (~fp->xstate_bv) & x86_xcr0;
347 xstate_bv |= X86_XSTATE_X87;
364 xstate_bv |= X86_XSTATE_SSE;
381 xstate_bv |= X86_XSTATE_AVX;
398 xstate_bv |= X86_XSTATE_BNDREGS;
415 xstate_bv |= X86_XSTATE_BNDCFG;
432 xstate_bv |= X86_XSTATE_K
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
i387-tdep.c 739 /* `xstate_bv' is at byte offset 512. */
1012 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs),
1016 ULONGEST clear_bv = (~(xstate_bv)) & tdep->xcr0;
1423 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0;
1488 /* Update XCR0 and `xstate_bv' with XCR0 for gcore. */
1588 xstate_bv |= X86_XSTATE_PKRU;
1602 xstate_bv |= X86_XSTATE_ZMM;
1614 xstate_bv |= X86_XSTATE_ZMM_H;
1628 xstate_bv |= X86_XSTATE_K;
1643 xstate_bv |= X86_XSTATE_ZMM
1007 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs), local
1418 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
i387-tdep.c 739 /* `xstate_bv' is at byte offset 512. */
1056 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs),
1060 ULONGEST clear_bv = (~(xstate_bv)) & tdep->xcr0;
1523 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0;
1596 /* Update XCR0 and `xstate_bv' with XCR0 for gcore. */
1706 xstate_bv |= X86_XSTATE_PKRU;
1720 xstate_bv |= X86_XSTATE_ZMM;
1732 xstate_bv |= X86_XSTATE_ZMM_H;
1746 xstate_bv |= X86_XSTATE_K;
1761 xstate_bv |= X86_XSTATE_ZMM
1051 ULONGEST xstate_bv = extract_unsigned_integer (XSAVE_XSTATE_BV_ADDR (regs), local
1518 ULONGEST initial_xstate_bv, clear_bv, xstate_bv = 0; local
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/
save.h 579 uint64_t xstate_bv; /* Updated by XRSTOR */ member in struct:hvm_hw_cpu_xsave::__anon6556::hvm_hw_cpu_xsave_hdr

Completed in 32 milliseconds