gdb/nat/x86-gcc-cpuid.h - gdb

Functions defined

Macros defined

Source code

  1. /*
  2. * Helper cpuid.h file copied from gcc-4.8.0.  Code in gdb should not
  3. * include this directly, but pull in x86-cpuid.h and use that func.
  4. */
  5. /*
  6. * Copyright (C) 2007-2015 Free Software Foundation, Inc.
  7. *
  8. * This file is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the
  10. * Free Software Foundation; either version 3, or (at your option) any
  11. * later version.
  12. *
  13. * This file is distributed in the hope that it will be useful, but
  14. * WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  16. * General Public License for more details.
  17. *
  18. * Under Section 7 of GPL version 3, you are granted additional
  19. * permissions described in the GCC Runtime Library Exception, version
  20. * 3.1, as published by the Free Software Foundation.
  21. *
  22. * You should have received a copy of the GNU General Public License and
  23. * a copy of the GCC Runtime Library Exception along with this program;
  24. * see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
  25. * <http://www.gnu.org/licenses/>.
  26. */

  27. /* %ecx */
  28. #define bit_SSE3        (1 << 0)
  29. #define bit_PCLMUL        (1 << 1)
  30. #define bit_LZCNT        (1 << 5)
  31. #define bit_SSSE3        (1 << 9)
  32. #define bit_FMA                (1 << 12)
  33. #define bit_CMPXCHG16B        (1 << 13)
  34. #define bit_SSE4_1        (1 << 19)
  35. #define bit_SSE4_2        (1 << 20)
  36. #define bit_MOVBE        (1 << 22)
  37. #define bit_POPCNT        (1 << 23)
  38. #define bit_AES                (1 << 25)
  39. #define bit_XSAVE        (1 << 26)
  40. #define bit_OSXSAVE        (1 << 27)
  41. #define bit_AVX                (1 << 28)
  42. #define bit_F16C        (1 << 29)
  43. #define bit_RDRND        (1 << 30)

  44. /* %edx */
  45. #define bit_CMPXCHG8B        (1 << 8)
  46. #define bit_CMOV        (1 << 15)
  47. #define bit_MMX                (1 << 23)
  48. #define bit_FXSAVE        (1 << 24)
  49. #define bit_SSE                (1 << 25)
  50. #define bit_SSE2        (1 << 26)

  51. /* Extended Features */
  52. /* %ecx */
  53. #define bit_LAHF_LM        (1 << 0)
  54. #define bit_ABM                (1 << 5)
  55. #define bit_SSE4a        (1 << 6)
  56. #define bit_PRFCHW        (1 << 8)
  57. #define bit_XOP         (1 << 11)
  58. #define bit_LWP         (1 << 15)
  59. #define bit_FMA4        (1 << 16)
  60. #define bit_TBM         (1 << 21)

  61. /* %edx */
  62. #define bit_MMXEXT        (1 << 22)
  63. #define bit_LM                (1 << 29)
  64. #define bit_3DNOWP        (1 << 30)
  65. #define bit_3DNOW        (1 << 31)

  66. /* Extended Features (%eax == 7) */
  67. #define bit_FSGSBASE        (1 << 0)
  68. #define bit_BMI        (1 << 3)
  69. #define bit_HLE        (1 << 4)
  70. #define bit_AVX2        (1 << 5)
  71. #define bit_BMI2        (1 << 8)
  72. #define bit_RTM        (1 << 11)
  73. #define bit_AVX512F        (1 << 16)
  74. #define bit_MPX (1 << 14)
  75. #define bit_RDSEED        (1 << 18)
  76. #define bit_ADX        (1 << 19)
  77. #define bit_AVX512PF        (1 << 26)
  78. #define bit_AVX512ER        (1 << 27)
  79. #define bit_AVX512CD        (1 << 28)
  80. #define bit_SHA                (1 << 29)

  81. /* Extended State Enumeration Sub-leaf (%eax == 13, %ecx == 1) */
  82. #define bit_XSAVEOPT        (1 << 0)

  83. /* Signatures for different CPU implementations as returned in uses
  84.    of cpuid with level 0.  */
  85. #define signature_AMD_ebx        0x68747541
  86. #define signature_AMD_ecx        0x444d4163
  87. #define signature_AMD_edx        0x69746e65

  88. #define signature_CENTAUR_ebx        0x746e6543
  89. #define signature_CENTAUR_ecx        0x736c7561
  90. #define signature_CENTAUR_edx        0x48727561

  91. #define signature_CYRIX_ebx        0x69727943
  92. #define signature_CYRIX_ecx        0x64616574
  93. #define signature_CYRIX_edx        0x736e4978

  94. #define signature_INTEL_ebx        0x756e6547
  95. #define signature_INTEL_ecx        0x6c65746e
  96. #define signature_INTEL_edx        0x49656e69

  97. #define signature_TM1_ebx        0x6e617254
  98. #define signature_TM1_ecx        0x55504361
  99. #define signature_TM1_edx        0x74656d73

  100. #define signature_TM2_ebx        0x756e6547
  101. #define signature_TM2_ecx        0x3638784d
  102. #define signature_TM2_edx        0x54656e69

  103. #define signature_NSC_ebx        0x646f6547
  104. #define signature_NSC_ecx        0x43534e20
  105. #define signature_NSC_edx        0x79622065

  106. #define signature_NEXGEN_ebx        0x4778654e
  107. #define signature_NEXGEN_ecx        0x6e657669
  108. #define signature_NEXGEN_edx        0x72446e65

  109. #define signature_RISE_ebx        0x65736952
  110. #define signature_RISE_ecx        0x65736952
  111. #define signature_RISE_edx        0x65736952

  112. #define signature_SIS_ebx        0x20536953
  113. #define signature_SIS_ecx        0x20536953
  114. #define signature_SIS_edx        0x20536953

  115. #define signature_UMC_ebx        0x20434d55
  116. #define signature_UMC_ecx        0x20434d55
  117. #define signature_UMC_edx        0x20434d55

  118. #define signature_VIA_ebx        0x20414956
  119. #define signature_VIA_ecx        0x20414956
  120. #define signature_VIA_edx        0x20414956

  121. #define signature_VORTEX_ebx        0x74726f56
  122. #define signature_VORTEX_ecx        0x436f5320
  123. #define signature_VORTEX_edx        0x36387865

  124. #if defined(__i386__) && defined(__PIC__)
  125. /* %ebx may be the PIC register.  */
  126. #if __GNUC__ >= 3
  127. #define __cpuid(level, a, b, c, d)                        \
  128.   __asm__ ("xchg{l}\t{%%}ebx, %k1\n\t"                        \
  129.            "cpuid\n\t"                                        \
  130.            "xchg{l}\t{%%}ebx, %k1\n\t"                        \
  131.            : "=a" (a), "=&r" (b), "=c" (c), "=d" (d)        \
  132.            : "0" (level))

  133. #define __cpuid_count(level, count, a, b, c, d)                \
  134.   __asm__ ("xchg{l}\t{%%}ebx, %k1\n\t"                        \
  135.            "cpuid\n\t"                                        \
  136.            "xchg{l}\t{%%}ebx, %k1\n\t"                        \
  137.            : "=a" (a), "=&r" (b), "=c" (c), "=d" (d)        \
  138.            : "0" (level), "2" (count))
  139. #else
  140. /* Host GCCs older than 3.0 weren't supporting Intel asm syntax
  141.    nor alternatives in i386 code.  */
  142. #define __cpuid(level, a, b, c, d)                        \
  143.   __asm__ ("xchgl\t%%ebx, %k1\n\t"                        \
  144.            "cpuid\n\t"                                        \
  145.            "xchgl\t%%ebx, %k1\n\t"                        \
  146.            : "=a" (a), "=&r" (b), "=c" (c), "=d" (d)        \
  147.            : "0" (level))

  148. #define __cpuid_count(level, count, a, b, c, d)                \
  149.   __asm__ ("xchgl\t%%ebx, %k1\n\t"                        \
  150.            "cpuid\n\t"                                        \
  151.            "xchgl\t%%ebx, %k1\n\t"                        \
  152.            : "=a" (a), "=&r" (b), "=c" (c), "=d" (d)        \
  153.            : "0" (level), "2" (count))
  154. #endif
  155. #elif defined(__x86_64__) && (defined(__code_model_medium__) || defined(__code_model_large__)) && defined(__PIC__)
  156. /* %rbx may be the PIC register.  */
  157. #define __cpuid(level, a, b, c, d)                        \
  158.   __asm__ ("xchg{q}\t{%%}rbx, %q1\n\t"                        \
  159.            "cpuid\n\t"                                        \
  160.            "xchg{q}\t{%%}rbx, %q1\n\t"                        \
  161.            : "=a" (a), "=&r" (b), "=c" (c), "=d" (d)        \
  162.            : "0" (level))

  163. #define __cpuid_count(level, count, a, b, c, d)                \
  164.   __asm__ ("xchg{q}\t{%%}rbx, %q1\n\t"                        \
  165.            "cpuid\n\t"                                        \
  166.            "xchg{q}\t{%%}rbx, %q1\n\t"                        \
  167.            : "=a" (a), "=&r" (b), "=c" (c), "=d" (d)        \
  168.            : "0" (level), "2" (count))
  169. #else
  170. #define __cpuid(level, a, b, c, d)                        \
  171.   __asm__ ("cpuid\n\t"                                        \
  172.            : "=a" (a), "=b" (b), "=c" (c), "=d" (d)        \
  173.            : "0" (level))

  174. #define __cpuid_count(level, count, a, b, c, d)                \
  175.   __asm__ ("cpuid\n\t"                                        \
  176.            : "=a" (a), "=b" (b), "=c" (c), "=d" (d)        \
  177.            : "0" (level), "2" (count))
  178. #endif

  179. /* Return highest supported input value for cpuid instruction.  ext can
  180.    be either 0x0 or 0x8000000 to return highest supported value for
  181.    basic or extended cpuid information.  Function returns 0 if cpuid
  182.    is not supported or whatever cpuid returns in eax register.  If sig
  183.    pointer is non-null, then first four bytes of the signature
  184.    (as found in ebx register) are returned in location pointed by sig.  */

  185. static __inline unsigned int
  186. __get_cpuid_max (unsigned int __ext, unsigned int *__sig)
  187. {
  188.   unsigned int __eax, __ebx, __ecx, __edx;

  189. #ifndef __x86_64__
  190.   /* See if we can use cpuid.  On AMD64 we always can.  */
  191. #if __GNUC__ >= 3
  192.   __asm__ ("pushf{l|d}\n\t"
  193.            "pushf{l|d}\n\t"
  194.            "pop{l}\t%0\n\t"
  195.            "mov{l}\t{%0, %1|%1, %0}\n\t"
  196.            "xor{l}\t{%2, %0|%0, %2}\n\t"
  197.            "push{l}\t%0\n\t"
  198.            "popf{l|d}\n\t"
  199.            "pushf{l|d}\n\t"
  200.            "pop{l}\t%0\n\t"
  201.            "popf{l|d}\n\t"
  202.            : "=&r" (__eax), "=&r" (__ebx)
  203.            : "i" (0x00200000));
  204. #else
  205. /* Host GCCs older than 3.0 weren't supporting Intel asm syntax
  206.    nor alternatives in i386 code.  */
  207.   __asm__ ("pushfl\n\t"
  208.            "pushfl\n\t"
  209.            "popl\t%0\n\t"
  210.            "movl\t%0, %1\n\t"
  211.            "xorl\t%2, %0\n\t"
  212.            "pushl\t%0\n\t"
  213.            "popfl\n\t"
  214.            "pushfl\n\t"
  215.            "popl\t%0\n\t"
  216.            "popfl\n\t"
  217.            : "=&r" (__eax), "=&r" (__ebx)
  218.            : "i" (0x00200000));
  219. #endif

  220.   if (!((__eax ^ __ebx) & 0x00200000))
  221.     return 0;
  222. #endif

  223.   /* Host supports cpuid.  Return highest supported cpuid input value.  */
  224.   __cpuid (__ext, __eax, __ebx, __ecx, __edx);

  225.   if (__sig)
  226.     *__sig = __ebx;

  227.   return __eax;
  228. }

  229. /* Return cpuid data for requested cpuid level, as found in returned
  230.    eax, ebx, ecx and edx registers.  The function checks if cpuid is
  231.    supported and returns 1 for valid cpuid information or 0 for
  232.    unsupported cpuid level.  All pointers are required to be non-null.  */

  233. static __inline int
  234. __get_cpuid (unsigned int __level,
  235.              unsigned int *__eax, unsigned int *__ebx,
  236.              unsigned int *__ecx, unsigned int *__edx)
  237. {
  238.   unsigned int __ext = __level & 0x80000000;

  239.   if (__get_cpuid_max (__ext, 0) < __level)
  240.     return 0;

  241.   __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx);
  242.   return 1;
  243. }