Searched refs:eax (Results 76 - 100 of 659) sorted by relevance

1234567891011>>

/external/openssl/crypto/bf/asm/
H A Dbf-586.S18 xorl %eax,%eax
33 movl 72(%ebp,%eax,4),%eax
35 addl %eax,%ebx
36 movl 2120(%ebp,%ecx,4),%eax
37 xorl %eax,%ebx
40 xorl %eax,%eax
53 movl 72(%ebp,%eax,
[all...]
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
H A Daesni-gcm-x86_64.asm7 xor eax,eax
14 xor eax,eax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas-movdq32.asm1 movd %mm0, %eax
2 movd %eax, %mm0
6 movd %xmm0, %eax
7 movd %eax, %xmm0
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Ddataref-imm.asm1 movl $(.data+160),%eax
/external/clang/test/Parser/
H A DMicrosoftExtensionsInlineAsm.c8 mov eax, Bit local
10 lock bts [ecx], eax
/external/compiler-rt/lib/builtins/i386/
H A Dudivdi3.S32 movl 16(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
34 shrl %cl, %eax // Practically, this means that bhi is given by:
35 shrl %eax //
38 orl %eax, %ebx //
40 movl 8(%esp), %eax // to [1] if the high word is larger than bhi
46 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r
50 shrl %eax
51 shrl %cl, %eax // q = qs >> (1 + i)
52 movl %eax, %edi
56 subl %eax,
[all...]
H A Dashldi3.S30 movd %xmm0, %eax
43 movl 4(%esp), %eax // Load low
47 shldl %cl, %eax, %edx // left shift high by count
48 shll %cl, %eax // left shift low by count
51 1: movl %eax, %edx // Move low to high
52 xorl %eax, %eax // clear low
/external/llvm/test/MC/COFF/
H A Drelocation-imgrel.s14 mov foo@IMGREL(%ebx, %ecx, 4), %eax
15 mov foo@imgrel(%ebx, %ecx, 4), %eax
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax,
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] /* eax = lmask */ local
832 and eax, edx /* eax &= hold */ local
833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ local
843 shr eax, 16 /* output this.val char */ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx /* eax &= hold */ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] /* eax = dmask */ local
894 and eax, edx /* eax &= hold */ local
895 mov eax, [ecx+eax*4]/* eax = dcode[hold & dmask] */ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx /* eax &= hold */ local
933 mov eax, edi local
934 sub eax, [esp+20] /* nbytes = out - beg */ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx /* eax &= hold */ local
992 add eax, [esp+64] /* eax += len */ local
993 mov eax, [ebp+eax*4] /* eax = lcode[val+(hold&mask[op])]*/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx /* eax &= hold */ local
1006 add eax, ebp /* eax += dist */ local
1008 mov eax, [ecx+eax*4] /* eax = dcode[val+(hold&mask[op])]*/ local
1014 mov eax, [esp+48] /* eax = wsize */ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] /* eax = len */ local
1029 cmp eax, ecx local
1032 sub eax, ecx /* len -= nbytes */ local
1040 mov eax, [esp+52] /* eax = write */ local
1049 mov eax, [esp+64] /* eax = len */ local
1050 cmp eax, ecx local
1053 sub eax, ecx /* len -= nbytes */ local
1057 cmp eax, ecx local
1060 sub eax, ecx /* len -= nbytes */ local
1071 mov eax, [esp+64] /* eax = len */ local
1072 cmp eax, ecx local
1075 sub eax, ecx /* len -= nbytes */ local
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
H A Daesni-gcm-x86_64.S8 xorl %eax,%eax
16 xorl %eax,%eax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-inout.asm3 inl $10, %eax
9 outl %eax, $10
/external/clang/test/Preprocessor/
H A Dmacro_paste_spacing2.c1 // RUN: %clang_cc1 %s -E | grep "movl %eax"
3 #define R1E %eax
/external/llvm/test/MC/X86/
H A Dintel-syntax-bitwise-ops.s19 // CHECK: addl $4938, %eax
20 add eax, 9876 >> 1
21 // CHECK: addl $19752, %eax
22 add eax, 9876 << 1
H A Dintel-syntax-encoding.s6 xor eax, 12
13 or eax, 12
20 cmp eax, 12
30 add eax, -12
37 adc eax, -12
44 sbb eax, -12
51 cmp eax, -12
H A Dintel-syntax.s16 // CHECK: movl -4(%rsp), %eax
24 // CHECK: movl -24(%rsp,%rax,4), %eax
40 // CHECK: andl $12, %eax
41 and eax, 12
42 // CHECK: andl $-12, %eax
43 and eax, -12
44 // CHECK: andl $257, %eax
45 and eax, 257
46 // CHECK: andl $-257, %eax
47 and eax,
[all...]
H A Dx86-32-fma3.s7 // CHECK: vfmadd132pd (%eax), %xmm5, %xmm1
9 vfmadd132pd (%eax), %xmm5, %xmm1
15 // CHECK: vfmadd132ps (%eax), %xmm5, %xmm1
17 vfmadd132ps (%eax), %xmm5, %xmm1
23 // CHECK: vfmadd213pd (%eax), %xmm5, %xmm1
25 vfmadd213pd (%eax), %xmm5, %xmm1
31 // CHECK: vfmadd213ps (%eax), %xmm5, %xmm1
33 vfmadd213ps (%eax), %xmm5, %xmm1
39 // CHECK: vfmadd231pd (%eax), %xmm5, %xmm1
41 vfmadd231pd (%eax),
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Darithsmall.asm2 and eax, 3584
3 and eax, 35
4 and eax, strict dword 3584
5 and eax, strict dword 35
6 and eax, strict byte 3584
7 and eax, strict byte 35
H A Dopersize.asm6 o32 mov eax, ebx
7 o16 mov eax, ebx
8 mov eax, ebx
15 o32 mov eax, ebx
16 o16 mov eax, ebx
17 mov eax, ebx
/external/fio/arch/
H A Darch-x86-common.h7 unsigned int *eax, unsigned int *ebx,
10 *eax = op;
12 do_cpuid(eax, ebx, ecx, edx);
21 unsigned int eax, ebx, ecx = 0, edx; local
26 eax = 1;
27 do_cpuid(&eax, &ebx, &ecx, &edx);
34 eax = 0x80000007;
35 do_cpuid(&eax, &ebx, &ecx, &edx);
41 unsigned int eax, ebx, ecx, edx; local
43 cpuid(0x80000000, &eax,
6 cpuid(unsigned int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
[all...]
/external/llvm/test/MC/AsmParser/
H A Dhello.s13 popl %eax
16 leal L_.str-"L1$pb"(%eax), %eax
17 movl %eax, (%ecx)
20 movl -4(%ebp), %eax
/external/valgrind/main/VEX/test/
H A Dfp1.s19 movl $0, %eax
25 pushl %eax
27 popl %eax
28 fstpl (%edx,%eax,8)
29 incl %eax
30 cmpl $9, %eax
34 movl $0, %eax
38 faddl (%edx,%eax,8)
39 incl %eax
40 cmpl $9, %eax
[all...]
/external/valgrind/main/none/tests/x86/
H A Dcmpxchg8b.c9 UInt eax; variable
18 "\tpushl %eax\n"
23 "\txorl %eax, %eax\n" // get eflags in a known state
25 "\tmovl " VG_SYM(eax) ",%eax\n"
30 "\tmovl %eax," VG_SYM(eax) "\n"
35 "\tpopl %eax\n"
36 "\tmovl %eax," VG_SY
[all...]
/external/zlib/src/contrib/asm686/
H A Dmatch.S120 movl dsPrevLen(%edx), %eax
122 cmpl %ebx, %eax
123 movl dsWMask(%edx), %eax
136 orl %eax, %ebx
141 movl dsNiceMatch(%edx), %eax
143 cmpl %eax, %ebx
145 movl %eax, %ebx
159 movl %edi, %eax
160 negl %eax
161 andl $3, %eax
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-x86-linux.S93 movl $ __NR_rt_sigprocmask, %eax
99 testl %eax, %eax
102 movl 4+FSZ(%esp), %eax /* eax == ThreadState * */
104 movl OFFSET_x86_EBX(%eax), %ebx
105 movl OFFSET_x86_ECX(%eax), %ecx
106 movl OFFSET_x86_EDX(%eax), %edx
107 movl OFFSET_x86_ESI(%eax), %esi
108 movl OFFSET_x86_EDI(%eax),
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/
H A Dcpu-x86_64-asm.S14 xorl %eax,%eax
15 movl %eax,8(%rdi)
17 movl %eax,%r11d
19 xorl %eax,%eax
22 movl %eax,%r9d
25 orl %eax,%r9d
28 orl %eax,%r9d
33 movl %eax,
[all...]

Completed in 541 milliseconds

1234567891011>>