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

<<31323334353637383940>>

  /external/libffi/src/x86/
darwin64.S 58 movl %r9d, %eax /* Set number of SSE registers. */
67 testl %eax, %eax
134 movl %eax, %eax
259 movzbl -24(%rsp), %eax
263 movzwl -24(%rsp), %eax
267 movl -24(%rsp), %eax
295 testl $0x100, %eax
298 testl $0x200, %eax
    [all...]
unix64.S 58 movl %r9d, %eax /* Set number of SSE registers. */
67 testl %eax, %eax
136 movl %eax, %eax
268 movzbl -24(%rsp), %eax
272 movzwl -24(%rsp), %eax
276 movl -24(%rsp), %eax
306 testl $0x100, %eax
309 testl $0x200, %eax
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_sse2.asm 229 mov eax, dword arg(3) ;dst_pixels_per_line ; destination pitch?
231 mov eax, dword arg(2) ;src_pixels_per_line ; destination pitch?
270 mov eax, dword ptr arg(4) ;flimit
271 mov [rsp+128], eax
272 mov [rsp+128+4], eax
273 mov [rsp+128+8], eax
274 mov [rsp+128+12], eax
469 mov eax, dword ptr arg(4) ;flimit
470 mov [rsp], eax
471 mov [rsp+4], eax
    [all...]
  /external/v8/src/ia32/
