HomeSort by relevance Sort by last modified time
    Searched refs:edx (Results 1 - 25 of 1412) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
intel-syntax-invalid-basereg.s 7 lea rax, [rdi + edx]
  /art/runtime/interpreter/mterp/x86_64/
op_move_from16.S 5 GET_VREG %edx, %rax # edx <- fp[BBBB]
7 SET_VREG_OBJECT %edx, rINSTq # fp[A] <- fp[B]
9 SET_VREG %edx, rINSTq # fp[A] <- fp[B]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
LongJump.c 27 pop edx ; edx <- JumpBuffer
29 mov ebx, [edx]
30 mov esi, [edx + 4]
31 mov edi, [edx + 8]
32 mov ebp, [edx + 12]
33 mov esp, [edx + 16]
34 jmp dword ptr [edx + 20]
SetJump.c 35 mov edx, [esp] local
36 mov [edx], ebx
37 mov [edx + 4], esi
38 mov [edx + 8], edi
39 mov [edx + 12], ebp
40 mov [edx + 16], esp
41 mov [edx + 20], ecx
RShiftU64.c 34 xor edx, edx local
37 cmovz edx, eax local
39 shrd eax, edx, cl local
40 shr edx, cl local
LShiftU64.c 35 mov edx, dword ptr [Operand + 0] local
37 cmovz eax, edx
38 cmovz edx, dword ptr [Operand + 4] local
39 shld edx, eax, cl local
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
LongJump.c 40 pop edx ; edx <- JumpBuffer
42 mov ebx, [edx]
43 mov esi, [edx + 4]
44 mov edi, [edx + 8]
45 mov ebp, [edx + 12]
46 mov esp, [edx + 16]
47 jmp dword ptr [edx + 20]
SetJump.c 63 mov edx, [esp] local
64 mov [edx], ebx
65 mov [edx + 4], esi
66 mov [edx + 8], edi
67 mov [edx + 12], ebp
68 mov [edx + 16], esp
69 mov [edx + 20], ecx
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
invpcid.s 5 invpcid (%eax), %edx
8 invpcid edx,[eax]
avx512cd.s 13 vpconflictd 8128(%edx), %zmm6 # AVX512CD Disp8
14 vpconflictd 8192(%edx), %zmm6 # AVX512CD
15 vpconflictd -8192(%edx), %zmm6 # AVX512CD Disp8
16 vpconflictd -8256(%edx), %zmm6 # AVX512CD
17 vpconflictd 508(%edx){1to16}, %zmm6 # AVX512CD Disp8
18 vpconflictd 512(%edx){1to16}, %zmm6 # AVX512CD
19 vpconflictd -512(%edx){1to16}, %zmm6 # AVX512CD Disp8
20 vpconflictd -516(%edx){1to16}, %zmm6 # AVX512CD
28 vpconflictq 8128(%edx), %zmm6 # AVX512CD Disp8
29 vpconflictq 8192(%edx), %zmm6 # AVX512C
    [all...]
  /external/syslinux/com32/lib/i386/
setjmp.S 28 movl %eax,%edx
30 movl 4(%esp),%edx
34 movl %ebx,(%edx)
35 movl %esp,4(%edx) # Post-return %esp!
37 movl %ebp,8(%edx)
38 movl %esi,12(%edx)
39 movl %edi,16(%edx)
40 movl %ecx,20(%edx) # Return address
51 xchgl %eax,%edx
53 movl 4(%esp),%edx # jmp_ptr addres
    [all...]
  /external/syslinux/com32/lib/libgcc/
__ashrdi3.S 13 movl 8(%esp),%edx
19 shrdl %cl,%edx,%eax
20 sarl %cl,%edx
24 sarl %cl,%edx
25 movl %edx,%eax
  /bionic/libc/arch-x86_64/string/
sse2-strlen-slm.S 76 pmovmskb %xmm0, %edx
77 test %edx, %edx
89 pmovmskb %xmm0, %edx
90 and %r10d, %edx
98 pmovmskb %xmm0, %edx
99 test %edx, %edx
103 pmovmskb %xmm1, %edx
104 test %edx, %ed
    [all...]
  /external/boringssl/linux-x86/crypto/fipsmodule/
