/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon64313
|
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon65090
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon65860
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon66627
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon67406
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon68184
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon68960
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
toshiba.h | 30 unsigned int edx __attribute__ ((packed)); member in struct:__anon69737
|
/external/autotest/client/profilers/powertop/src/ |
intelcstates.c | 45 unsigned int *edx) 59 "=d" (*edx) 63 "3" (*edx) 83 unsigned int eax, ebx, ecx, edx; local 138 ebx = 0; ecx = 0; edx = 0; 139 cpuid(&eax, &ebx, &ecx, &edx); 140 if (!edx || ((ecx&1) == 0)) 145 while (edx) { 146 if (edx&7) 148 edx = edx >> 4 [all...] |
/external/clang/test/CodeGenCXX/ |
ms-inline-asm-return.cpp | 4 // Check that we take EAX or EAX:EDX and return it from these functions for MSVC 12 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, local 84 mov edx, 0x01010101 local [all...] |
/external/v8/test/cctest/ |
test-disasm-x87.cc | 72 __ 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, Operand(esp, 1999)) 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 274 __ bts(Operand(ebx, ecx, times_8, 10000), edx); local [all...] |
test-disasm-ia32.cc | 72 __ 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, Operand(esp, 1999)) 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 274 __ bts(Operand(ebx, ecx, times_8, 10000), edx); local [all...] |
/external/valgrind/VEX/useful/ |
cpuid.c | 7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, 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, 0x800004d3,0) [all...] |
/external/boringssl/src/crypto/ |
cpu-intel.c | 80 * is set to zero. It writes EAX, EBX, ECX, and EDX to |*out_eax| through 118 uint32_t eax, edx; 119 __asm__ volatile ("xgetbv" : "=a"(eax), "=d"(edx) : "c"(xcr)); 120 return (((uint64_t)edx) << 32) | eax; 145 uint32_t eax, ebx, ecx, edx; local 146 OPENSSL_cpuid(&eax, &ebx, &ecx, &edx, 0); 151 edx == 0x49656e69 /* ineI */ && 154 edx == 0x69746e65 /* enti */ && 161 OPENSSL_cpuid(&eax, &ebx, &ecx, &edx, 0x80000000); 164 OPENSSL_cpuid(&eax, &ebx, &ecx, &edx, 0x80000001) [all...] |
/external/freetype/include/internal/ |
ftcalc.h | 123 "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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
ftcalc.h | 123 "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/libvpx/libvpx/third_party/libyuv/source/ |
compare_win.cc | 27 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]
|
rotate_win.cc | 32 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/libyuv/files/source/ |
compare_win.cc | 28 mov edx, [esp + 8] // src_b local 36 movdqu xmm2, [edx] 37 lea edx, [edx + 16] local 69 mov edx, [esp + 8] // src_b local 73 sub edx, eax local 77 vmovdqu ymm2, [eax + edx]
|
rotate_win.cc | 31 mov edx, [esp + 12 + 12] // dst local 80 movq qword ptr [edx], xmm0 83 movq qword ptr [edx + esi], xmm4 84 lea edx, [edx + 2 * esi] local 88 movq qword ptr [edx], xmm2 90 movq qword ptr [edx + esi], xmm6 91 lea edx, [edx + 2 * esi] local 93 movq qword ptr [edx], xmm 97 lea edx, [edx + 2 * esi] local 103 lea edx, [edx + 2 * esi] local 125 mov edx, [esp + 16 + 12] \/\/ dst_a local 200 lea edx, [edx + 2 * esi] local 209 lea edx, [edx + 2 * esi] local 218 lea edx, [edx + 2 * esi] local 228 lea edx, [edx + 2 * esi] local [all...] |
/external/libyuv/files/util/ |
psnr.cc | 119 mov edx, [esp + 8] // src_b local 123 sub edx, eax local 127 movdqu xmm2, [eax + edx]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_atomic.h | 247 mov edx, [_new] local 248 lock cmpxchg [ecx], edx
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftcalc.h | 123 "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...] |
/ndk/sources/cxx-stl/stlport/src/ |
lock_free_slist.h | 67 int __tmp2; // and edx registers will not have the same value as their input. 73 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 75 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 96 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 98 " jne L1_%=\n\t" // We failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 121 " leal 1(%%edx),%%ecx\n\t" // new sequence = _M._M_data._M_sequence + 1 123 " jne L1_%=\n\t" // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top) 216 mov edx, [esi+4] // _M._M_data._M_sequence local 218 lea ecx, [edx+1] // new sequence = _M._M_data._M_sequence + 1 220 jne L1 // Failed, retry! (edx:eax now contain most recent _M_sequence:_M_top 239 mov edx, [esi+4] \/\/ _M._M_data._M_sequence local 266 mov edx, [esi+4] \/\/ _M._M_data._M_sequence local [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
signal_darwin_386.go | 18 func (c *sigctxt) edx() uint32 { return c.regs().edx } func
|