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

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dbittest.asm1 btr eax, 4
H A Deffaddr.asm2 mov ax,[eax+ebx+ecx-eax]
3 mov ax,[eax+ecx+ebx-eax]
4 lea edi,[edi*8+eax+label]
5 lea edi,[eax+edi*8+label]
6 mov eax,[eax*2]
7 mov eax,[nosplit eax*
[all...]
H A Dea-over.asm4 lea eax,[eax+P+Q]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
H A Dcharstr.asm1 mov eax,"1234"
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas-fpmem.asm4 fcomp 0(%eax)
5 fcomps 0(%eax)
6 fcompl 0(%eax)
8 fistp 0(%eax)
9 fistps 0(%eax)
10 fistpl 0(%eax)
/external/llvm/test/MC/X86/
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 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...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Dgas-semi.asm1 pushl %eax;ret
3 x: pushl %eax; ret
4 y: pushl %eax; z: ret
H A Dexecsect.asm2 xorl %eax, %eax
4 xorl %eax, %eax
H A Dvarinsn.asm1 movl %eax, movl
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dvalue-samesym.asm2 mov [eax + (RW + 22032) - (RW + 23056)], eax
H A Dunary.asm2 mov eax, ~0
3 mov eax, ~5
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
H A Dlong.asm1 mov [eax], long 0
H A Dalignnop16.asm2 mov eax,32
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
H A D16args.asm4 mov eax, %1
5 mov eax, %2
6 mov eax, %3
7 mov eax, %4
8 mov eax, %5
9 mov eax, %6
10 mov eax, %7
11 mov eax, %8
12 mov eax, %9
13 mov 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
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-movabs.asm3 movabsl %eax,(_CONE)
4 movabsl (_CONE), %eax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
H A Dcofftimes.asm2 mov eax, eax
5 times 0x1 mov eax, eax
8 times 0x10 mov eax, eax
11 times 0x10 mov eax, eax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delftimes.asm2 mov eax, eax
5 times 0x1 mov eax, eax
8 times 0x10 mov eax, eax
11 times 0x10 mov eax, eax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_ssym.asm3 movl %eax, foo@PLT
4 movl %eax, foo@GOTPCREL
5 movl %eax, bar@TLSGD
6 movl %eax, bar@TLSLD
7 movl %eax, bar@GOTTPOFF
8 movl %eax, bar@TPOFF
9 movl %eax, bar@DTPOFF
10 movl %eax, foo@GOT
/external/llvm/test/MC/MachO/
H A Dsection-flags.s14 movl $0, %eax
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
H A Delf-rip.asm3 mov eax, [rip]
4 mov eax, [rip+2]
5 mov eax, [rip+sym]
6 mov eax, [sym wrt rip]

Completed in 3258 milliseconds

1234567891011>>