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

1 2 3 45 6 7 8 91011>>

  /bionic/libc/arch-x86/syscalls/
__getpid.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_getpid, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
getegid.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_getegid32, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
geteuid.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_geteuid32, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
getgid.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_getgid32, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
getppid.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_getppid, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
getuid.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_getuid32, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
munlockall.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_munlockall, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
setsid.S 8 pushl %eax
10 .cfi_rel_offset eax, 0
12 movl $__NR_setsid, %eax
16 cmpl $-MAX_ERRNO, %eax
18 negl %eax
19 pushl %eax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
vmx.d 13 c: 66 0f c7 30 [ ]*vmclear \(%eax\)
14 10: 0f c7 30 [ ]*vmptrld \(%eax\)
15 13: 0f c7 38 [ ]*vmptrst \(%eax\)
16 16: f3 0f c7 30 [ ]*vmxon \(%eax\)
17 1a: 0f 78 c3 [ ]*vmread %eax,%ebx
18 1d: 0f 78 c3 [ ]*vmread %eax,%ebx
19 20: 0f 78 03 [ ]*vmread %eax,\(%ebx\)
20 23: 0f 78 03 [ ]*vmread %eax,\(%ebx\)
21 26: 0f 79 d8 [ ]*vmwrite %eax,%ebx
22 29: 0f 79 d8 [ ]*vmwrite %eax,%eb
    [all...]
  /external/boringssl/linux-x86/crypto/bn/
bn-586.S 12 popl %eax
13 leal OPENSSL_ia32cap_P-.L000PIC_me_up(%eax),%eax
14 btl $26,(%eax)
16 movl 4(%esp),%eax
24 movd (%eax),%mm3
35 movd 4(%eax),%mm3
37 movd 8(%eax),%mm5
39 movd 12(%eax),%mm4
41 movd %mm1,(%eax)
    [all...]
  /external/boringssl/mac-x86/crypto/bn/
bn-586.S 11 popl %eax
12 movl L_OPENSSL_ia32cap_P$non_lazy_ptr-L000PIC_me_up(%eax),%eax
13 btl $26,(%eax)
15 movl 4(%esp),%eax
23 movd (%eax),%mm3
34 movd 4(%eax),%mm3
36 movd 8(%eax),%mm5
38 movd 12(%eax),%mm4
40 movd %mm1,(%eax)
    [all...]
  /art/runtime/interpreter/mterp/x86/
binopWide.S 5 movzbl 2(rPC), %eax # eax <- BB
8 GET_VREG rIBASE, %eax # rIBASE <- v[BB+0]
9 GET_VREG_HIGH %eax, %eax # eax <- v[BB+1]
11 $instr2 # ex: adcl 4(rFP,%ecx,4),%eax
14 SET_VREG_HIGH %eax, rINST # v[AA+1] <- eax
  /art/runtime/interpreter/mterp/x86_64/
op_mul_int_2addr.S 5 GET_VREG %eax, %rcx # eax <- vA
6 imull (rFP,rINSTq,4), %eax
7 SET_VREG %eax, %rcx
op_packed_switch.S 14 GET_VREG OUT_32_ARG1, rINSTq # eax <- vAA
16 testl %eax, %eax
17 movslq %eax, rINSTq
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
CpuFlushTlb.c 24 mov eax, cr3 local
25 mov cr3, eax
FlushCacheLine.c 24 mov eax, LinearAddress local
25 clflush [eax]
FxRestore.c 24 mov eax, Buffer local
25 fxrstor [eax]
FxSave.c 24 mov eax, Buffer local
25 fxsave [eax]
ReadCs.c 24 xor eax, eax local
ReadDs.c 24 xor eax, eax local
ReadEs.c 24 xor eax, eax local
ReadFs.c 24 xor eax, eax local
ReadGdtr.c 24 mov eax, Gdtr local
25 sgdt fword ptr [eax]
ReadGs.c 24 xor eax, eax local
ReadIdtr.c 24 mov eax, Idtr local
25 sidt fword ptr [eax]

Completed in 1057 milliseconds

1 2 3 45 6 7 8 91011>>