Searched refs:edx (Results 226 - 250 of 402) sorted by relevance

1234567891011>>

/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm97 ; chainlenwmask edx
208 ;;; throughout the entire function. edx will hold the pointer to the
212 ; parameter 1 in rcx (deflate_state* s), param 2 in edx -> r8 (cur match)
223 mov r8d,edx
315 mov edx, [chainlenwmask]
321 and r8d, edx
326 sub edx, 00010000h
334 and r8d, edx
339 sub edx, 00010000h
347 and r8d, edx
[all...]
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h274 // registers are eax, ecx and edx. The three scratch registers (incl. ecx)
278 if (!scratch0_.is(edx) && !scratch1_.is(edx)) masm->push(edx);
301 if (!scratch0_.is(edx) && !scratch1_.is(edx)) masm->pop(edx);
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.h271 // registers are eax, ecx and edx. The three scratch registers (incl. ecx)
275 if (!scratch0_.is(edx) && !scratch1_.is(edx)) masm->push(edx);
290 if (!scratch0_.is(edx) && !scratch1_.is(edx)) masm->pop(edx);
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djiss2flt.asm88 ; push edx ; need not be preserved
97 mov edx, POINTER [dct_table(eax)] ; quantptr
134 mulps xmm0, XMMWORD [XMMBLOCK(0,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
179 mulps xmm0, XMMWORD [XMMBLOCK(0,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
180 mulps xmm1, XMMWORD [XMMBLOCK(2,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
181 mulps xmm2, XMMWORD [XMMBLOCK(4,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
182 mulps xmm3, XMMWORD [XMMBLOCK(6,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
225 mulps xmm2, XMMWORD [XMMBLOCK(1,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
226 mulps xmm3, XMMWORD [XMMBLOCK(3,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
227 mulps xmm5, XMMWORD [XMMBLOCK(5,0,edx,SIZEOF_FLOAT_MULT_TYP
[all...]
H A Djisseflt.asm88 ; push edx ; need not be preserved
97 mov edx, POINTER [dct_table(eax)] ; quantptr
133 mulps xmm0, XMMWORD [XMMBLOCK(0,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
194 mulps xmm0, XMMWORD [XMMBLOCK(0,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
195 mulps xmm1, XMMWORD [XMMBLOCK(2,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
199 mulps xmm2, XMMWORD [XMMBLOCK(4,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
200 mulps xmm3, XMMWORD [XMMBLOCK(6,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
260 mulps xmm2, XMMWORD [XMMBLOCK(1,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
261 mulps xmm3, XMMWORD [XMMBLOCK(3,0,edx,SIZEOF_FLOAT_MULT_TYPE)]
265 mulps xmm5, XMMWORD [XMMBLOCK(5,0,edx,SIZEOF_FLOAT_MULT_TYP
[all...]
H A Djiss2int.asm120 ; push edx ; need not be preserved
129 mov edx, POINTER [dct_table(eax)] ; quantptr
154 pmullw xmm5, XMMWORD [XMMBLOCK(0,0,edx,SIZEOF_ISLOW_MULT_TYPE)]
184 pmullw xmm0, XMMWORD [XMMBLOCK(0,0,edx,SIZEOF_ISLOW_MULT_TYPE)]
185 pmullw xmm1, XMMWORD [XMMBLOCK(2,0,edx,SIZEOF_ISLOW_MULT_TYPE)]
188 pmullw xmm2, XMMWORD [XMMBLOCK(4,0,edx,SIZEOF_ISLOW_MULT_TYPE)]
189 pmullw xmm3, XMMWORD [XMMBLOCK(6,0,edx,SIZEOF_ISLOW_MULT_TYPE)]
257 pmullw xmm4, XMMWORD [XMMBLOCK(1,0,edx,SIZEOF_ISLOW_MULT_TYPE)]
258 pmullw xmm6, XMMWORD [XMMBLOCK(3,0,edx,SIZEOF_ISLOW_MULT_TYPE)]
261 pmullw xmm1, XMMWORD [XMMBLOCK(5,0,edx,SIZEOF_ISLOW_MULT_TYP
[all...]
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersSave.S33 movl %edx, 12(%eax)
37 movl %esp, %edx
38 addl $8, %edx
39 movl %edx, 28(%eax) # store what sp was at call site as esp
42 movl 4(%esp), %edx
43 movl %edx, 40(%eax) # store return address as eip
49 movl (%esp), %edx
50 movl %edx, (%eax) # store original eax
H A DUnwindRegistersRestore.S29 movl 28(%eax), %edx # edx holds new stack pointer
30 subl $8,%edx
31 movl %edx, 28(%eax)
33 movl %ebx, 0(%edx)
35 movl %ebx, 4(%edx)
40 movl 12(%eax), %edx
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dx86id.asm6300 mov edx, DWORD [ebp+8]
6301 mov eax, DWORD [edx+4]
6303 mov ebx, DWORD [edx]
6319 mov edx, DWORD [ebp+20]
6320 mov eax, DWORD [edx+16]
6400 mov edx, DWORD [ebp+20]
6401 mov al, BYTE [edx+8]
6403 cmp BYTE [edx+14], 1
6405 mov edx, DWORD [edx
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-x86id.asm6300 mov edx, DWORD [ebp+8]
6301 mov eax, DWORD [edx+4]
6303 mov ebx, DWORD [edx]
6319 mov edx, DWORD [ebp+20]
6320 mov eax, DWORD [edx+16]
6400 mov edx, DWORD [ebp+20]
6401 mov al, BYTE [edx+8]
6403 cmp BYTE [edx+14], 1
6405 mov edx, DWORD [edx
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
H A Dghash-x86_64.S111 xorl %edx,%edx
320 roll $8,%edx
325 roll $8,%edx
341 roll $8,%edx
361 roll $8,%edx
377 movl 8(%rdi),%edx
382 roll $8,%edx
402 roll $8,%edx
422 roll $8,%edx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/modes/
H A Dghash-x86_64.S111 xorl %edx,%edx
320 roll $8,%edx
325 roll $8,%edx
341 roll $8,%edx
361 roll $8,%edx
377 movl 8(%rdi),%edx
382 roll $8,%edx
402 roll $8,%edx
422 roll $8,%edx
[all...]
/external/openssl/crypto/modes/asm/
H A Dghash-x86_64.S107 xorl %edx,%edx
316 roll $8,%edx
321 roll $8,%edx
337 roll $8,%edx
357 roll $8,%edx
373 movl 8(%rdi),%edx
378 roll $8,%edx
398 roll $8,%edx
418 roll $8,%edx
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/md5/asm/
H A Dmd5-x86_64.pl23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
96 $code .= " xor %edx, %r11d /* (NEXT STEP) not z' = not %edx*/\n"
149 mov 3*4(%rbp), %edx # edx
[all...]
/external/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl23 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
47 $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
48 $code .= " mov %edx, %r12d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1);
96 $code .= " xor %edx, %r11d /* (NEXT STEP) not z' = not %edx*/\n"
149 mov 3*4(%rbp), %edx # edx
[all...]
/external/srec/srec/cfront/
H A Dhimul32.h90 mov retval, edx
/external/chromium_org/base/
H A Dcpu.cc86 uint32 eax, edx; local
88 __asm__ volatile ("xgetbv" : "=a" (eax), "=d" (edx) : "c" (xcr));
89 return (static_cast<uint64>(edx) << 32) | eax;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dll.S78 mov %eax,%edx # copy to edx
90 inc %edx # advance pointer in text_buf
127 mov $strcat,%edx # use rdx as call pointer (smaller op)
183 # cdq # clear edx in clever way
195 # 16<<8 = 4096. be sure edx clear
266 # below is same as "sub $(strcat-find_string),%edx
460 inc %edx
468 cmp %eax,%edx # see if we are >=80
474 sub %edx,
[all...]
/external/valgrind/main/coregrind/
H A Dm_machine.c717 UInt eax, ebx, ecx, edx, max_extended; local
725 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx);
733 VG_(memcpy)(&vstr[4], &edx, 4);
737 VG_(cpuid)(0x80000000, 0, &eax, &ebx, &ecx, &edx);
740 /* get capabilities bits into edx */
741 VG_(cpuid)(1, 0, &eax, &ebx, &ecx, &edx);
743 have_sse1 = (edx & (1<<25)) != 0; /* True => have sse insns */
744 have_sse2 = (edx & (1<<26)) != 0; /* True => have sse2 insns */
749 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */
757 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx);
805 UInt eax, ebx, ecx, edx, max_basic, max_extended; local
[all...]
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc21 return UseFixed(node, edx);
107 InstructionOperand* temps[] = {g.TempRegister(ecx), g.TempRegister(edx)};
109 g.UseFixed(index, ecx), g.UseFixed(value, edx), arraysize(temps),
318 InstructionOperand* temps[] = {g.TempRegister(edx)};
339 InstructionOperand* temps[] = {g.TempRegister(eax), g.TempRegister(edx)};
341 selector->Emit(opcode, g.DefineAsFixed(node, edx),
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dquantize_sse4.asm220 pmovmskb edx, xmm4
224 bsr eax, edx
225 sub edi, edx
/external/qemu-pc-bios/vgabios/
H A Dvbe.c137 push edx
140 shl edx, #16
142 or ecx, edx
167 xor edx, edx variable
170 mov eax, edx
171 xor edx, edx variable
177 xor edx, edx variable
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext.h115 unsigned long edx; member in struct:sigcontext
/external/libunwind/src/coredump/
H A D_UCD_access_reg_linux.c92 [UNW_X86_EDX] = offsetof(struct user_regs_struct, edx) / sizeof(long),
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.cpp128 UPDATE_I386_GPR_INFO(edx, rdx);

Completed in 3203 milliseconds

1234567891011>>