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

<<41424344454647484950>>

  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 326 // movl 4(%esp), %eax
327 // addl $4, %eax
329 // movl $4, %eax
330 // addl 4(%esp), %eax
332 // the saving can be 4 bytes (by using incl %eax).
339 // movl %gs:0, %eax
340 // leal i@NTPOFF(%eax), %eax
342 // movl $i@NTPOFF, %eax
343 // addl %gs:0, %eax
    [all...]
X86RegisterInfo.h 133 // e.g. getX86SubSuperRegister(X86::EAX, EVT::i16) return X86:AX
  /external/llvm/test/CodeGen/X86/
select.ll 14 ; CHECK: movl (%rsi), %eax
57 ; CHECK: movsbl ({{.*}},4), %eax
loop-blocks.ll 81 ; CHECK-NEXT: cmpl $2999, %eax
loop-strength-reduce4.ll 9 ; STATIC: movl [[EAX:%e..]], _state+76([[ECX]])
lsr-reuse-trunc.ll 12 ; CHECK: cmpl %eax, (%{{rdx|r8}})
test-shrink.ll 145 ; CHECK-32: testl $268468352, %eax
  /external/llvm/test/MC/X86/
x86_64-avx-encoding.s 635 // CHECK: vcvttss2si (%rcx), %eax
637 vcvttss2si (%rcx), %eax
647 // CHECK: vcvttsd2si (%rcx), %eax
649 vcvttsd2si (%rcx), %eax
747 // CHECK: vcvtss2sil %xmm11, %eax
749 vcvtss2si %xmm11, %eax
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 83 // eax, ebx, ecx and edx are byte registers, the rest are not.
99 const Register eax = { 0 }; member in namespace:v8::internal
113 const char* const kNames[] = { "eax", "ecx", "edx", "ebx", "esi", "edi" };
627 // One byte opcode for test eax,0xXXXXXXXX.
763 void imul(Register src); // edx:eax = eax * src.
773 void mul(Register src); // edx:eax = eax * reg.
    [all...]
frames-ia32.h 42 1 << 0 | // eax
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 121 #define EAX ax
183 #define EAX %eax
402 #define IN_L CHOICE(inl (DX), inl ARG2(DX,EAX), _LTOG in DX)
409 #define IN1_L(a) CHOICE(inl (a), inl ARG2(a,EAX), _LTOG in a)
413 #define IN1_L(a) CHOICE(inl a, inl ARG2(a,EAX), _LTOG in a)
515 #define OUT_L CHOICE(outl (DX), outl ARG2(EAX,DX), _LTOG out DX)
521 #define OUT1_L(a) CHOICE(outl (a), outl ARG2(EAX,a), _LTOG out a)
    [all...]
  /external/valgrind/main/memcheck/docs/
mc-tech-docs.xml 135 <computeroutput>%eax</computeroutput>, and the translation then
139 <computeroutput>%eax</computeroutput> is looked up first in
580 <computeroutput>%eax</computeroutput>,
583 <computeroutput>%EAX</computeroutput>,
609 <para><computeroutput>%eax</computeroutput>,
617 <computeroutput>%eax</computeroutput>, which, as mentioned
621 <computeroutput>%eax</computeroutput> is expected to contain
647 address to run, in <computeroutput>%eax</computeroutput>,
688 <computeroutput>%EAX</computeroutput>
    [all...]
  /external/strace/
syscall.c 752 static long eax; variable
987 if (upeek(pid, PT_R1, &scno) < 0) /* orig eax */
1372 if (upeek(pid, 4*EAX, &eax) < 0)
1374 if (eax != -ENOSYS && !(tcp->flags & TCB_INSYSCALL)) {
1376 fprintf(stderr, "stray syscall exit: eax = %ld\n", eax)
    [all...]
  /bionic/libc/kernel/arch-x86/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))
  /development/ndk/platforms/android-9/arch-x86/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/clang/test/Sema/
asm.c 20 asm ("nop" : : : "eax", "rax", "ah", "al");
  /external/dropbear/libtomcrypt/demos/
tv_gen.c 402 fprintf(out, "EAX Test Vectors. Uses the 00010203...NN-1 pattern for header/nonce/plaintext/key. The outputs\n"
415 fprintf(out, "EAX-%s (%d byte key)\n", cipher_descriptor[x].name, kl);
430 printf("Error EAX'ing: %s\n", error_to_string(err));
773 printf("Generating EAX vectors..."); fflush(stdout); eax_gen(); printf("done\n");
  /external/kernel-headers/original/asm-x86/
user_32.h 78 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
vm86.h 82 long eax; member in struct:vm86_regs
  /external/libvpx/vp8/common/x86/
iwalsh_mmx.asm 30 movd mm0, eax
  /external/opencv/cxcore/src/
cxswitcher.cpp 150 mov eax, 1 local
164 mov version, eax
171 "movl $1,%%eax\n\t"
173 "movl %%eax, %0\n\t"
  /external/openssl/crypto/bf/asm/
bf-586.pl 15 $tmp1="eax";
  /external/oprofile/module/x86/
op_msr.h 24 : "ecx", "eax", "edx")
  /external/qemu/
kqemu.c 97 #define cpuid(index, eax, ebx, ecx, edx) \
99 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) \
129 uint32_t eax, ebx, ecx, edx; local
144 cpuid(1, eax, ebx, ecx, edx);
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 82 GENOFFSET(X86,x86,EAX);

Completed in 674 milliseconds

<<41424344454647484950>>