HomeSort by relevance Sort by last modified time
    Searched full:eax (Results 101 - 125 of 1352) sorted by null

1 2 3 45 6 7 8 91011>>

  /bionic/libc/arch-x86/syscalls/
getpid.S 10 movl $__NR_getpid, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
getppid.S 10 movl $__NR_getppid, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
getresgid.S 10 movl $__NR_getresgid32, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
getresuid.S 10 movl $__NR_getresuid32, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
gettid.S 10 movl $__NR_gettid, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
getuid.S 10 movl $__NR_getuid32, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
inotify_init.S 12 movl $__NR_inotify_init, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
pause.S 10 movl $__NR_pause, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
pipe.S 12 movl $__NR_pipe, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
rmdir.S 12 movl $__NR_rmdir, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
sched_get_priority_max.S 12 movl $__NR_sched_get_priority_max, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
sched_get_priority_min.S 12 movl $__NR_sched_get_priority_min, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
sched_getscheduler.S 12 movl $__NR_sched_getscheduler, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
sched_yield.S 12 movl $__NR_sched_yield, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
setgid.S 12 movl $__NR_setgid32, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
setsid.S 10 movl $__NR_setsid, %eax
12 cmpl $-129, %eax
14 negl %eax
15 pushl %eax
18 orl $-1, %eax
sigpending.S 12 movl $__NR_sigpending, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
sync.S 12 movl $__NR_sync, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
sysinfo.S 12 movl $__NR_sysinfo, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
times.S 12 movl $__NR_times, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
umask.S 12 movl $__NR_umask, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
uname.S 12 movl $__NR_uname, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
unlink.S 12 movl $__NR_unlink, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
20 orl $-1, %eax
  /dalvik/vm/mterp/x86/
OP_IPUT_OBJECT_JUMBO.S 14 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
16 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
18 movl (%eax,rIBASE,4),%eax # resolved entry
19 testl %eax,%eax # is resolved entry null?
30 testl %eax,%eax # returns InstrField pt
    [all...]
OP_IPUT_WIDE.S 14 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
17 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
20 movl (%eax,rIBASE,4),%eax # resolved entry
21 testl %eax,%eax # is resolved entry null?
32 testl %eax,%eax # ... which returns InstrField pt
    [all...]

Completed in 39 milliseconds

1 2 3 45 6 7 8 91011>>