co-586.S 18 movl (%edi),%edx
22 mull %edx
25 adcl %edx,%ecx
26 movl (%edi),%edx
34 mull %edx
37 adcl %edx,%ebp
38 movl 4(%edi),%edx
41 mull %edx
44 adcl %edx,%ebp
45 movl (%edi),%edx
    [all...]
  /external/boringssl/mac-x86/crypto/fipsmodule/
co-586.S 17 movl (%edi),%edx
21 mull %edx
24 adcl %edx,%ecx
25 movl (%edi),%edx
33 mull %edx
36 adcl %edx,%ebp
37 movl 4(%edi),%edx
40 mull %edx
43 adcl %edx,%ebp
44 movl (%edi),%edx
    [all...]
  /external/syslinux/gpxe/src/arch/i386/core/
setjmp.S 15 movl 0(%esp),%edx /* return address */
16 movl %edx,0(%ecx)
30 movl 4(%esp),%edx /* jumpbuf */
32 movl 0(%edx),%ecx
33 movl 4(%edx),%ebx
34 movl 8(%edx),%esp
35 movl 12(%edx),%ebp
36 movl 16(%edx),%esi
37 movl 20(%edx),%edi
  /bionic/libc/arch-x86/atom/string/
sse2-wcslen-atom.S 66 mov STR(%esp), %edx
68 cmpl $0, (%edx)
70 cmpl $0, 4(%edx)
72 cmpl $0, 8(%edx)
74 cmpl $0, 12(%edx)
76 cmpl $0, 16(%edx)
78 cmpl $0, 20(%edx)
80 cmpl $0, 24(%edx)
82 cmpl $0, 28(%edx)
87 lea 32(%edx), %ea
    [all...]
  /external/clang/test/CodeGen/
mozilla-ms-inline-asm.c 21 // 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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr19609-1.s 6 cmp bar@GOT(%edx), %eax
7 cmp bar@GOT(%edx), %ecx
8 mov bar@GOT(%edx), %eax
9 mov bar@GOT(%edx), %ecx
10 test bar@GOT(%edx), %eax
11 test bar@GOT(%edx), %ecx
  /bionic/libc/arch-x86/silvermont/string/
sse2-memset-slm.S 76 add %ecx, %edx; \
77 /* We loaded the jump table and adjusted EDX. Go. */ \
116 movl %eax, %edx
118 or %edx, %eax
119 movl DST(%esp), %edx
127 movl %eax, (%edx)
128 movl %eax, -4(%edx, %ecx)
131 movl %eax, 4(%edx)
132 movl %eax, -8(%edx, %ecx)
138 movw %ax, (%edx)
    [all...]
  /external/boringssl/win-x86/crypto/fipsmodule/
co-586.asm 30 mov edx,DWORD [edi]
34 mul edx
37 adc ecx,edx
38 mov edx,DWORD [edi]
46 mul edx
49 adc ebp,edx
50 mov edx,DWORD [4+edi]
53 mul edx
56 adc ebp,edx
57 mov edx,DWORD [edi
    [all...]
  /system/core/libcutils/arch-x86/
android_memset16.S 105 /* We loaded the jump table and adjuested EDX. Go. */ \
140 mov %eax, %edx
142 or %edx, %eax
144 movl DEST(%esp), %edx
149 lea (%edx, %ecx, 2), %edx
192 movl %eax, -56(%edx)
193 movl %eax, -52(%edx)
195 movl %eax, -48(%edx)
196 movl %eax, -44(%edx)
    [all...]
  /external/compiler-rt/lib/builtins/i386/
muldi3.S 18 movl 8(%esp), %edx // a.lo
20 imull %edx, %ebx // a.lo * b.hi
22 mull %edx // EDX:EAX = a.lo * b.lo
24 addl %ebx, %edx
  /external/fec/
cpu_features.s 7 pushl %edx
10 movl %edx,%eax
11 popl %edx
mmxbfly29.s 26 pushl %edx
29 movl 8(%ebp),%edx # edx = vp
30 movl 8(%ebp),%edx # edx = vp
31 testl %edx,%edx
35 0: movl OLDMETRICS(%edx),%esi # esi -> old metrics
36 movl NEWMETRICS(%edx),%edi # edi -> new metrics
37 movl DP(%edx),%edx # edx -> decision
    [all...]

Completed in 427 milliseconds

1 2 3 4 5 6 7 8 91011>>