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

<<31323334353637383940>>

  /external/grub/docs/
boot.S 63 pushl %eax
boot.S.texi 63 pushl %eax
  /external/grub/netboot/
linux-asm-string.h 267 "2:\txorl %%eax,%%eax\n\t"
269 "3:\tsbbl %%eax,%%eax\n\t"
  /external/kernel-headers/original/asm-x86/
user32.h 35 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
  /external/libyuv/files/source/
scale.cc 273 mov eax, [esp + 4] // src_ptr local
281 movdqa xmm0, [eax]
282 movdqa xmm1, [eax + 16]
283 lea eax, [eax + 32] local
302 mov eax, [esp + 4 + 4] // src_ptr local
310 movdqa xmm0, [eax]
311 movdqa xmm1, [eax + 16]
312 movdqa xmm2, [eax + esi]
313 movdqa xmm3, [eax + esi + 16
314 lea eax, [eax + 32] local
793 pextrw eax, xmm2, 2 local
836 pextrw eax, xmm0, 2 local
867 lea eax, [esi + edx] local
876 lea eax, [eax + edx] \/\/ advance to next row local
911 mov eax, [esp + 8 + 20] \/\/ source_y_fraction (0..255) local
912 cmp eax, 0 local
914 cmp eax, 128 local
921 add eax, 256 local
1002 mov eax, [esp + 8 + 20] \/\/ source_y_fraction (0..255) local
1003 cmp eax, 0 local
1005 cmp eax, 128 local
1008 shr eax, 1 local
1079 mov eax, [esp + 8] \/\/ src_ptr local
1105 lea eax, [eax+32] local
    [all...]
  /external/llvm/include/llvm/Support/
Solaris.h 26 #undef EAX
  /external/llvm/test/CodeGen/X86/
2008-02-20-InlineAsmClobber.ll 4 ; The clobber list says that "ax" is clobbered. Make sure that eax isn't
2008-11-13-inlineasm-3.ll 14 %tmp83 = call i32 asm sideeffect "1:\09movl %eax,0($2)\0A2:\09movl %edx,4($2)\0A3:\0A.section .fixup,\22ax\22\0A4:\09movl $3,$0\0A\09jmp 3b\0A.previous\0A .section __ex_table,\22a\22\0A .balign 4 \0A .long 1b,4b\0A .previous\0A .section __ex_table,\22a\22\0A .balign 4 \0A .long 2b,4b\0A .previous\0A", "=r,A,r,i,0,~{dirflag},~{fpsr},~{flags}"(i64 0, i64* null, i32 -14, i32 0) nounwind ; <i32> [#uses=0]
and-su.ll 7 ; CHECK: andl $10, %eax
change-compare-stride-trickiness-0.ll 10 ; CHECK: incl %eax
ghc-cc.ll 23 ; CHECK: leal (%ebx,%ebp), %eax
loop-strength-reduce-3.ll 7 ; CHECK: decl %eax
loop-strength-reduce.ll 7 ; CHECK: decl %eax
x86-64-and-mask.ll 8 ; CHECK: movl %edi, %eax
  /external/llvm/test/MC/AsmParser/
exprs.s 69 movw $8, (42)+66(%eax)
  /external/llvm/test/MC/MachO/
darwin-x86_64-nobase-relocs.s 15 mov $1, %eax
debug_frame.s 19 movl $42, %eax
  /external/llvm/test/Transforms/Inline/
2007-04-15-InlineEH.ll 11 call void asm "rdtsc\0A\09movl %eax, $0\0A\09movl %edx, $1", "=*imr,=*imr,~{dirflag},~{fpsr},~{flags},~{dx},~{ax}"( i32* null, i32* null ) nounwind
  /external/quake/quake/src/QW/client/
sys_wina.asm 277 mov eax,ds:dword ptr[cw]
280 mov ds:dword ptr[full_cw],eax
283 mov ds:dword ptr[single_cw],eax
286 mov ds:dword ptr[ceil_cw],eax
  /external/valgrind/main/coregrind/
m_machine.c 476 UInt eax, ebx, ecx, edx, max_basic, max_extended; local
484 VG_(cpuid)(0, &eax, &ebx, &ecx, &edx);
485 if (eax < 1)
491 max_basic = eax;
497 VG_(cpuid)(0x80000000, &eax, &ebx, &ecx, &edx);
498 max_extended = eax;
501 VG_(cpuid)(1, &eax, &ebx, &ecx, &edx);
517 VG_(cpuid)(0x80000001, &eax, &ebx, &ecx, &edx);
547 UInt eax, ebx, ecx, edx, max_basic, max_extended; local
555 VG_(cpuid)(0, &eax, &ebx, &ecx, &edx)
    [all...]
  /external/wpa_supplicant/
aes_wrap.h 7 * - AES-128 EAX mode encryption/decryption
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.h 7 * - AES-128 EAX mode encryption/decryption
  /external/wpa_supplicant_8/src/crypto/
aes_wrap.h 7 * - AES-128 EAX mode encryption/decryption
  /ndk/tests/build/build-assembly-file/jni/
assembly-x86.S 34 movl $0, %eax
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
vm86.h 61 long eax; member in struct:vm86_regs

Completed in 1320 milliseconds

<<31323334353637383940>>