Searched refs:xcr0 (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Di386.h24 target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux,
H A Di386.c36 i386_create_target_description (uint64_t xcr0, bool is_linux, bool segments) argument
48 if (xcr0 & X86_XSTATE_X87)
51 if (xcr0 & X86_XSTATE_SSE)
60 if (xcr0 & X86_XSTATE_AVX)
63 if (xcr0 & X86_XSTATE_MPX)
66 if (xcr0 & X86_XSTATE_AVX512)
69 if (xcr0 & X86_XSTATE_PKRU)
H A Damd64.h24 target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32,
H A Damd64.c40 amd64_create_target_description (uint64_t xcr0, bool is_x32, bool is_linux, argument
65 if (xcr0 & X86_XSTATE_AVX)
68 if ((xcr0 & X86_XSTATE_MPX) && !is_x32)
71 if (xcr0 & X86_XSTATE_AVX512)
74 if ((xcr0 & X86_XSTATE_PKRU) && !is_x32)
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Di386.h24 target_desc *i386_create_target_description (uint64_t xcr0, bool is_linux,
H A Di386.c36 i386_create_target_description (uint64_t xcr0, bool is_linux, bool segments) argument
48 if (xcr0 & X86_XSTATE_X87)
51 if (xcr0 & X86_XSTATE_SSE)
60 if (xcr0 & X86_XSTATE_AVX)
63 if (xcr0 & X86_XSTATE_MPX)
66 if (xcr0 & X86_XSTATE_AVX512)
69 if (xcr0 & X86_XSTATE_PKRU)
H A Damd64.h24 target_desc *amd64_create_target_description (uint64_t xcr0, bool is_x32,
H A Damd64.c40 amd64_create_target_description (uint64_t xcr0, bool is_x32, bool is_linux, argument
66 if (xcr0 & X86_XSTATE_AVX)
69 if ((xcr0 & X86_XSTATE_MPX) && !is_x32)
72 if (xcr0 & X86_XSTATE_AVX512)
75 if (xcr0 & X86_XSTATE_PKRU)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-x86-tdesc.cc34 xcr0_to_tdesc_idx (uint64_t xcr0, bool is_x32) argument
36 if (xcr0 & X86_XSTATE_PKRU)
46 else if (xcr0 & X86_XSTATE_AVX512)
48 else if ((xcr0 & X86_XSTATE_AVX_MPX_MASK) == X86_XSTATE_AVX_MPX_MASK)
55 else if (xcr0 & X86_XSTATE_MPX)
62 else if (xcr0 & X86_XSTATE_AVX)
64 else if (xcr0 & X86_XSTATE_SSE)
66 else if (xcr0 & X86_XSTATE_X87)
79 i386_linux_read_description (uint64_t xcr0) argument
81 enum x86_linux_tdesc idx = xcr0_to_tdesc_idx (xcr0, fals
105 amd64_linux_read_description(uint64_t xcr0, bool is_x32) argument
[all...]
H A Dlinux-x86-tdesc.h50 const struct target_desc *amd64_linux_read_description (uint64_t xcr0,
54 const struct target_desc *i386_linux_read_description (uint64_t xcr0);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-x86-tdesc.cc34 xcr0_to_tdesc_idx (uint64_t xcr0, bool is_x32) argument
36 if (xcr0 & X86_XSTATE_PKRU)
46 else if (xcr0 & X86_XSTATE_AVX512)
48 else if ((xcr0 & X86_XSTATE_AVX_MPX_MASK) == X86_XSTATE_AVX_MPX_MASK)
55 else if (xcr0 & X86_XSTATE_MPX)
62 else if (xcr0 & X86_XSTATE_AVX)
64 else if (xcr0 & X86_XSTATE_SSE)
66 else if (xcr0 & X86_XSTATE_X87)
79 i386_linux_read_description (uint64_t xcr0) argument
81 enum x86_linux_tdesc idx = xcr0_to_tdesc_idx (xcr0, fals
105 amd64_linux_read_description(uint64_t xcr0, bool is_x32) argument
[all...]
H A Dlinux-x86-tdesc.h50 const struct target_desc *amd64_linux_read_description (uint64_t xcr0,
54 const struct target_desc *i386_linux_read_description (uint64_t xcr0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-linux-tdep.h37 /* Get XSAVE extended state xcr0 from core dump. */
47 extern const struct target_desc *i386_linux_read_description (uint64_t xcr0);
H A Di386-fbsd-nat.c147 static uint64_t xcr0;
157 xcr0 = info.xsave_mask;
163 xcr0 = X86_XSTATE_SSE_MASK;
165 return i386_target_description (xcr0, true);
145 static uint64_t xcr0; local
H A Di386-fbsd-tdep.c227 /* Get XSAVE extended state xcr0 from core dump. */
233 uint64_t xcr0; local
241 xcr0 = X86_XSTATE_SSE_MASK;
250 warning (_("Couldn't read `xcr0' bytes from "
255 xcr0 = bfd_get_64 (abfd, contents);
259 xcr0 = X86_XSTATE_SSE_MASK;
261 return xcr0;
318 if (tdep->xcr0 & X86_XSTATE_AVX)
319 cb (".reg-xstate", X86_XSTATE_SIZE (tdep->xcr0),
320 X86_XSTATE_SIZE (tdep->xcr0),
[all...]
H A Di386-linux-tdep.c642 /* Get XSAVE extended state xcr0 from core dump. */
648 uint64_t xcr0;
656 xcr0 = X86_XSTATE_SSE_MASK;
665 warning (_("Couldn't read `xcr0' bytes from "
670 xcr0 = bfd_get_64 (abfd, contents);
674 xcr0 = 0;
676 return xcr0;
682 i386_linux_read_description (uint64_t xcr0)
684 if (xcr0 == 0)
691 tdesc = &i386_linux_tdescs[(xcr0
646 uint64_t xcr0; local
680 i386_linux_read_description(uint64_t xcr0) argument
710 uint64_t xcr0 = i386_linux_core_read_xcr0 (abfd); local
[all...]
H A Damd64-fbsd-nat.c169 static uint64_t xcr0;
187 xcr0 = info.xsave_mask;
195 return amd64_target_description (xcr0, true);
197 return i386_target_description (xcr0, true);
165 static uint64_t xcr0; local
H A Dx86-linux-nat.c114 static uint64_t xcr0;
179 xcr0 = xstateregs[(I386_LINUX_XSAVE_XCR0_OFFSET
189 xcr0_features_bits = xcr0 & X86_XSTATE_ALL_MASK;
113 static uint64_t xcr0; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di386-linux-tdep.h37 /* Get XSAVE extended state xcr0 from core dump. */
47 extern const struct target_desc *i386_linux_read_description (uint64_t xcr0);
H A Di386-fbsd-tdep.c244 /* Get XSAVE extended state xcr0 from core dump. */
250 uint64_t xcr0; local
258 xcr0 = X86_XSTATE_SSE_MASK;
267 warning (_("Couldn't read `xcr0' bytes from "
272 xcr0 = bfd_get_64 (abfd, contents);
276 xcr0 = X86_XSTATE_SSE_MASK;
278 return xcr0;
338 if (tdep->xcr0 & X86_XSTATE_AVX)
339 cb (".reg-xstate", X86_XSTATE_SIZE (tdep->xcr0),
340 X86_XSTATE_SIZE (tdep->xcr0),
[all...]
H A Di386-linux-tdep.c643 /* Get XSAVE extended state xcr0 from core dump. */
649 uint64_t xcr0;
657 xcr0 = X86_XSTATE_SSE_MASK;
666 warning (_("Couldn't read `xcr0' bytes from "
671 xcr0 = bfd_get_64 (abfd, contents);
675 xcr0 = 0;
677 return xcr0;
683 i386_linux_read_description (uint64_t xcr0)
685 if (xcr0 == 0)
692 tdesc = &i386_linux_tdescs[(xcr0
647 uint64_t xcr0; local
681 i386_linux_read_description(uint64_t xcr0) argument
711 uint64_t xcr0 = i386_linux_core_read_xcr0 (abfd); local
[all...]
H A Dx86-linux-nat.c116 static uint64_t xcr0;
178 xcr0 = xstateregs[(I386_LINUX_XSAVE_XCR0_OFFSET
188 xcr0_features_bits = xcr0 & X86_XSTATE_ALL_MASK;
115 static uint64_t xcr0; local
H A Damd64-fbsd-nat.c309 static uint64_t xcr0;
327 xcr0 = info.xsave_mask;
335 return amd64_target_description (xcr0, true);
337 return i386_target_description (xcr0, true);
308 static uint64_t xcr0; local
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Druntime.c151 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)) {
/netbsd-current/sys/arch/x86/acpi/
H A Dacpi_wakeup.c249 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);

Completed in 359 milliseconds

12