| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| x86-xstate.c | 29 uint32_t ebx; local 34 if (!x86_cpuid_count (0xd, feature, nullptr, &ebx, nullptr, nullptr)) 36 return ebx; 44 uint32_t ebx; local 46 if (!x86_cpuid_count (0xd, 0, nullptr, &ebx, nullptr, nullptr)) 48 return ebx;
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| x86-xstate.c | 29 uint32_t ebx; local 34 if (!x86_cpuid_count (0xd, feature, nullptr, &ebx, nullptr, nullptr)) 36 return ebx; 44 uint32_t ebx; local 46 if (!x86_cpuid_count (0xd, 0, nullptr, &ebx, nullptr, nullptr)) 48 return ebx;
|
| x86-linux.c | 147 unsigned int eax, ebx, ecx, edx; local 148 eax = ebx = ecx = edx = 0; 150 if (!__get_cpuid_count (7, 0, &eax, &ebx, &ecx, &edx))
|
| /src/external/gpl3/gcc/dist/libgomp/config/linux/x86/ |
| spincount.h | 36 unsigned int eax, ebx, ecx, edx; local 37 if (__get_cpuid_count (7, 0, &eax, &ebx, &ecx, &edx)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| i386-pkru.c | 57 unsigned int eax, ebx, ecx, edx; local 59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx)) 67 __cpuid_count (7, 0, eax, ebx, ecx, edx);
|
| i386-avx512.c | 80 unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave, has_avx512f; local 83 __cpuid (1, eax, ebx, ecx, edx); 89 __cpuid_count (7, 0, eax, ebx, ecx, edx); 90 has_avx512f = ebx & bit_AVX512F;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| i386-pkru.c | 57 unsigned int eax, ebx, ecx, edx; local 59 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx)) 67 __cpuid_count (7, 0, eax, ebx, ecx, edx);
|
| i386-avx512.c | 80 unsigned int eax, ebx, ecx, edx, max_level, vendor, has_osxsave, has_avx512f; local 83 __cpuid (1, eax, ebx, ecx, edx); 89 __cpuid_count (7, 0, eax, ebx, ecx, edx); 90 has_avx512f = ebx & bit_AVX512F;
|
| /src/sys/arch/x86/x86/ |
| bios32.c | 201 uint32_t eax, ebx, ecx, edx; local 208 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) 214 entry = ebx + edx; 229 ei->bei_base = ebx;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-x86.c | 35 unsigned int eax, ebx, ecx, edx; local 44 __cpuid (1, eax, ebx, ecx, edx); 50 __cpuid_count (7, 0, eax, ebx, ecx, edx); 51 supports_rdseed = ((ebx & rdseed_mask) == rdseed_mask); 101 __asm__ volatile ("rdrand %%ebx;": : : "%ebx"); 210 __asm__ volatile ("rdseed %%ebx;": : : "%ebx");
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| insn-reverse-x86.c | 35 unsigned int eax, ebx, ecx, edx; local 44 __cpuid (1, eax, ebx, ecx, edx); 50 __cpuid_count (7, 0, eax, ebx, ecx, edx); 51 supports_rdseed = ((ebx & rdseed_mask) == rdseed_mask); 101 __asm__ volatile ("rdrand %%ebx;": : : "%ebx"); 210 __asm__ volatile ("rdseed %%ebx;": : : "%ebx");
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| crtfastmath.c | 86 unsigned int eax, ebx, ecx, edx; local 88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| crtfastmath.c | 86 unsigned int eax, ebx, ecx, edx; local 88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
|
| /src/external/gpl3/binutils/dist/zlib/contrib/inflate86/ |
| inffas86.c | 90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */ 147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */ 460 " movl %%ebx, 88(%%rsp)\n" /* bits */ 479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */ 789 " movl %%ebx, 44(%%esp)\n" /* save bits */ 795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi" 806 mov ebx, [esp+44] /* ebx = bits * local [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/contrib/inflate86/ |
| inffas86.c | 90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */ 147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */ 460 " movl %%ebx, 88(%%rsp)\n" /* bits */ 479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */ 789 " movl %%ebx, 44(%%esp)\n" /* save bits */ 795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi" 806 mov ebx, [esp+44] /* ebx = bits * local [all...] |
| /src/external/gpl3/gdb/dist/zlib/contrib/inflate86/ |
| inffas86.c | 90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */ 147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */ 460 " movl %%ebx, 88(%%rsp)\n" /* bits */ 479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */ 789 " movl %%ebx, 44(%%esp)\n" /* save bits */ 795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi" 806 mov ebx, [esp+44] /* ebx = bits * local [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/contrib/inflate86/ |
| inffas86.c | 90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */ 147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */ 460 " movl %%ebx, 88(%%rsp)\n" /* bits */ 479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */ 789 " movl %%ebx, 44(%%esp)\n" /* save bits */ 795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi" 806 mov ebx, [esp+44] /* ebx = bits * local [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/ |
| fat.c | 229 unsigned int eax, ebx, ecx, edx; local 231 ebx = ((unsigned int *)feature_string)[0]; 236 ((unsigned int *) (processor_name_string))[1] = ebx;
|
| /src/sys/compat/linux/arch/i386/ |
| linux_ptrace.c | 60 long ebx; member in struct:linux_reg 226 linux_regs->ebx = regs->r_ebx; 247 regs->r_ebx = linux_regs->ebx;
|
| /src/sys/dev/vmt/ |
| vmtvar.h | 32 volatile register_t ebx; member in struct:vm_backdoor 102 "movl 0x04(%%eax), %%ebx;" \ 111 "movl %%ebx, 0x04(%%eax);" \ 199 frame.ebx = UINT_MAX; 206 regs[1] = __SHIFTOUT(frame.ebx, VM_REG_WORD_MASK);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_msg.c | 97 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; local 103 eax, ebx, ecx, edx, si, di); 126 unsigned long eax, ebx, ecx, edx, si, di; local 136 eax, ebx, ecx, edx, si, di); 156 unsigned long si, di, eax, ebx, ecx, edx; local 172 eax, ebx, ecx, edx, si, di); 174 return ebx; 193 eax, ebx, ecx, edx, si, di); 212 unsigned long si, di, eax, ebx, ecx, edx; local 226 eax, ebx, ecx, edx, si, di) 267 unsigned long eax, ebx, ecx, edx, si, di; local 320 unsigned long eax, ebx, ecx, edx, si, di; local [all...] |
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| hvm_vcpu.h | 32 uint32_t ebx; member in struct:vcpu_hvm_x86_32
|
| /src/usr.sbin/tprof/arch/ |
| tprof_x86.c | 64 x86_cpuid(unsigned int *eax, unsigned int *ebx, 69 "=b" (*ebx), 103 unsigned int eax, ebx, ecx, edx, vectorlen; local 108 ebx = 0; 111 x86_cpuid(&eax, &ebx, &ecx, &edx); 120 * b) the disable bit in EBX. 124 if ((ebx & (i << 1)) != 0) 799 unsigned int eax, ebx, ecx, edx; local 814 ebx = 0; 817 x86_cpuid(&eax, &ebx, &ecx, &edx) 1294 unsigned int eax, ebx, ecx, edx; local [all...] |
| /src/external/bsd/nsd/dist/simdzone/src/ |
| isadetection.h | 113 static const uint32_t cpuid_avx2_bit = 1 << 5; ///< @private Bit 5 of EBX for EAX=0x7 114 static const uint32_t cpuid_bmi1_bit = 1 << 3; ///< @private bit 3 of EBX for EAX=0x7 115 static const uint32_t cpuid_bmi2_bit = 1 << 8; ///< @private bit 8 of EBX for EAX=0x7 116 static const uint32_t cpuid_avx512f_bit = 1 << 16; ///< @private bit 16 of EBX for EAX=0x7 117 static const uint32_t cpuid_avx512dq_bit = 1 << 17; ///< @private bit 17 of EBX for EAX=0x7 118 static const uint32_t cpuid_avx512ifma_bit = 1 << 21; ///< @private bit 21 of EBX for EAX=0x7 119 static const uint32_t cpuid_avx512pf_bit = 1 << 26; ///< @private bit 26 of EBX for EAX=0x7 120 static const uint32_t cpuid_avx512er_bit = 1 << 27; ///< @private bit 27 of EBX for EAX=0x7 121 static const uint32_t cpuid_avx512cd_bit = 1 << 28; ///< @private bit 28 of EBX for EAX=0x7 122 static const uint32_t cpuid_avx512bw_bit = 1 << 30; ///< @private bit 30 of EBX for EAX=0x 167 uint32_t eax, ebx, ecx, edx; local [all...] |
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| cpuid.c | 30 unsigned int *ebx ATTRIBUTE_UNUSED, 81 unsigned int ebx; member in struct:__anon10178 92 char cpi_vendorstr[13]; /* fn 0: %ebx:%ecx:%edx */ 111 regs->eax = regs->ebx = regs->ecx = regs->edx = 0; 112 int ret = __get_cpuid (op, ®s->eax, ®s->ebx, ®s->ecx, ®s->edx); 114 op, regs->eax, regs->ebx, regs->ecx, regs->edx, ret); 160 ((uint32_t *) cpi->cpi_vendorstr)[0] = regs.ebx;
|