HomeSort by relevance Sort by last modified time
    Searched refs:eax (Results 1 - 25 of 1245) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
bittest.asm 1 btr eax, 4
effaddr.asm 2 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*2
    [all...]
ea-over.asm 4 lea eax,[eax+P+Q]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
charstr.asm 1 mov eax,"1234"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
gas-fpmem.asm 4 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/
x86-32-ms-inline-asm.s 3 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...]
2011-09-06-NoNewline.s 3 movl %gs:8, %eax
intel-syntax-hex.s 5 // 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, 0xfffffff
    [all...]
x86_operands.s 4 # 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/
gas-semi.asm 1 pushl %eax;ret
3 x: pushl %eax; ret
4 y: pushl %eax; z: ret
execsect.asm 2 xorl %eax, %eax
4 xorl %eax, %eax
varinsn.asm 1 movl %eax, movl
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
value-samesym.asm 2 mov [eax + (RW + 22032) - (RW + 23056)], eax
unary.asm 2 mov eax, ~0
3 mov eax, ~5
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
long.asm 1 mov [eax], long 0
alignnop16.asm 2 mov eax,32
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/
16args.asm 4 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, %1
    [all...]
  /external/llvm/test/MC/ELF/
tls-i386.s 5 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...]
got.s 6 movl foo@GOT, %eax
7 movl foo@GOTPCREL(%rip), %eax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
gas-movabs.asm 3 movabsl %eax,(_CONE)
4 movabsl (_CONE), %eax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftimes.asm 2 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/
elftimes.asm 2 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/
elf_gas64_ssym.asm 3 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/
section-flags.s 14 movl $0, %eax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elf-rip.asm 3 mov eax, [rip]
4 mov eax, [rip+2]
5 mov eax, [rip+sym]
6 mov eax, [sym wrt rip]

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>