HomeSort by relevance Sort by last modified time
    Searched full:eax (Results 51 - 75 of 1810) sorted by null

1 23 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/syscalls/
gettid.S 7 movl $__NR_gettid, %eax
9 cmpl $-MAX_ERRNO, %eax
11 negl %eax
12 pushl %eax
15 orl $-1, %eax
getuid.S 7 movl $__NR_getuid32, %eax
9 cmpl $-MAX_ERRNO, %eax
11 negl %eax
12 pushl %eax
15 orl $-1, %eax
munlockall.S 7 movl $__NR_munlockall, %eax
9 cmpl $-MAX_ERRNO, %eax
11 negl %eax
12 pushl %eax
15 orl $-1, %eax
pause.S 7 movl $__NR_pause, %eax
9 cmpl $-MAX_ERRNO, %eax
11 negl %eax
12 pushl %eax
15 orl $-1, %eax
setsid.S 7 movl $__NR_setsid, %eax
9 cmpl $-MAX_ERRNO, %eax
11 negl %eax
12 pushl %eax
15 orl $-1, %eax
  /dalvik/vm/mterp/x86/
OP_CONST_4.S 3 movsx rINSTbl,%eax # eax<-ssssssBx
5 andl %eax,rINST # rINST<- A
8 sarl $$4,%eax
9 SET_VREG %eax rINST
OP_MOVE_EXCEPTION.S 4 movl offThread_exception(%ecx),%eax # eax<- dvmGetException bypass
5 SET_VREG %eax rINST # fp[AA]<- exception object
6 FETCH_INST_OPCODE 1 %eax
9 GOTO_NEXT_R %eax
OP_THROW.S 8 GET_VREG_R %eax rINST # eax<- exception object
10 testl %eax,%eax # null object?
12 movl %eax,offThread_exception(%ecx) # thread->exception<- obj
OP_AGET.S 9 movzbl 2(rPC),%eax # eax<- BB
11 GET_VREG_R %eax %eax # eax<- vBB (array object)
13 testl %eax,%eax # null array object?
15 cmpl offArrayObject_length(%eax),%ecx
17 # arrayObj in eax
19 $load offArrayObject_contents(%eax,%ecx,$shift),%ea
    [all...]
OP_APUT.S 9 movzbl 2(rPC),%eax # eax<- BB
11 GET_VREG_R %eax %eax # eax<- vBB (array object)
13 testl %eax,%eax # null array object?
15 cmpl offArrayObject_length(%eax),%ecx
17 # arrayObj in eax
19 leal offArrayObject_contents(%eax,%ecx,$shift),%ea
    [all...]
OP_CONST.S 3 movl 2(rPC),%eax # grab all 32 bits at once
7 SET_VREG %eax rINST # vAA<- eax
OP_GOTO_16.S 10 movswl 2(rPC),%eax # eax<- ssssAAAA
12 FETCH_INST_INDEXED %eax
13 ADVANCE_PC_INDEXED %eax
15 GET_JIT_PROF_TABLE %ecx %eax
16 cmp $$0, %eax
OP_GOTO_32.S 10 movl 2(rPC),%eax # eax<- AAAAAAAA
12 FETCH_INST_INDEXED %eax
13 ADVANCE_PC_INDEXED %eax
15 GET_JIT_PROF_TABLE %ecx %eax
16 cmp $$0, %eax
shop2addr.S 1 %default {"result":"%eax"}
6 movzx rINSTbl,%ecx # eax<- BA
8 GET_VREG_R %ecx %ecx # eax<- vBB
10 GET_VREG_R %eax rINST # eax<- vAA
11 $instr # ex: sarl %cl,%eax
OP_CONST_CLASS.S 7 movzwl 2(rPC),%eax # eax<- BBBB
10 movl (%ecx,%eax,4),%eax # eax<- rResClasses[BBBB]
11 testl %eax,%eax # resolved yet?
14 SET_VREG %eax rINST # vAA<- rResClasses[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->metho
    [all...]
OP_CONST_STRING.S 7 movzwl 2(rPC),%eax # eax<- BBBB
10 movl (%ecx,%eax,4),%eax # eax<- rResString[BBBB]
12 testl %eax,%eax # resolved yet?
14 SET_VREG %eax rINST # vAA<- rResString[BBBB]
21 movl rSELF,%eax
23 movl offThread_method(%eax),%eax # eax<- self->metho
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
jmpcall.asm 3 call *%eax
4 call %eax
5 call *(%eax)
6 call (%eax)
11 call *label(%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...]
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/valgrind/main/none/tests/x86/
bug152818-x86.stdout.exp 1 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 4 (EAX = 123487FD, EFLAGS = )
2 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 3 (EAX = 123487FE, EFLAGS = )
3 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 2 (EAX = 123487FF, EFLAGS = )
4 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 1 (EAX = 123487AA, EFLAGS = )
5 REP lodsb (EAX = 12348765, EFLAGS = ) => DF = 0, count = 0 (EAX = 12348765, EFLAGS =
    [all...]
  /external/chromium_org/tools/traceline/traceline/
stubs.asm 10 sldt eax
14 lea eax, [fs:0]
16 mov eax, [fs:0x18]
19 mov eax, 0x1234567
23 push eax
24 pop eax
26 mov eax, [ecx]
27 mov eax, [esp+4]
30 lock xadd [eax], eax
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
co-586.S 15 movl (%esi),%eax
22 addl %eax,%ebx
23 movl 20(%esp),%eax
27 movl %ebx,(%eax)
28 movl 4(%esi),%eax
34 addl %eax,%ecx
35 movl (%esi),%eax
41 addl %eax,%ecx
42 movl 20(%esp),%eax
46 movl %ecx,4(%eax)
    [all...]
  /external/openssl/crypto/bn/asm/
co-586.S 15 movl (%esi),%eax
22 addl %eax,%ebx
23 movl 20(%esp),%eax
27 movl %ebx,(%eax)
28 movl 4(%esi),%eax
34 addl %eax,%ecx
35 movl (%esi),%eax
41 addl %eax,%ecx
42 movl 20(%esp),%eax
46 movl %ecx,4(%eax)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
cyrix.asm 2 svdc tword [2*eax+esi+12345678h],cs
3 svdc tword [2*eax+esi+12345678h],ds
4 svdc [2*eax+esi+12345678h],es
6 rsdc cs,tword [2*eax+esi+12345678h]
7 rsdc ds,tword [2*eax+esi+12345678h]
8 rsdc es,[2*eax+esi+12345678h]
10 wrshr eax
14 rdshr eax
  /external/clang/test/Preprocessor/
macro_paste_spacing2.c 1 // RUN: %clang_cc1 %s -E | grep "movl %eax"
3 #define R1E %eax

Completed in 388 milliseconds

1 23 4 5 6 7 8 91011>>