HomeSort by relevance Sort by last modified time
    Searched full:eax (Results 1 - 25 of 1810) 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...]
vmx-err.asm 6 vmread [rax], eax
7 vmwrite eax, [rcx]
mem64rip.asm 2 mov eax, [rip]
3 mov eax, [rip+2]
4 mov eax, [rip+sym]
5 mov eax, [sym wrt rip]
7 mov eax, [sym wrt rip]
svm.asm 6 invlpga [eax], ecx
10 skinit [eax]
14 vmload [eax]
18 vmrun [eax]
21 vmsave [eax]
25 invlpga [eax], ecx
28 skinit [eax]
31 vmload [eax]
34 vmrun [eax]
37 vmsave [eax]
    [all...]
xchg64.asm 5 xchg eax, eax
6 xchg eax, ebx
7 xchg ebx, eax
22 xchg eax, eax
23 xchg eax, r8d
24 xchg r8d, eax
25 xchg eax, r9d
26 xchg r9d, eax
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
varinsn.asm 1 movl %eax, movl
execsect.asm 2 xorl %eax, %eax
4 xorl %eax, %eax
gas-semi.asm 1 pushl %eax;ret
3 x: pushl %eax; ret
4 y: pushl %eax; z: ret
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/nasm/tests/
long.asm 1 mov [eax], long 0
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/tasm/tests/
charstr.asm 1 mov eax,"1234"
  /dalvik/vm/mterp/x86/
OP_CONST_WIDE_HIGH16.S 3 movzwl 2(rPC),%eax # eax<- 0000BBBB
6 sall $$16,%eax # eax<- BBBB0000
7 SET_VREG_WORD %eax rINST 1 # v[AA+1]<- eax
8 xorl %eax,%eax
9 SET_VREG_WORD %eax rINST 0 # v[AA+0]<- eax
    [all...]
OP_MUL_INT.S 6 movzbl 2(rPC),%eax # eax<- BB
8 GET_VREG_R %eax %eax # eax<- vBB
10 imull (rFP,%ecx,4),%eax # trashes rIBASE/edx
14 SET_VREG %eax rINST
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas32/
elf_gas32_ssym.asm 3 movl %eax, foo@PLT
4 movl %eax, foo@GOTOFF
5 #movl %eax, foo@GOTPC
6 movl %eax, bar@TLSGD
7 movl %eax, bar@TLSLDM
8 movl %eax, bar@GOTTPOFF
9 movl %eax, bar@TPOFF
10 movl %eax, bar@NTPOFF
11 movl %eax, bar@DTPOFF
12 movl %eax, bar@GOTNTPOF
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm32/
macho-reloc.asm 13 mov eax, hi+2
14 mov eax, bye
15 mov eax, [hi]
16 mov eax, [bye+2]
17 mov eax, $$
18 mov eax, $
19 mov eax, $+4
20 mov eax, $-$$
21 ;mov eax, uhoh wrt $$
22 ;mov eax, hi+by
    [all...]
  /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]
  /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/X86/
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...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
unary.asm 2 mov eax, ~0
3 mov eax, ~5
value-samesym.asm 2 mov [eax + (RW + 22032) - (RW + 23056)], 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

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>