deoptimizer-ia32.cc 235 // test eax, <loop nesting depth>
244 // test eax, <loop nesting depth>
644 __ PrepareCallCFunction(6, eax);
645 __ mov(eax, Operand(ebp, JavaScriptFrameConstants::kFunctionOffset));
646 __ mov(Operand(esp, 0 * kPointerSize), eax); // Function. local
655 // Preserve deoptimizer object in register eax and get the input
657 __ mov(ebx, Operand(eax, Deoptimizer::input_offset()));
698 __ push(eax);
700 __ mov(Operand(esp, 0 * kPointerSize), eax); local
703 __ pop(eax);
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 111 int eax_init(eax_state *eax, int cipher, const unsigned char *key, unsigned long keylen,
115 int eax_encrypt(eax_state *eax, const unsigned char *pt, unsigned char *ct, unsigned long length);
116 int eax_decrypt(eax_state *eax, const unsigned char *ct, unsigned char *pt, unsigned long length);
117 int eax_addheader(eax_state *eax, const unsigned char *header, unsigned long length);
118 int eax_done(eax_state *eax, unsigned char *tag, unsigned long *taglen);
138 #endif /* EAX MODE */
  /external/llvm/lib/Target/X86/
README-X86-64.txt 94 imull $78, %edi, %eax
96 movl %eax, %eax <----
98 movl (%rcx,%rax,4), %eax
101 imull $45, %edi, %eax
136 movzbl (%rdi), %eax
X86RegisterInfo.td 100 def EAX : RegisterWithSubRegs<"eax", [AX]>, DwarfRegNum<[-2, 0, 0]>;
124 def RAX : RegisterWithSubRegs<"rax", [EAX]>, DwarfRegNum<[0, -2, -2]>;
304 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP,
342 def GR32_ABCD : RegisterClass<"X86", [i32], 32, (add EAX, ECX, EDX, EBX)> {
353 def GR32_TC : RegisterClass<"X86", [i32], 32, (add EAX, ECX, EDX)> {
381 (add EAX, ECX, EDX, ESI, EDI, EBX, EBP, ESP)> {
393 // GR32_NOAX - GR32 registers except EAX. Used by AddRegFrm of XCHG32 in 64-bit
394 // mode to prevent encoding using the 0x90 NOP encoding. xchg %eax, %eax need
    [all...]
  /external/llvm/test/CodeGen/X86/
fast-isel-x86-64.ll 61 ; CHECK-NEXT: movzbl (%rax,%rdi), %eax
93 ; CHECK: leal (,%rdi,8), %eax
180 ; CHECK-NEXT: movl (%rsi), %eax
181 ; CHECK-NEXT: movl %eax, (%rdi)
222 ; CHECK: movl (%rdi), %eax
224 ; CHECK: cmpl $5, %eax
narrow-shl-load.ll 80 ; CHECK-NEXT: movsbl (%rdi), %eax
81 ; CHECK-NEXT: movzbl %ah, %eax
pic_jumptable.ll 17 ; CHECK-NEXT: addl Ltmp0(%eax,%ecx,4)
18 ; CHECK-NEXT: jmpl *%eax
  /external/dropbear/libtomcrypt/
makefile.msvc 12 src/encauth/ccm/ccm_test.obj src/encauth/eax/eax_addheader.obj src/encauth/eax/eax_decrypt.obj \
13 src/encauth/eax/eax_decrypt_verify_memory.obj src/encauth/eax/eax_done.obj src/encauth/eax/eax_encrypt.obj \
14 src/encauth/eax/eax_encrypt_authenticate_memory.obj src/encauth/eax/eax_init.obj \
15 src/encauth/eax/eax_test.obj src/encauth/gcm/gcm_add_aad.obj src/encauth/gcm/gcm_add_iv.obj \
  /external/dropbear/libtommath/etc/
tune.c 19 __asm__ __volatile__ ("rdtsc\nmovl %%eax,%0\nmovl %%edx,4+%0\n"::"m"(a):"%eax","%edx");
  /external/freetype/include/freetype/config/
ftconfig.h 388 "addl %%ecx, %%eax\n"
390 "shrl $16, %%eax\n"
392 "addl %%edx, %%eax\n"
420 mov eax, a local
426 add eax, ecx local
428 shr eax, 16 local
430 add eax, edx local
431 mov result, eax
  /external/grub/stage1/
stage1.S 208 xorl %eax, %eax
210 movl %eax, 12(%si)
256 xorl %eax, %eax
259 movl %eax, 4(%si)
276 movl %eax, (%si)
280 movl ABS(stage2_sector), %eax
  /external/kernel-headers/original/asm-x86/
ptrace.h 20 long eax; member in struct:pt_regs
64 #define regs_return_value(regs) ((regs)->eax)
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 46 EAX = 0, ECX = 1, EDX = 2, EBX = 3, ESP = 4, EBP = 5, ESI = 6, EDI = 7
63 void DetectFamilyModel(unsigned EAX, unsigned &Family, unsigned &Model);
  /external/llvm/test/MC/MachO/
darwin-x86_64-reloc.s 17 movl _foo(%rip), %eax
18 movl _foo+4(%rip), %eax
57 addl $0, %eax
60 addl L2_1 - L2_0, %eax
66 movl L4(%rip), %eax
78 movl L5(%rip), %eax
79 movl f6(%rip), %eax
80 movl L6(%rip), %eax
  /external/oprofile/module/
compat22.h 143 unsigned int eax, edx; local
146 : "=a" (eax), "=d" (edx)
  /external/qemu/android/config/linux-x86/asm/
kvm.h 166 __u32 eax; member in struct:kvm_cpuid_entry
184 __u32 eax; member in struct:kvm_cpuid_entry2
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 166 __u32 eax; member in struct:kvm_cpuid_entry
184 __u32 eax; member in struct:kvm_cpuid_entry2
  /external/skia/src/opts/
opts_check_SSE2.cpp 37 mov eax, [info_type] local
40 mov [edi], eax
  /bionic/libc/arch-x86/string/
strcpy.S 62 L2: popl %eax /* pop dst address */
  /bionic/libc/kernel/arch-x86/asm/
vm86.h 61 long eax; member in struct:vm86_regs
  /dalvik/vm/mterp/x86-atom/
OP_FILL_ARRAY_DATA.S 43 cmp $$0, %eax
  /development/ndk/platforms/android-9/arch-x86/include/asm/
vm86.h 61 long eax; member in struct:vm86_regs

Completed in 909 milliseconds

<<31323334353637383940>>