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

<<41424344454647484950>>

  /external/valgrind/main/memcheck/tests/amd64-linux/
defcfaexpr.S 89 movl $0, %eax
  /external/zlib/contrib/testzlib/
testzlib.c 45 mov dwEax,eax
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
user_32.h 78 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
uaccess_32.h 64 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
uaccess_32.h 64 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err))
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
uaccess_32.h 64 #define __put_user_u64(x, addr, err) __asm__ __volatile__( "1: movl %%eax,0(%2)\n" "2: movl %%edx,4(%2)\n" "3:\n" ".section .fixup,\"ax\"\n" "4: movl %3,%0\n" " jmp 3b\n" ".previous\n" ".section __ex_table,\"a\"\n" " .align 4\n" " .long 1b,4b\n" " .long 2b,4b\n" ".previous" : "=r"(err) : "A" (x), "r" (addr), "i"(-EFAULT), "0"(err))
  /external/flac/libFLAC/
bitreader.c 167 mov eax, [edx] local
168 bswap eax
169 mov [edx], eax
843 bsr eax, b
844 not eax
845 and eax, 31
846 mov i, eax
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 357 X86::EAX, X86::EDX, X86::ESI, X86::EDI, X86::EBX, X86::EBP, 0
669 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
681 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
718 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
754 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
755 return X86::EAX;
790 case X86::AH: case X86::AL: case X86::AX: case X86::EAX: case X86::RAX:
X86InstrCompiler.td 105 let Defs = [EAX, ESP, EFLAGS], Uses = [ESP] in
115 let Defs = [EAX, ESP, EFLAGS], Uses = [ESP, EAX] in
285 let Defs = [ECX,EDI], Uses = [EAX,ECX,EDI], isCodeGenOnly = 1 in
302 let Defs = [EAX, ECX, EDX, FP0, FP1, FP2, FP3, FP4, FP5, FP6, ST0,
328 // address of the variable is in %eax. %ecx is trashed during the function
330 let Defs = [EAX, ECX, EFLAGS],
500 Defs = [EFLAGS, EAX, EBX, ECX, EDX],
501 Uses = [EAX, EBX, ECX, EDX],
677 let Defs = [EAX, EDX, EFLAGS], Uses = [EAX, EBX, ECX, EDX]
    [all...]
X86InstrControl.td 141 let Defs = [EAX, ECX, EDX, FP0, FP1, FP2, FP3, FP4, FP5, FP6, ST0,
180 let Defs = [EAX, ECX, EDX, FP0, FP1, FP2, FP3, FP4, FP5, FP6, ST0,
  /external/valgrind/main/cachegrind/docs/
cg-manual.xml 550 1 0 0 . . . . . . leal -12(%ebp),%eax
551 1 0 0 . . . 1 0 0 movl %eax,84(%ebx)
554 1 0 0 . . . . . . movl $.LnrB,%eax
555 1 0 0 . . . 1 0 0 movl %eax,-16(%ebp)]]></programlisting>
562 8048f25: 8d 45 f4 lea 0xfffffff4(%ebp),%eax
563 8048f28: 89 43 54 mov %eax,0x54(%ebx)
566 8048f34: b8 08 8b 07 08 mov $0x8078b08,%eax
567 8048f39: 89 45 f0 mov %eax,0xfffffff0(%ebp)]]></programlisting>
573 $.LnrB,%eax</computeroutput> instruction on a four-byte
    [all...]
  /external/openssl/crypto/sha/
sha512.c 369 "roll $16,%%eax; roll $16,%%edx; "\
397 _asm mov eax, [ecx + 4] local
401 _asm rol eax,16 local
408 _asm mov eax, [ecx + 4] local
410 _asm bswap eax
  /external/qemu/
i386-dis.c 391 #define eAX { OP_IMREG, eAX_reg }
736 { "addS", { eAX, Iv } },
745 { "orS", { eAX, Iv } },
754 { "adcS", { eAX, Iv } },
763 { "sbbS", { eAX, Iv } },
772 { "andS", { eAX, Iv } },
781 { "subS", { eAX, Iv } },
790 { "xorS", { eAX, Iv } },
799 { "cmpS", { eAX, Iv } },
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 540 // of a memory operand with a missing displacement "(%ebx)" or "(,%eax)". The
611 // like "1(%eax,,1)", the assembler doesn't. Use "eiz" or "riz" for this.
862 // Transform "lods[bwl] %ds:(%esi),{%al,%ax,%eax,%rax}" into "lods[bwl]"
876 else if (reg == X86::EAX && (isLods || Name == "lodsl"))
892 // Transform "stos[bwl] {%al,%ax,%eax,%rax},%es:(%edi)" into "stos[bwl]"
906 else if (reg == X86::EAX && (isStos || Name == "stosl"))
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 577 // Check eax is an object of the right Structure.
688 // Check eax is an array
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 648 as EAX, PMAC and OMAC only require the encryption function. So far this \textit{encrypt only} functionality has only been implemented for
    [all...]
  /external/libffi/src/x86/
ffi.c 320 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
332 *(unsigned int*) &__tramp[1] = __ctx; /* movl __ctx, %eax */ \
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.h 125 ENTRY(EAX) \
143 ENTRY(EAX) \
  /external/llvm/test/CodeGen/X86/
2010-02-12-CoalescerBug-Impdef.ll 7 ; %EAX<def> = MOV32rr %reg1070<kill>
15 ; %EAX<def> = MOV32rr %reg1070<kill>, %RAX<imp-def>
  /external/openssl/crypto/md5/asm/
md5-586.pl 16 $A="eax";
299 &pop("eax"); # pop the temp variable off the stack
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 54 $xi="%eax";
319 mov \$1,%eax # ExceptionContinueSearch
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h 114 "bsf edx, eax" \
116 "xor eax, eax" \
119 "mov eax, edx" \
120 "inc eax" \
122 __parm [eax] \
123 __modify [eax edx] \
124 __value [eax] \
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
  /external/llvm/lib/CodeGen/
ExpandPostRAPseudos.cpp 125 // %RAX<def> = SUBREG_TO_REG 0, %EAX<kill>, 3

Completed in 617 milliseconds

<<41424344454647484950>>