Searched refs:eax (Results 26 - 50 of 699) sorted by relevance

1234567891011>>

/external/llvm/test/MC/X86/
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)
21 movi $8,%eax
37 movl %eax,(%bp,%si)
40 movl %eax,(%bp,%si,2)
43 movl %eax,(%cx)
46 movl %eax,(%bp,%bx)
49 movl %eax,(,%bx)
56 movl %eax:0x00, %ebx
H A Dx86_64-tbm-encoding.s4 // CHECK: bextr $2814, %edi, %eax
6 bextr $2814, %edi, %eax
9 // CHECK: bextr $2814, (%rdi), %eax
11 bextr $2814, (%rdi), %eax
24 // CHECK: blcfill %edi, %eax
26 blcfill %edi, %eax
29 // CHECK: blcfill (%rdi), %eax
31 blcfill (%rdi), %eax
44 // CHECK: blci %edi, %eax
46 blci %edi, %eax
[all...]
H A Dx86-16.s28 // CHECK: movl %eax, 16(%ebp) # encoding: [0x67,0x66,0x89,0x45,0x10]
29 movl %eax, 16(%ebp)
30 // CHECK: movl %eax, -16(%ebp) # encoding: [0x67,0x66,0x89,0x45,0xf0]
31 movl %eax, -16(%ebp)
36 // CHECK: cmpl %eax, %ebx # encoding: [0x66,0x39,0xc3]
37 cmpl %eax, %ebx
42 // CHECK: shrl %eax # encoding: [0x66,0xd1,0xe8]
43 shrl $1, %eax
45 // CHECK: shll %eax # encoding: [0x66,0xd1,0xe0]
46 sall $1, %eax
[all...]
/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/swiftshader/third_party/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
/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/fipsmodule/
H A Dbn-586.S11 popl %eax
12 leal OPENSSL_ia32cap_P-.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...]
/external/boringssl/mac-x86/crypto/fipsmodule/
H A Dbn-586.S10 popl %eax
11 movl L_OPENSSL_ia32cap_P$non_lazy_ptr-L000PIC_me_up(%eax),%eax
12 btl $26,(%eax)
14 movl 4(%esp),%eax
22 movd (%eax),%mm3
33 movd 4(%eax),%mm3
35 movd 8(%eax),%mm5
37 movd 12(%eax),%mm4
39 movd %mm1,(%eax)
[all...]
/external/linux-kselftest/tools/testing/selftests/x86/
H A Draw_syscall_helper_32.S8 movl 5*4(%esp), %eax /* pointer to args struct */
10 movl 1*4(%eax), %ebx
11 movl 2*4(%eax), %ecx
12 movl 3*4(%eax), %edx
13 movl 4*4(%eax), %esi
14 movl 5*4(%eax), %edi
15 movl 6*4(%eax), %ebp
16 movl 0*4(%eax), %eax
21 pushl %eax
[all...]
/external/llvm/test/MC/MachO/
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/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dreloc-pcrel.s38 xorl %eax,%eax
42 xorl %eax,%eax
44 xorl %eax,%eax
46 xorl %eax,%eax
/external/syslinux/gpxe/src/arch/i386/core/
H A Dvirtaddr.S31 pushl %eax
40 leal 1f(%ebp), %eax
41 pushl %eax
45 movl $PHYSICAL_DS, %eax
46 movl %eax, %ds
47 movl %eax, %es
48 movl %eax, %fs
49 movl %eax, %gs
50 movl %eax, %ss
55 popl %eax
[all...]
/external/clang/test/CodeGen/
H A Dinline-asm-mixed-style.c6 __asm mov eax, ebx local
9 // CHECK: movl %ebx, %eax
13 __asm mov eax, ebx local
15 // CHECK: movl %ebx, %eax
18 __asm mov eax, ebx local
20 // CHECK: movl %ebx, %eax
26 __asm mov eax, ebx
/external/compiler-rt/lib/builtins/i386/
H A Dchkstk2.S8 // _chkstk (_alloca) routine - probe stack between %esp and (%esp-%eax) in 4k increments,
9 // then decrement %esp by %eax. Preserves all registers except %esp and flags.
18 cmp $0x1000,%eax
24 sub $0x1000,%eax
25 cmp $0x1000,%eax
28 sub %eax,%ecx
31 lea 4(%esp),%eax // load pointer to the return address into eax
33 mov -4(%eax),%ecx // restore ecx
34 push (%eax) // pus
[all...]
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/llvm/test/MC/ELF/
H A Dbad-relocation.s7 leal .Lfoo@BADRELOC(%ebx), %eax
H A Dpr9292.s7 mov %eax,bar
/external/llvm/test/Object/X86/
H A Dnm-coff.s6 movl foo(%rip), %eax
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Dpr9292.s7 mov %eax,bar
/external/syslinux/core/thread/
H A Dsem_asm.S4 decl (%eax)
6 xorl %eax, %eax
13 incl (%eax)
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
H A Dtrivial.S10 movl 12(%ebp),%eax # eax <- systab
11 movl 24(%eax),%ebx # ebx <- systab->FirmwareVendor
13 movl 44(%eax),%ebx # ebx <- systab->ConOut
15 movl 4(%ebx),%eax # eax <- conout->OutputString
16 call *%eax
27 0: popl %eax
28 addl $hello-0b,%eax
29 pushl %eax
[all...]
/external/llvm/test/MC/AsmParser/
H A Dat-pseudo-variable.s4 add $1\@, %eax
8 sub $1\@, %eax
12 # CHECK: addl $10, %eax
14 # CHECK: addl $11, %eax
16 # CHECK: subl $12, %eax
18 # CHECK: subl $13, %eax
22 add $\foo\@, %eax
24 # CHECK: addl $24, %eax
25 # CHECK: addl $34, %eax
26 # CHECK: addl $44, %eax
[all...]

Completed in 622 milliseconds

1234567891011>>