| /src/external/gpl3/gdb/dist/gdb/ |
| amd64-fbsd-tdep.c | 227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout); local 228 if (xcr0 == 0) 229 xcr0 = X86_XSTATE_SSE_MASK; 231 return amd64_target_description (xcr0, true);
|
| i386-fbsd-tdep.c | 261 warning (_("Couldn't read `xcr0' bytes from " 266 uint64_t xcr0 = bfd_get_64 (abfd, contents); local 268 if (!i387_guess_xsave_layout (xcr0, size, layout)) 271 return xcr0; 292 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout); local 293 if (xcr0 == 0) 294 xcr0 = X86_XSTATE_X87_MASK; 295 return i386_target_description (xcr0, true);
|
| i386-linux-tdep.c | 1093 warning (_("Couldn't read `xcr0' bytes from " 1098 uint64_t xcr0 = bfd_get_64 (abfd, contents); 1100 if (!i387_guess_xsave_layout (xcr0, size, layout)) 1103 return xcr0; 1133 uint64_t xcr0 = i386_linux_core_read_xsave_info (abfd, layout); 1135 if (xcr0 == 0) 1138 xcr0 = X86_XSTATE_SSE_MASK; 1140 xcr0 = X86_XSTATE_X87_MASK; 1143 return i386_linux_read_description (xcr0); 1191 else if (tdep->xcr0 & X86_XSTATE_SSE 1096 uint64_t xcr0 = bfd_get_64 (abfd, contents); local 1131 uint64_t xcr0 = i386_linux_core_read_xsave_info (abfd, layout); local [all...] |
| amd64-linux-tdep.c | 1599 uint64_t xcr0 = i386_linux_core_read_xsave_info (abfd, layout); 1600 if (xcr0 == 0) 1601 xcr0 = X86_XSTATE_SSE_MASK; 1603 return amd64_linux_read_description (xcr0 & X86_XSTATE_ALL_MASK, 1597 uint64_t xcr0 = i386_linux_core_read_xsave_info (abfd, layout); local
|
| i386-tdep.h | 144 uint64_t xcr0 = 0; member in struct:i386_gdbarch_tdep 146 /* Offset of XCR0 in XSAVE extended state. */ 453 extern const struct target_desc *i386_target_description (uint64_t xcr0,
|
| i386-tdep.c | 4369 avx512_p = ((tdep->xcr0 & X86_XSTATE_AVX_AVX512_MASK) 4371 avx_p = ((tdep->xcr0 & X86_XSTATE_AVX_AVX512_MASK) 4373 sse_p = ((tdep->xcr0 & X86_XSTATE_AVX_AVX512_MASK) 8312 /* Compute an XCR0 mask based on a target description. */ 8342 /* The XCR0 bits. */ 8343 uint64_t xcr0 = X86_XSTATE_X87; 8346 xcr0 |= X86_XSTATE_SSE; 8354 xcr0 |= X86_XSTATE_AVX; 8363 xcr0 |= X86_XSTATE_AVX512; 8367 xcr0 |= X86_XSTATE_PKRU 8319 uint64_t xcr0 = X86_XSTATE_X87; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| x86-linux-tdesc-features.c | 32 thing that has an impact on target description creation is the xcr0 36 only those xcr0 feature bits that are relevant, we can then cache target 37 descriptions based on the relevant feature bits. Two xcr0 values might 39 would expect the two xcr0 values to map to the same cache entry. */ 42 /* The xstate feature mask. This is a mask against an xcr0 value. */ 59 ends up with 'true' for every xcr0 feature on every target type, then this 146 x86_linux_xcr0_to_tdesc_idx (uint64_t xcr0) 163 if ((xcr0 & x86_linux_all_xstate_features[i].feature) 255 uint64_t xcr0 = 0; local 260 xcr0 |= x86_linux_all_xstate_features[i].feature [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| amd64-fbsd-tdep.c | 227 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout); local 228 if (xcr0 == 0) 229 xcr0 = X86_XSTATE_SSE_MASK; 231 return amd64_target_description (xcr0, true);
|
| i386-fbsd-tdep.c | 261 warning (_("Couldn't read `xcr0' bytes from " 266 uint64_t xcr0 = bfd_get_64 (abfd, contents); local 268 if (!i387_guess_xsave_layout (xcr0, size, layout)) 271 return xcr0; 292 uint64_t xcr0 = i386_fbsd_core_read_xsave_info (abfd, layout); local 293 if (xcr0 == 0) 294 xcr0 = X86_XSTATE_X87_MASK; 295 return i386_target_description (xcr0, true);
|
| x86-linux-nat.c | 116 static uint64_t xcr0; 180 /* Get XCR0 from XSAVE extended state. */ 181 xcr0 = xstateregs[(I386_LINUX_XSAVE_XCR0_OFFSET 184 m_xsave_layout = x86_fetch_xsave_layout (xcr0, x86_xsave_length ()); 188 /* Check the native XCR0 only if PTRACE_GETREGSET is available. If 193 xcr0_features_bits = xcr0 & X86_XSTATE_ALL_MASK; 115 static uint64_t xcr0; local
|
| amd64-linux-tdep.c | 1622 uint64_t xcr0 = i386_linux_core_read_xsave_info (abfd, layout); 1623 if (xcr0 == 0) 1624 xcr0 = X86_XSTATE_SSE_MASK; 1626 return amd64_linux_read_description (xcr0 & X86_XSTATE_ALL_MASK, 1620 uint64_t xcr0 = i386_linux_core_read_xsave_info (abfd, layout); local
|
| i386-linux-tdep.c | 661 warning (_("Couldn't read `xcr0' bytes from " 666 uint64_t xcr0 = bfd_get_64 (abfd, contents); 668 if (!i387_guess_xsave_layout (xcr0, size, layout)) 671 return xcr0; 687 i386_linux_read_description (uint64_t xcr0) 689 if (xcr0 == 0) 696 tdesc = &i386_linux_tdescs[(xcr0 & X86_XSTATE_X87) ? 1 : 0] 697 [(xcr0 & X86_XSTATE_SSE) ? 1 : 0] 698 [(xcr0 & X86_XSTATE_AVX) ? 1 : 0] 699 [(xcr0 & X86_XSTATE_MPX) ? 1 : 0 664 uint64_t xcr0 = bfd_get_64 (abfd, contents); local 716 uint64_t xcr0 = i386_linux_core_read_xsave_info (abfd, layout); local [all...] |
| i386-tdep.h | 144 uint64_t xcr0 = 0; member in struct:i386_gdbarch_tdep 146 /* Offset of XCR0 in XSAVE extended state. */ 468 extern const struct target_desc *i386_target_description (uint64_t xcr0,
|
| i386-tdep.c | 4537 avx512_p = ((tdep->xcr0 & X86_XSTATE_AVX_AVX512_MASK) 4539 avx_p = ((tdep->xcr0 & X86_XSTATE_AVX_AVX512_MASK) 4541 sse_p = ((tdep->xcr0 & X86_XSTATE_AVX_AVX512_MASK) 4571 && ((bnd_regnum_p && (tdep->xcr0 & X86_XSTATE_MPX_MASK)))) 4576 && ((bndr_regnum_p && (tdep->xcr0 & X86_XSTATE_MPX_MASK)))) 4581 && ((mpx_ctrl_regnum_p && (tdep->xcr0 & X86_XSTATE_MPX_MASK)))) 8204 /* Compute an XCR0 mask based on a target description. */ 8237 /* The XCR0 bits. */ 8238 uint64_t xcr0 = X86_XSTATE_X87; 8241 xcr0 |= X86_XSTATE_SSE 8214 uint64_t xcr0 = X86_XSTATE_X87; local [all...] |
| /src/sys/arch/x86/acpi/ |
| acpi_wakeup.c | 249 uint64_t xcr0 = 0; local 264 xcr0 = rdxcr(0); 279 wrxcr(0, xcr0); 301 uint64_t xcr0 = 0; local 337 xcr0 = rdxcr(0); 353 wrxcr(0, xcr0);
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
| runtime.c | 151 uint32_t xcr0 = 0U; local 154 xcr0 = (uint32_t) _xgetbv(0); 159 mov xcr0, eax local 163 : "=a"(xcr0) 167 if ((xcr0 & (XCR0_SSE | XCR0_AVX)) == (XCR0_SSE | XCR0_AVX)) {
|
| /src/external/bsd/nsd/dist/simdzone/src/ |
| isadetection.h | 160 uint64_t xcr0 = ((uint64_t)d << 32) | (uint64_t)a; 161 return xcr0; 254 uint64_t xcr0 = xgetbv(0x0); local 255 if ((xcr0 & 0x6) == 0x6)
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| linux-amd64-ipa.cc | 173 uint64_t xcr0 = x86_linux_tdesc_idx_to_xcr0 (idx); local 181 return amd64_linux_read_description (xcr0, is_x32);
|
| linux-i386-ipa.cc | 254 uint64_t xcr0 = x86_linux_tdesc_idx_to_xcr0 (idx); local 256 return i386_linux_read_description (xcr0);
|
| i387-fp.cc | 91 unsigned long long xcr0; member in struct:i387_xsave
|
| linux-x86-low.cc | 884 /* Get pointers to where we should store the xcr0 and xsave_layout 2892 fixed xcr0 value X86_XSTATE_SSE_MASK. */ 2901 /* The xcr0 value and xsave layout value are cached when the target 2906 uint64_t xcr0 = *storage.first; 2908 return x86_linux_xcr0_to_tdesc_idx (xcr0); 2898 uint64_t xcr0 = *storage.first; local
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| i387-fp.cc | 93 unsigned long long xcr0; member in struct:i387_xsave 948 i387_set_xsave_mask (uint64_t xcr0, int len) 950 x86_xcr0 = xcr0; 951 xsave_layout = x86_fetch_xsave_layout (xcr0, len);
|
| linux-x86-low.cc | 857 0 (the XFEATURE_ENABLED_MASK register), XCR0. We can use this mask 883 static uint64_t xcr0; 944 /* Get XCR0 from XSAVE extended state. */ 945 xcr0 = xstateregs[(I386_LINUX_XSAVE_XCR0_OFFSET 950 xcr0 &= ~X86_XSTATE_MPX; 964 /* Check the native XCR0 only if PTRACE_GETREGSET is available. */ 966 && (xcr0 & X86_XSTATE_ALL_MASK)); 969 i387_set_xsave_mask (xcr0, xsave_len); 978 tdesc = amd64_linux_read_description (xcr0 & X86_XSTATE_ALL_MASK, 992 tdesc = i386_linux_read_description (xcr0 & X86_XSTATE_ALL_MASK) 875 static uint64_t xcr0; local [all...] |
| /src/sys/dev/qbus/ |
| if_qtreg.h | 200 #define xcr0 qt_un0.csr0.Ibal macro
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
| save.h | 573 uint64_t xcr0; /* Updated by XSETBV */ member in struct:hvm_hw_cpu_xsave
|