Searched refs:eax (Results 1 - 25 of 368) sorted by relevance

1234567891011>>

/external/llvm/test/MC/X86/
H A D2011-09-06-NoNewline.s3 movl %gs:8, %eax
H A Dx86_operands.s4 # CHECK: addl $1, %eax
5 addl $1, %eax
6 # CHECK: addl $3, %eax
7 addl $(1+2), %eax
8 # CHECK: addl $a, %eax
9 addl $a, %eax
10 # CHECK: addl $3, %eax
11 addl $1 + 2, %eax
19 # CHECK: addl $1, 8(%eax)
20 addl $1, 4+4(%eax)
[all...]
H A Dx86-32.s18 monitor %eax, %ecx, %edx
24 mwait %eax, %ecx
47 vmrun %eax
48 // CHECK: vmrun %eax
53 vmload %eax
54 // CHECK: vmload %eax
56 vmsave %eax
57 // CHECK: vmsave %eax
65 skinit %eax
66 // CHECK: skinit %eax
[all...]
/external/llvm/test/MC/ELF/
H A Dtls-i386.s5 movl foo1@NTPOFF(%eax), %eax
6 movl foo2@GOTNTPOFF(%eax), %eax
7 movl foo3@TLSGD(%eax), %eax
8 movl foo4@TLSLDM(%eax), %eax
9 movl foo5@TPOFF(%eax), %eax
[all...]
H A Dgot.s6 movl foo@GOT, %eax
7 movl foo@GOTPCREL(%rip), %eax
H A Drelocation-386.s206 leal .Lfoo@GOTOFF(%ebx), %eax
218 movl bar2j@GOT(%eax), %eax
220 leal foo@TLSGD(, %ebx,1), %eax
223 addl foo@NTPOFF(%eax), %eax
225 leal foo@TLSLDM(%ebx), %eax
226 leal foo@DTPOFF(%eax), %edx
228 movl zed@GOT(%eax), %eax
[all...]
H A Dpr9292.s7 mov %eax,bar
/external/llvm/test/MC/MachO/
H A Dsection-flags.s14 movl $0, %eax
H A Dabsolutize.s4 xorl %eax,%eax
6 xorl %eax,%eax
8 xorl %eax,%eax
10 xorl %eax,%eax
12 movl $(_text_a - _text_b), %eax
14 movl $(Ltext_expr_0), %eax
[all...]
H A Ddarwin-x86_64-diff-relocs.s13 xorl %eax,%eax
15 xorl %eax,%eax
58 movl %eax,4(%rip)
59 // movl %eax,_baz(%rip)
60 movl %eax,_g0(%rip)
61 movl %eax,L0(%rip)
62 movl %eax,_g1(%rip)
63 movl %eax,L
[all...]
H A Dreloc-pcrel.s38 xorl %eax,%eax
42 xorl %eax,%eax
45 xorl %eax,%eax
47 xorl %eax,%eax
/external/dropbear/libtomcrypt/src/encauth/eax/
H A Deax_addheader.c21 @param eax The current EAX state
26 int eax_addheader(eax_state *eax, const unsigned char *header, argument
29 LTC_ARGCHK(eax != NULL);
31 return omac_process(&eax->headeromac, header, length);
36 /* $Source: /cvs/libtom/libtomcrypt/src/encauth/eax/eax_addheader.c,v $ */
H A Deax_decrypt.c22 @param eax The EAX state
28 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, argument
33 LTC_ARGCHK(eax != NULL);
38 if ((err = omac_process(&eax->ctomac, ct, length)) != CRYPT_OK) {
43 return ctr_decrypt(ct, pt, length, &eax->ctr);
48 /* $Source: /cvs/libtom/libtomcrypt/src/encauth/eax/eax_decrypt.c,v $ */
H A Deax_encrypt.c22 @param eax The EAX state
28 int eax_encrypt(eax_state *eax, const unsigned char *pt, unsigned char *ct, argument
33 LTC_ARGCHK(eax != NULL);
38 if ((err = ctr_encrypt(pt, ct, length, &eax->ctr)) != CRYPT_OK) {
43 return omac_process(&eax->ctomac, ct, length);
49 /* $Source: /cvs/libtom/libtomcrypt/src/encauth/eax/eax_encrypt.c,v $ */
H A Deax_encrypt_authenticate_memory.c45 eax_state *eax; local
53 eax = XMALLOC(sizeof(*eax));
55 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) {
59 if ((err = eax_encrypt(eax, pt, ct, ptlen)) != CRYPT_OK) {
63 if ((err = eax_done(eax, tag, taglen)) != CRYPT_OK) {
70 zeromem(eax, sizeof(*eax));
73 XFREE(eax);
80 /* $Source: /cvs/libtom/libtomcrypt/src/encauth/eax/eax_encrypt_authenticate_memor
[all...]
/external/llvm/test/MC/AsmParser/
H A Dlabels.s16 // CHECK: addl $24, a$b(%eax)
17 addl $24, "a$b"(%eax)
18 // CHECK: addl $24, a$b+10(%eax)
19 addl $24, ("a$b" + 10)(%eax)
23 // CHECK: addl $10, %eax
24 addl $"b$c", %eax
H A Dmacro-irp.s3 .irp reg,%eax,%ebx
7 // CHECK: pushl %eax
/external/openssl/crypto/bn/asm/
H A Dbn-586.s24 movl (%ebx),%eax
26 addl %esi,%eax
28 addl (%edi),%eax
30 movl %eax,(%edi)
33 movl 4(%ebx),%eax
35 addl %esi,%eax
37 addl 4(%edi),%eax
39 movl %eax,4(%edi)
42 movl 8(%ebx),%eax
44 addl %esi,%eax
[all...]
H A Dco-586.s15 movl (%esi),%eax
22 addl %eax,%ebx
23 movl 20(%esp),%eax
27 movl %ebx,(%eax)
28 movl 4(%esi),%eax
34 addl %eax,%ecx
35 movl (%esi),%eax
41 addl %eax,%ecx
42 movl 20(%esp),%eax
46 movl %ecx,4(%eax)
[all...]
/external/oprofile/libop/
H A Dop_hw_specific.h22 unsigned eax; local
31 : "=a" (eax)
36 asm("cpuid" : "=a" (eax), "=b" (v.b), "=c" (v.c), "=d" (v.d) : "0" (0));
54 asm("cpuid" : "=a" (v.eax) : "a" (code) : "ecx","ebx","edx");
64 static inline unsigned int cpu_model(unsigned int eax) argument
66 unsigned model = (eax & 0xf0) >> 4;
67 unsigned ext_model = (eax & 0xf0000) >> 12;
71 static inline unsigned int cpu_family(unsigned int eax) argument
73 unsigned family = (eax & 0xf00) >> 8;
74 unsigned ext_family = (eax
78 cpu_stepping(unsigned int eax) argument
89 unsigned eax; local
103 unsigned ebx, eax; local
[all...]
/external/compiler-rt/lib/i386/
H A Dmoddi3.S31 movl 16(%esp), %eax // low word of b
34 xorl %ecx, %eax
36 subl %ecx, %eax
39 movl %eax, 16(%esp) // store abs(b) back to stack
42 movl 8(%esp), %eax // low word of b
45 xorl %ecx, %eax
47 subl %ecx, %eax
50 movl %eax, 8(%esp) // store abs(a) back to stack
60 movl 20(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
62 shrl %cl, %eax // Practicall
[all...]
H A Ddivdi3.S31 movl 16(%esp), %eax // low word of b
34 xorl %ecx, %eax
36 subl %ecx, %eax
39 movl %eax, 16(%esp) // store abs(b) back to stack
43 movl 8(%esp), %eax // low word of b
46 xorl %ecx, %eax
48 subl %ecx, %eax
51 movl %eax, 8(%esp) // store abs(a) back to stack
61 movl 20(%esp), %eax // Construct bhi, containing bits [1+i:32+i] of b
63 shrl %cl, %eax // Practicall
[all...]
/external/quake/quake/src/WinQuake/
H A Ddosasm.s13 andl $0xFE3FFE3F,%eax // stop both counters
17 movl 4(%esp),%eax // point counter 0 to desired event, with counters
18 andl $0x3F,%eax // still stopped
24 subl %eax,%eax
29 movl 4(%esp),%eax // restart counter 0 with selected event
30 andl $0x3F,%eax
32 orl $0xC0,%eax
45 ret // lower 32 bits of count in %eax
56 movl %esp,%eax
[all...]
/external/llvm/test/MC/COFF/
H A Dweak.s16 movl $_test_weak, %eax
17 testl %eax, %eax
21 movl $1, %eax
25 xorl %eax, %eax
/external/valgrind/main/none/tests/x86/
H A Dcpuid_s.S13 movl 8(%ebp), %eax
16 pushl %eax
21 movl %eax, %edi
22 movl $0, %eax
24 movl %eax, (%edi)
32 popl %eax
43 movl 8(%ebp), %eax
46 pushl %eax
51 movl %eax, %edi
52 movl $1, %eax
[all...]

Completed in 1494 milliseconds

1234567891011>>