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

<<31323334353637383940>>

  /external/valgrind/main/none/tests/x86-linux/
seg_override.c 111 asm volatile("movl %2, %%eax\n\t"
114 "movl %%eax, %%fs:(%%edx)\t"
118 : "eax", "edx", "cc" );
  /external/wpa_supplicant_8/src/crypto/
aes-eax.c 2 * AES-128 EAX
23 * aes_128_eax_encrypt - AES-128 EAX mode encryption
87 * aes_128_eax_decrypt - AES-128 EAX mode decryption
  /external/openssl/crypto/des/asm/
crypt586.pl 50 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
54 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
57 &mov("eax", $L);
60 &mov($R, "eax");
68 &FP_new($R,$L,"eax",3);
69 &mov(&DWP(0,"edx","",0),"eax");
des-586.pl 51 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
53 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
67 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
69 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
88 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
90 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
104 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
106 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
135 &mov("eax",&DWP(0,$R,"",0));
140 &IP_new("eax",$L,$R,3)
    [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.cc 138 __ mov(Operand(eax), Immediate(slots));
142 __ dec(eax);
154 __ mov(Operand(esp, offset), eax); local
173 // Context is returned in both eax and esi. It replaces the context
185 __ mov(eax, Operand(ebp, parameter_offset));
188 __ mov(Operand(esi, context_offset), eax); local
193 __ RecordWrite(ecx, context_offset, eax, ebx);
541 __ push(eax);
544 __ mov(eax, FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset));
545 __ sub(Operand(eax), Immediate(Smi::FromInt(1)))
549 __ mov(FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset), eax); local
556 __ mov(FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset), eax); local
    [all...]
