HomeSort by: relevance | last modified time | path
    Searched defs:edx (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /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)
38 /* CPUID.07H.0H:EDX[15] Hybrid. */
39 && ((edx >> 15) & 1))
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-sse.c 57 unsigned int edx; local
59 if (!x86_cpuid (1, NULL, NULL, NULL, &edx))
62 if (edx & bit_SSE)
i386-pkru.c 32 unsigned int eax, edx; local
37 : "=a" (eax), "=d" (edx)
48 unsigned int edx = 0; local
51 : : "a" (eax), "c" (ecx), "d" (edx));
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);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-sse.c 57 unsigned int edx; local
59 if (!x86_cpuid (1, NULL, NULL, NULL, &edx))
62 if (edx & bit_SSE)
i386-pkru.c 32 unsigned int eax, edx; local
37 : "=a" (eax), "=d" (edx)
48 unsigned int edx = 0; local
51 : : "a" (eax), "c" (ecx), "d" (edx));
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);
  /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;
  /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);
103 __asm__ volatile ("rdrand %%edx;": : : "%edx");
212 __asm__ volatile ("rdseed %%edx;": : : "%edx");
  /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);
103 __asm__ volatile ("rdrand %%edx;": : : "%edx");
212 __asm__ volatile ("rdseed %%edx;": : : "%edx");
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
crtfastmath.c 39 set_fast_math_sse (unsigned int edx)
43 if (edx & bit_FXSAVE)
86 unsigned int eax, ebx, ecx, edx; local
88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
91 if (edx & bit_SSE)
92 set_fast_math_sse (edx);
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
crtfastmath.c 39 set_fast_math_sse (unsigned int edx)
43 if (edx & bit_FXSAVE)
86 unsigned int eax, ebx, ecx, edx; local
88 if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
91 if (edx & bit_SSE)
92 set_fast_math_sse (edx);
  /src/external/gpl3/gdb/dist/gdb/nat/
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/binutils/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */
237 " andl %%edx, %%eax\n" /* eax &= hold */
275 " andl %%edx, %%eax\n" /* eax &= hold */
336 " andl %%edx, %%eax\n" /* eax &= hold */
350 " andl %%edx, %%eax\n" /* eax &= hold */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
501 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */
505 " andl %%edx, %%eax\n" /* eax &= hold */
511 " shrl %%cl, %%edx\n" /* hold >>= this.bits *
805 mov edx, [esp+40] \/* edx = hold *\/ local
828 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
838 shr edx, cl \/* hold >>= this.bits *\/ local
867 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
877 shr edx, cl local
889 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
902 shr edx, cl \/* hold >>= this.bits *\/ local
918 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
928 shr edx, cl local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */
237 " andl %%edx, %%eax\n" /* eax &= hold */
275 " andl %%edx, %%eax\n" /* eax &= hold */
336 " andl %%edx, %%eax\n" /* eax &= hold */
350 " andl %%edx, %%eax\n" /* eax &= hold */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
501 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */
505 " andl %%edx, %%eax\n" /* eax &= hold */
511 " shrl %%cl, %%edx\n" /* hold >>= this.bits *
805 mov edx, [esp+40] \/* edx = hold *\/ local
828 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
838 shr edx, cl \/* hold >>= this.bits *\/ local
867 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
877 shr edx, cl local
889 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
902 shr edx, cl \/* hold >>= this.bits *\/ local
918 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
928 shr edx, cl local
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */
237 " andl %%edx, %%eax\n" /* eax &= hold */
275 " andl %%edx, %%eax\n" /* eax &= hold */
336 " andl %%edx, %%eax\n" /* eax &= hold */
350 " andl %%edx, %%eax\n" /* eax &= hold */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
501 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */
505 " andl %%edx, %%eax\n" /* eax &= hold */
511 " shrl %%cl, %%edx\n" /* hold >>= this.bits *
805 mov edx, [esp+40] \/* edx = hold *\/ local
828 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
838 shr edx, cl \/* hold >>= this.bits *\/ local
867 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
877 shr edx, cl local
889 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
902 shr edx, cl \/* hold >>= this.bits *\/ local
918 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
928 shr edx, cl local
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/inflate86/
inffas86.c 89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */
237 " andl %%edx, %%eax\n" /* eax &= hold */
275 " andl %%edx, %%eax\n" /* eax &= hold */
336 " andl %%edx, %%eax\n" /* eax &= hold */
350 " andl %%edx, %%eax\n" /* eax &= hold */
478 " movl 40(%%esp), %%edx\n" /* edx = hold */
501 " orl %%eax, %%edx\n" /* hold |= *((ushort *)in)++ << bits */
505 " andl %%edx, %%eax\n" /* eax &= hold */
511 " shrl %%cl, %%edx\n" /* hold >>= this.bits *
805 mov edx, [esp+40] \/* edx = hold *\/ local
828 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
838 shr edx, cl \/* hold >>= this.bits *\/ local
867 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
877 shr edx, cl local
889 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
902 shr edx, cl \/* hold >>= this.bits *\/ local
918 or edx, eax \/* hold |= *((ushort *)in)++ << bits *\/ local
928 shr edx, cl local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
fat.c 229 unsigned int eax, ebx, ecx, edx; local
232 edx = ((unsigned int *)feature_string)[1];
238 ((unsigned int *) (processor_name_string))[3] = edx;
  /src/sys/arch/i386/pci/
pcibios.c 350 uint32_t edx; local
357 : "=a" (ax), "=b" (bx), "=c" (cx), "=d" (edx)
364 if (edx != BIOS32_MAKESIG('P', 'C', 'I', ' '))
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 62 long edx; member in struct:linux_reg
228 linux_regs->edx = regs->r_edx;
249 regs->r_edx = linux_regs->edx;
  /src/sys/dev/vmt/
vmtvar.h 34 volatile register_t edx; member in struct:vm_backdoor
100 "movl 0x0c(%%eax), %%edx;" \
109 "movl %%edx, 0x0c(%%eax);" \
201 frame.edx = VM_REG_PORT_CMD(0);
208 regs[3] = __SHIFTOUT(frame.edx, 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);
108 channel->channel_id = HIGH_WORD(edx);
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);
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 31 uint32_t edx; member in struct:vcpu_hvm_x86_32
  /src/usr.sbin/tprof/arch/
tprof_x86.c 65 unsigned int *ecx, unsigned int *edx)
71 "=d" (*edx)
103 unsigned int eax, ebx, ecx, edx, vectorlen; local
110 edx = 0;
111 x86_cpuid(&eax, &ebx, &ecx, &edx);
799 unsigned int eax, ebx, ecx, edx; local
816 edx = 0;
817 x86_cpuid(&eax, &ebx, &ecx, &edx);
1294 unsigned int eax, ebx, ecx, edx; local
1299 edx = 0
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/sha/
sha512.c 404 "roll $16,%%eax; roll $16,%%edx; "\
540 _asm mov edx, [ecx + 0] _asm mov eax, [ecx + 4] _asm xchg dh, dl _asm xchg ah, al _asm rol edx, 16 _asm rol eax, 16 _asm xchg dh, dl _asm xchg ah, al local
544 _asm mov edx, [ecx + 0] _asm mov eax, [ecx + 4] _asm bswap edx _asm bswap eax local

Completed in 53 milliseconds

1 2 3