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

1234567891011>>

/external/llvm/test/MC/X86/
H A Dintel-syntax-ptr-sized.s5 push [eax]
6 // CHECK: pushl (%eax)
7 call [eax]
8 // CHECK: calll *(%eax)
9 jmp [eax]
10 // CHECK: jmpl *(%eax)
15 push [eax]
16 // CHECK: pushw (%eax)
17 call [eax]
18 // CHECK: callw *(%eax)
[all...]
H A Dx86-32-ms-inline-asm.s3 mov eax, [ebx].0
6 // CHECK: movl (%ebx), %eax
13 mov eax, [4*eax + 4]
14 // CHECK: movl 4(,%eax,4), %eax
16 mov eax, [4*eax][4]
17 // CHECK: movl 4(,%eax,4), %eax
[all...]
H A D2011-09-06-NoNewline.s3 movl %gs:8, %eax
H A Dintel-syntax-hex.s5 // CHECK: movl $10, %eax
6 mov eax, 10
7 // CHECK: movl $16, %eax
8 mov eax, 10h
9 // CHECK: movl $16, %eax
10 mov eax, 10H
11 // CHECK: movl $4294967295, %eax
12 mov eax, 0ffffffffh
13 // CHECK: movl $4294967295, %eax
14 mov eax,
[all...]
H A Dintel-syntax-ambiguous.s7 inc [eax]
9 inc dword ptr [eax]
10 inc word ptr [eax]
11 inc byte ptr [eax]
17 dec [eax]
19 mov [eax], 1
21 and [eax], 0
23 or [eax], 1
25 add [eax], 1
27 sub [eax],
[all...]
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 Dmacho-reloc-errors-x86.s3 mov %eax, thing-thing2
4 mov %eax, defined-thing2
5 mov %eax, later-defined
H A Dx86_errors.s9 cmp $0, 0(%eax)
17 movi $8,%eax
33 movl %eax,(%bp,%si)
36 movl %eax,(%bp,%si,2)
39 movl %eax,(%cx)
42 movl %eax,(%bp,%bx)
45 movl %eax,(,%bx)
52 movl %eax:0x00, %ebx
/external/llvm/test/MC/COFF/
H A Dlabel-undefined.s5 movl Lundefined, %eax
6 movl Lundefined2, %eax
/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.s79 leal .Lfoo@GOTOFF(%ebx), %eax
91 movl bar2j@GOT(%eax), %eax
93 leal foo@TLSGD(, %ebx,1), %eax
96 addl foo@NTPOFF(%eax), %eax
98 leal foo@TLSLDM(%ebx), %eax
99 leal foo@DTPOFF(%eax), %edx
101 movl zed@GOT(%eax), %eax
[all...]
/external/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef-x86asm.cpp9 __asm mov eax, [eax].A.b local
15 __asm mov eax, [eax].Alias.b variable
/external/llvm/test/MC/MachO/
H A Dsection-flags.s7 movl $0, %eax
H A Dgen-dwarf-cpp.s7 movl $0, %eax
9 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 Dbad-macro.s6 mov $1, %eax
7 mov $2, %eax
13 // CHECK-OUTPUT: movl $1, %eax
14 // CHECK-OUTPUT: movl $2, %eax
H A Dreloc-pcrel.s3 xorl %eax,%eax
7 xorl %eax,%eax
10 xorl %eax,%eax
12 xorl %eax,%eax
/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/strace/linux/i386/
H A Dget_error.c4 if (check_errno && is_negated_errno(i386_regs.eax)) {
6 tcp->u_error = -i386_regs.eax;
8 tcp->u_rval = i386_regs.eax;
/external/clang/test/Sema/
H A Dms-inline-asm.c11 mov eax, eax local
16 mov eax, 1+=2 // expected-error {{unknown token in expression}} local
20 mov eax, 1+++ // expected-error {{unknown token in expression}} local
24 mov eax, LENGTH bar // expected-error {{unable to lookup expression}} local
28 mov eax, SIZE bar // expected-error {{unable to lookup expression}} local
32 mov eax, TYPE bar // expected-error {{unable to lookup expression}} expected-error {{use of undeclared label 'bar'}} local
56 mov eax, arr; local
57 mov eax, arr[0]; local
58 mov eax, ar local
59 mov eax, arr[1 + (2 * 5) - 3 + 1<<1]; local
63 __asm { mov eax, arr[ebp + 1 + (2 * 5) - 3 + 1<<1] } local
65 __asm { mov eax, arr[esi * 4] } local
67 __asm { mov eax, arr[i] } local
69 __asm { mov eax, global[i] } local
83 __asm { mov eax, [eax] UndeclaredId } // expected-error {{unknown token in expression}} expected-error {{use of undeclared label 'UndeclaredId'}} local
89 __asm { mov eax, [eax] A } local
95 __asm { mov eax, [0] A.a } local
96 __asm { mov eax, [0].A.a } local
97 __asm { mov eax, [0].a } // expected-error {{Unable to lookup field reference!}} local
98 __asm { mov eax, fs:[0] A.a } local
99 __asm { mov eax, fs:[0].A.a } local
100 __asm { mov eax, fs:[0].a } // expected-error {{Unable to lookup field reference!}} local
101 __asm { mov eax, fs:[0]. A.a } // expected-error {{Unexpected token type!}} local
109 asm { movl eax, x } // expected-error {{parameter references not allowed in naked functions}} expected-error {{use of undeclared label 'x'}} local
115 asm { mov eax, y } // No error. local
122 mov eax, 0 local
129 __asm mov eax, 0 local
137 mov eax, 0 local
144 __asm mov eax, 0 local
149 __asm mov eax, foo // expected-error {{use of undeclared label 'foo'}} expected-warning {{unused label 'foo'}} local
[all...]
/external/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S12 popl %eax
13 leal OPENSSL_ia32cap_P-.L000PIC_me_up(%eax),%eax
14 btl $26,(%eax)
16 movl 4(%esp),%eax
24 movd (%eax),%mm3
35 movd 4(%eax),%mm3
37 movd 8(%eax),%mm5
39 movd 12(%eax),%mm4
41 movd %mm1,(%eax)
[all...]
/external/boringssl/mac-x86/crypto/bn/
H A Dbn-586.S11 popl %eax
12 movl L_OPENSSL_ia32cap_P$non_lazy_ptr-L000PIC_me_up(%eax),%eax
13 btl $26,(%eax)
15 movl 4(%esp),%eax
23 movd (%eax),%mm3
34 movd 4(%eax),%mm3
36 movd 8(%eax),%mm5
38 movd 12(%eax),%mm4
40 movd %mm1,(%eax)
[all...]

Completed in 408 milliseconds

1234567891011>>