Searched defs:edx (Results 1 - 25 of 72) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c21 // CHECK: mov edx,dword ptr $1
22 // CHECK: test edx,edx
25 // CHECK: mov eax,edx
34 // CHECK: mov edx,[ecx]
36 // CHECK: call dword ptr[edx+eax*$$4]
40 // CHECK: "=*m,*m,*m,*m,*m,~{eax},~{ebp},~{ecx},~{edx},~{flags},~{esp},~{dirflag},~{fpsr},~{flags}"
44 mov edx,paramCount local
45 test edx,edx local
56 mov edx,[ecx] local
[all...]
/external/valgrind/none/tests/x86/
H A Dcmpxchg8b.c12 UInt edx; variable
21 "\tpushl %edx\n"
28 "\tmovl " VG_SYM(edx) ",%edx\n"
33 "\tmovl %edx," VG_SYM(edx) "\n"
38 "\tpopl %edx\n"
47 edx = 0x11111111; eax = 0x22222222;
53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 );
55 edx
[all...]
/external/fio/arch/
H A Darch-x86-common.h8 unsigned int *ecx, unsigned int *edx)
12 do_cpuid(eax, ebx, ecx, edx);
21 unsigned int eax, ebx, ecx = 0, edx; local
27 do_cpuid(&eax, &ebx, &ecx, &edx);
28 if (!(edx & (1U << 4)))
35 do_cpuid(&eax, &ebx, &ecx, &edx);
36 return edx & (1U << 8);
41 unsigned int eax, ebx, ecx, edx; local
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
47 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
6 cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
[all...]
H A Darch-x86.h5 unsigned int *ecx, unsigned int *edx)
8 : "=a" (*eax), "=r" (*ebx), "=c" (*ecx), "=d" (*edx)
4 do_cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
H A Darch-x86_64.h5 unsigned int *ecx, unsigned int *edx)
8 : "=a" (*eax), "=b" (*ebx), "=c" (*ecx), "=d" (*edx)
4 do_cpuid(unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/external/kernel-headers/original/uapi/linux/
H A Dtoshiba.h31 unsigned int edx __attribute__ ((packed)); member in struct:__anon7264
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dmjpeg_validate.cc29 mov edx, edi local
37 mov edi, edx
42 mov edi, edx
H A Dcompare_win.cc27 mov edx, [esp + 8] // src_b local
35 movdqu xmm2, [edx]
36 lea edx, [edx + 16] local
68 mov edx, [esp + 8] // src_b local
72 sub edx, eax local
76 vmovdqu ymm2, [eax + edx]
H A Drotate_win.cc32 mov edx, [esp + 12 + 12] // dst local
81 movq qword ptr [edx], xmm0
84 movq qword ptr [edx + esi], xmm4
85 lea edx, [edx + 2 * esi] local
89 movq qword ptr [edx], xmm2
91 movq qword ptr [edx + esi], xmm6
92 lea edx, [edx + 2 * esi] local
94 movq qword ptr [edx], xmm
98 lea edx, [edx + 2 * esi] local
104 lea edx, [edx + 2 * esi] local
126 mov edx, [esp + 16 + 12] // dst_a local
201 lea edx, [edx + 2 * esi] local
210 lea edx, [edx + 2 * esi] local
219 lea edx, [edx + 2 * esi] local
229 lea edx, [edx + 2 * esi] local
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_gcc.cc82 uint32_t edx; local
85 cpuid(eax, ebx, ecx, edx, 0);
88 memcpy(vendor + 4, &edx, 4);
92 // get feature flags in ecx/edx, and family/model in eax
93 cpuid(eax, ebx, ecx, edx, 1);
115 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
116 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
/external/v8/src/base/
H A Datomicops_internals_x86_gcc.cc61 uint32_t edx = 0; local
64 cpuid(eax, ebx, ecx, edx, 0);
67 memcpy(vendor + 4, &edx, 4);
71 // get feature flags in ecx/edx, and family/model in eax
72 cpuid(eax, ebx, ecx, edx, 1);
95 // edx bit 26 is SSE2 which we use to tell use whether we can use mfence
96 AtomicOps_Internalx86CPUFeatures.has_sse2 = ((edx >> 26) & 1);
/external/aac/libFDK/include/x86/
H A Dfixmul_x86.h115 shl edx, 1 local
116 mov a, edx
128 mov a, edx
/external/clang/test/CodeGenCXX/
H A Dms-inline-asm-return.cpp12 mov edx, 1 local
16 // CHECK: %[[r:[^ ]*]] = call i64 asm sideeffect inteldialect "mov eax, $$1\0A\09mov edx, $$1", "=A,~{eax},{{.*}}"
22 mov edx, 1 local
26 // CHECK: %[[r:[^ ]*]] = call i32 asm sideeffect inteldialect "mov eax, $$1\0A\09mov edx, $$1", "={eax},~{eax},{{.*}}"
32 mov edx, 1 local
36 // CHECK: %[[r:[^ ]*]] = call i32 asm sideeffect inteldialect "mov eax, $$1\0A\09mov edx, $$1", "={eax},~{eax},{{.*}}"
43 mov edx, 1 local
47 // CHECK: %[[r:[^ ]*]] = call i32 asm sideeffect inteldialect "mov eax, $$1\0A\09mov edx, $$1", "={eax},~{eax},{{.*}}"
54 mov edx, 1 local
58 // CHECK: %[[r:[^ ]*]] = call i32 asm sideeffect inteldialect "mov eax, $$1\0A\09mov edx,
84 mov edx, 0x01010101 local
[all...]
/external/fio/crc/
H A Dcrc32c-intel.c84 unsigned int eax, ebx, ecx = 0, edx; local
88 do_cpuid(&eax, &ebx, &ecx, &edx);
/external/valgrind/VEX/useful/
H A Dcpuid.c7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, argument
14 *eax = a; *ebx = b; *ecx = c; *edx = d;
21 UInt eax, ebx, ecx, edx; local
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
38 cpuid(&eax,&ebx,&ecx,&edx, i,0);
41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
53 cpuid(&eax,&ebx,&ecx,&edx, i,0);
57 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
58 cpuid(&eax,&ebx,&ecx,&edx,
[all...]
/external/webp/src/dsp/
H A Dcpu.c53 uint32_t eax, edx; local
57 : "=a"(eax), "=d"(edx) : "c" (ecx));
58 return ((uint64_t)edx << 32) | eax;
72 mov edx_, edx
/external/freetype/include/internal/
H A Dftcalc.h123 "imul %%edx\n"
124 "movl %%edx, %%ecx\n"
128 "adcl $0, %%edx\n"
130 "shll $16, %%edx\n"
131 "addl %%edx, %%eax\n"
160 mov edx, b local
161 imul edx
162 mov ecx, edx
166 adc edx, 0 local
168 shl edx, 1 local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_atomic.h247 mov edx, [_new] local
248 lock cmpxchg [ecx], edx
/external/pdfium/third_party/freetype/include/internal/
H A Dftcalc.h123 "imul %%edx\n"
124 "movl %%edx, %%ecx\n"
128 "adcl $0, %%edx\n"
130 "shll $16, %%edx\n"
131 "addl %%edx, %%eax\n"
160 mov edx, b local
161 imul edx
162 mov ecx, edx
166 adc edx, 0 local
168 shl edx, 1 local
[all...]
/external/strace/linux/x86_64/
H A Darch_regs.c10 uint32_t edx; member in struct:i386_user_regs_struct
/external/v8/test/cctest/
H A Dtest-disasm-ia32.cc72 __ add(edx, ebx);
73 __ add(edx, Operand(12, RelocInfo::NONE32));
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
79 __ add(edx, Operand(esp, 0));
80 __ add(edx, Operand(esp, 16));
81 __ add(edx, Operan
149 __ mov_b(Operand(esp, 16), edx); local
151 __ mov_w(Operand(esp, 16), edx); local
161 __ mov(Operand(ebx, ecx, times_4, 10000), edx); local
268 __ bts(Operand(ebx, ecx, times_8, 10000), edx); local
[all...]
H A Dtest-disasm-x87.cc72 __ add(edx, ebx);
73 __ add(edx, Operand(12, RelocInfo::NONE32));
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
79 __ add(edx, Operand(esp, 0));
80 __ add(edx, Operand(esp, 16));
81 __ add(edx, Operan
149 __ mov_b(Operand(esp, 16), edx); local
151 __ mov_w(Operand(esp, 16), edx); local
161 __ mov(Operand(ebx, ecx, times_4, 10000), edx); local
268 __ bts(Operand(ebx, ecx, times_8, 10000), edx); local
[all...]
/external/flac/libFLAC/
H A Dcpu.c449 void FLAC__cpu_info_x86(FLAC__uint32 level, FLAC__uint32 *eax, FLAC__uint32 *ebx, FLAC__uint32 *ecx, FLAC__uint32 *edx) argument
456 *eax = *ebx = *ecx = *edx = 0;
464 *eax = cpuinfo[0]; *ebx = cpuinfo[1]; *ecx = cpuinfo[2]; *edx = cpuinfo[3];
467 __cpuid(ext, *eax, *ebx, *ecx, *edx);
469 *eax = *ebx = *ecx = *edx = 0;
472 __cpuid_count(level, 0, *eax, *ebx, *ecx, *edx);
474 *eax = *ebx = *ecx = *edx = 0;
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h20 long edx; member in struct:pt_regs
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c89 /* 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\
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...]

Completed in 1837 milliseconds

123