macro-assembler-ia32.cc 157 Set(eax, Immediate(0));
270 push(eax);
273 pop(eax);
390 mov(edi, Operand(eax));
391 lea(esi, Operand(ebp, eax, times_4, offset));
493 // eax must hold the exception.
494 if (!value.is(eax)) {
495 mov(eax, value);
530 // eax must hold the exception.
531 if (!value.is(eax)) {
563 mov(Operand::StaticVariable(external_caught), eax); local
569 mov(Operand::StaticVariable(pending_exception), eax); local
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrExtension.td 18 let Defs = [EAX], Uses = [AX] in
20 "{cwtl|cwde}", []>; // EAX = signext(AX)
25 let Defs = [EAX,EDX], Uses = [EAX] in
27 "{cltd|cdq}", []>; // EDX:EAX = signext(EAX)
30 let Defs = [RAX], Uses = [EAX] in
32 "{cltq|cdqe}", []>; // RAX = signext(EAX)
README-SSE.txt 162 addl (%eax), %edi #70.33
199 %EAX = MOV32ri -3
201 ADD32rm %EAX<def&use>, %EDX, 1, %NOREG, 0
204 IMUL32rr %EAX<def&use>, %EDX
208 %EAX = LEA32r %ESI, 1, %EAX, -3
211 %EDI = MOV32rr %EAX
319 movl 8(%esp), %eax
320 movaps (%eax), %xmm0
325 movaps %xmm0, (%eax)
    [all...]
  /external/llvm/test/CodeGen/X86/
3addr-or.ll 7 ; CHECK: leal 3(%rdi), %eax
49 ; CHECK: leal (%rsi,%rdi), %eax
cmov.ll 8 ; CHECK-NEXT: movl $12, %eax
9 ; CHECK-NEXT: cmovael (%rcx), %eax
23 ; CHECK-NEXT: movl $12, %eax
24 ; CHECK-NEXT: cmovbl (%rcx), %eax
124 ; CHECK: movzbl %al, %eax
125 ; CHECK: orl $-2, %eax
138 ; CHECK: movzbl %al, %eax
139 ; CHECK: leal 4(%rax,%rax,8), %eax
fold-load.ll 43 ; CHECK: movl 4(%esp), %eax
44 ; CHECK-NEXT: movzwl (%eax), %ecx
  /external/llvm/test/MC/ELF/
basic-elf-32.s 14 xorl %eax, %eax
basic-elf-64.s 14 xorl %eax, %eax
  /external/llvm/test/Object/
objdump-disassembly-inline-relocations.test 16 COFF-i386: 1c: 8b 44 24 08 movl 8(%esp), %eax
30 COFF-x86-64: 1d: 8b 44 24 24 movl 36(%rsp), %eax
  /external/qemu/distrib/sdl-1.2.12/src/video/
mmx.h 74 /* ... Get copies of EFLAGS into eax and ecx */
76 "popl %%eax\n\t"
77 "movl %%eax, %%ecx\n\t"
81 "xorl $0x200000, %%eax\n\t"
82 "push %%eax\n\t"
87 "popl %%eax\n\t"
90 "xorl %%eax, %%ecx\n\t"
97 "movl $0, %%eax\n\t"
134 Rev. 1.01 table 1), so we'll check the value of eax for
139 "cmpl $0x2, %%eax\n\t
    [all...]
  /external/quake/quake/src/QW/client/
r_aclipa.asm 245 mov eax,ds:dword ptr[_r_refdef+52]
257 sub eax,edx
259 mov ds:dword ptr[Ltemp0],eax
263 mov eax,2
302 dec eax
314 mov eax,ds:dword ptr[_r_refdef+20+4]
322 mov eax,ds:dword ptr[_r_refdef+48]
342 mov eax,ds:dword ptr[_r_refdef+20+0]
  /frameworks/compile/libbcc/runtime/lib/i386/
floatundidf.S 29 #define REL_ADDR(_a) (_a)-0b(%eax)
37 0: popl %eax
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 155 __u32 eax; member in struct:kvm_cpuid_entry
173 __u32 eax; member in struct:kvm_cpuid_entry2
  /system/core/debuggerd/x86/
machine.c 52 _LOG(tfd, only_in_tombstone, " eax %08x ebx %08x ecx %08x edx %08x\n",
53 r.eax, r.ebx, r.ecx, r.edx);
  /external/valgrind/main/include/
valgrind.h 199 redirected: x86: call *%eax, amd64: call *%rax, ppc32/ppc64:
232 /* %EDX = client_request ( %EAX ) */ \
245 /* %EAX = guest_NRADDR */ \
256 /* call-noredir *%EAX */ \
287 __asm { __asm lea eax, _zzq_args __asm mov edx, _zzq_default \
289 /* %EDX = client_request ( %EAX ) */ \
300 /* %EAX = guest_NRADDR */ \
302 __asm mov __addr, eax \
    [all...]
  /external/openssl/crypto/aes/asm/
aes-586.pl 197 $s0="eax";
360 &movz ($acc,&LB("eax")); # 0
363 &movz ("edx",&HB("eax")); # 1
365 &shr ("eax",16); # 5, 4
374 &movz ($acc,&HB("eax")); # 5
381 &movz ($acc,&LB("eax")); # 4
383 &movd ("eax","mm2"); # 7, 6, 3, 2
388 &movz ($acc,&HB("eax")); # 3
394 &movz ($acc,&LB("eax")); # 2
396 &shr ("eax",16); # 7,
    [all...]
  /external/v8/src/third_party/valgrind/
valgrind.h 170 redirected: x86: call *%eax, amd64: call *%rax, ppc32/ppc64:
202 /* %EDX = client_request ( %EAX ) */ \
215 /* %EAX = guest_NRADDR */ \
226 /* call-noredir *%EAX */ \
620 /* These regs are trashed by the hidden call. No need to mention eax
622 #define __CALLER_SAVED_REGS /*"eax"*/ "ecx", "edx"
634 "movl (%%eax), %%eax\n\t" /* target->%eax */ \
651 "pushl 4(%%eax)\n\t"
    [all...]
  /external/valgrind/dynamic_annotations/third_party/valgrind/
valgrind.h 188 redirected: x86: call *%eax, amd64: call *%rax, ppc32/ppc64:
220 /* %EDX = client_request ( %EAX ) */ \
233 /* %EAX = guest_NRADDR */ \
244 /* call-noredir *%EAX */ \
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 110 * mmx_supported_local variable and just use eax). Possibly the CPUID
    [all...]
  /bionic/libc/arch-x86/bionic/
__get_sp.S 34 mov %esp, %eax

Completed in 388 milliseconds

<<31323334353637383940>>