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

<<11121314151617181920>>

  /external/dropbear/libtommath/etc/
timer.asm 18 push eax
21 mov [time+4],eax
22 pop eax
34 sub eax,[time+4]
  /external/llvm/test/CodeGen/X86/
promote-i16.ll 7 ; CHECK: movswl 4(%esp), %eax
8 ; CHECK: xorl $21998, %eax
17 ; CHECK: movswl 4(%esp), %eax
18 ; CHECK: xorl $-10770, %eax
  /external/openssl/crypto/
x86cpuid.pl 14 &pop ("eax");
15 &mov ("ecx","eax");
16 &xor ("eax",1<<21);
17 &push ("eax");
20 &pop ("eax");
21 &xor ("ecx","eax");
24 &xor ("eax","eax");
26 &mov ("edi","eax"); # max value for standard query level
28 &xor ("eax","eax")
    [all...]
  /external/valgrind/main/memcheck/tests/x86/
pushfw_x86.c 10 /* eax points at arr[0] */
12 "movl %%esp,0(%%eax)\n\t"
14 "movl %%esp,4(%%eax)\n\t"
16 "movl %%esp,8(%%eax)\n"
  /external/valgrind/main/none/tests/x86/
lahf.c 9 "\tmovl $0xFFFFFFFF, %eax\n"
11 "\tsubl %eax, %edx\n"
21 "\tmovl $0x0, %eax\n"
23 "\tsubl %eax, %edx\n"
jcxz.c 13 "movl $0,%%eax\n"
16 "addl $1, %%eax\n\t"
20 "movl %%eax, %1"
22 "m"(block[1]) : /*trash*/ "eax","ecx","cc","memory"
34 "movl $0,%%eax\n"
37 "addl $1, %%eax\n\t"
41 "movl %%eax, %1"
43 "m"(block[1]) : /*trash*/ "eax","ecx","cc","memory"
  /bionic/libc/arch-x86/string/
ssse3-memcpy5.S 167 movl SRC(%esp), %eax
171 cmp %eax, %edx
178 add %ecx, %eax
179 cmp %eax, %edx
180 movl SRC(%esp), %eax
194 add %ecx, %eax
204 movdqu (%eax), %xmm0
214 sub %edi, %eax
228 mov %eax, %edi
246 movdqa (%eax, %edi), %xmm
    [all...]
  /frameworks/compile/libbcc/runtime/lib/i386/
moddi3.S 31 movl 16(%esp), %eax // low word of b
34 xorl %ecx, %eax
35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
36 subl %ecx, %eax
37 sbbl %ecx, %edx // EDX:EAX = abs(b)
39 movl %eax, 16(%esp) // store abs(b) back to stack
42 movl 8(%esp), %eax // low word of b
45 xorl %ecx, %eax
46 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a
47 subl %ecx, %eax
    [all...]
divdi3.S 31 movl 16(%esp), %eax // low word of b
34 xorl %ecx, %eax
35 xorl %ecx, %edx // EDX:EAX = (b < 0) ? not(b) : b
36 subl %ecx, %eax
37 sbbl %ecx, %edx // EDX:EAX = abs(b)
39 movl %eax, 16(%esp) // store abs(b) back to stack
43 movl 8(%esp), %eax // low word of b
46 xorl %ecx, %eax
47 xorl %ecx, %edx // EDX:EAX = (a < 0) ? not(a) : a
48 subl %ecx, %eax
    [all...]
  /dalvik/vm/mterp/x86/
OP_CHECK_CAST.S 14 movzwl 2(rPC),%eax # eax<- BBBB
19 movl (%ecx,%eax,4),%eax # eax<- resolved class
21 testl %eax,%eax # have we resolved this before?
24 cmpl %eax,%ecx # same class (trivial success)?
34 * eax holds class resolved from BBBB
38 movl %eax,sReg0 # we'll need the desired class on failur
    [all...]
OP_CHECK_CAST_JUMBO.S 14 movl 2(rPC),%eax # eax<- AAAAAAAA
19 movl (%ecx,%eax,4),%eax # eax<- resolved class
21 testl %eax,%eax # have we resolved this before?
24 cmpl %eax,%ecx # same class (trivial success)?
34 * eax holds class resolved from AAAAAAAA
38 movl %eax,sReg0 # we'll need the desired class on failur
    [all...]
  /dalvik/vm/mterp/x86-atom/
OP_SGET_WIDE.S 32 movl rGLUE, %eax # %eax<- pMterpGlue
33 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- glue->pDvmDex
41 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
44 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
53 movl offGlue_method(%eax), %eax # %eax <- glue->method
56 movl offMethod_clazz(%eax), %eax # %eax<- method->claz
    [all...]
OP_SPUT_WIDE.S 32 movl rGLUE, %eax # %eax<- pMterpGlue
33 movl offGlue_methodClassDex(%eax), %ecx # %ecx<- glue->pDvmDex
41 FFETCH_ADV 2, %eax # %eax<- next instruction hi; fetch, advance
44 FGETOP_JMP 2, %eax # jump to next instruction; getop, jmp
53 movl offGlue_method(%eax), %eax # %eax <- glue->method
56 movl offMethod_clazz(%eax), %eax # %eax<- method->claz
    [all...]
OP_INVOKE_SUPER_QUICK.S 28 movl offGlue_method(%ecx), %eax # %eax<- glue->method
33 movl offMethod_clazz(%eax), %eax # %eax<- glue->method->clazz
34 movl offClassObject_super(%eax), %eax # %eax<- glue->method->clazz->super
36 movl offClassObject_vtable(%eax), %eax # %edx<- glue->method->clazz->super->vtabl
    [all...]
OP_APUT_OBJECT.S 36 FETCH_BB 1, %eax # %eax<- BB
38 GET_VREG %eax # %eax<- vBB
40 cmp $$0, %eax # check for null array object
42 cmp offArrayObject_length(%eax), %edx # compare index to arrayObj->length
45 lea (%eax, %edx, 4), %edx # %edx<- &vBB[vCC]
53 movl %eax, sReg1 # save object head
56 movl offObject_clazz(%eax), %eax # %eax<- arrayObj->claz
    [all...]
OP_IPUT_QUICK.S 27 movl rINST, %eax # %eax<- BA
28 shr $$4, %eax # %eax<- B
30 GET_VREG %eax # %eax<- vB; object to operate on
32 cmp $$0, %eax # check if object is null
36 movl rINST, (%eax, %ecx) # object field<- vA
OP_CONST_STRING.S 33 movl offGlue_methodClassDex(%edx), %eax # %eax<- glue->methodClassDex
34 movl offDvmDex_pResStrings(%eax), %eax # %eax<- glue->methodClassDex->pResStrings
35 movl (%eax, %ecx, 4), %eax # %eax<- pResStrings[BBBB]
36 cmp $$0, %eax # check if string is resolved
38 SET_VREG %eax, rINST # vAA<- %eax; pResString[BBBB
    [all...]
OP_CONST_STRING_JUMBO.S 32 movl offGlue_methodClassDex(%edx), %eax # %eax<- glue->methodClassDex
33 movl offDvmDex_pResStrings(%eax), %eax # %eax<- glue->methodClassDex->pResStrings
38 movl (%eax, %ecx, 4), %eax # %eax<- pResStrings[BBBB]
39 cmp $$0, %eax # check if string is resolved
41 SET_VREG %eax, rINST # vAA<- %eax; pResString[BBBB
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_decrypt_verify_memory.c 14 EAX implementation, decrypt block of memory, by Tom St Denis
21 Decrypt a block of memory and verify the provided MAC tag with EAX
47 eax_state *eax; local
62 eax = XMALLOC(sizeof(*eax));
63 if (eax == NULL || buf == NULL) {
64 if (eax != NULL) {
65 XFREE(eax);
73 if ((err = eax_init(eax, cipher, key, keylen, nonce, noncelen, header, headerlen)) != CRYPT_OK) {
77 if ((err = eax_decrypt(eax, ct, pt, ctlen)) != CRYPT_OK)
    [all...]
  /external/llvm/test/MC/X86/
x86-32.s 18 monitor %eax, %ecx, %edx
24 mwait %eax, %ecx
49 // CHECK: movl %eax, 16(%ebp) # encoding: [0x89,0x45,0x10]
50 movl %eax, 16(%ebp)
51 // CHECK: movl %eax, -16(%ebp) # encoding: [0x89,0x45,0xf0]
52 movl %eax, -16(%ebp)
57 // CHECK: cmpl %eax, %ebx # encoding: [0x39,0xc3]
58 cmpl %eax, %ebx
63 // CHECK: shrl %eax # encoding: [0xd1,0xe8]
64 shrl $1, %eax
    [all...]
x86-32-fma3.s 7 // CHECK: vfmadd132pd (%eax), %xmm5, %xmm1
9 vfmadd132pd (%eax), %xmm5, %xmm1
15 // CHECK: vfmadd132ps (%eax), %xmm5, %xmm1
17 vfmadd132ps (%eax), %xmm5, %xmm1
23 // CHECK: vfmadd213pd (%eax), %xmm5, %xmm1
25 vfmadd213pd (%eax), %xmm5, %xmm1
31 // CHECK: vfmadd213ps (%eax), %xmm5, %xmm1
33 vfmadd213ps (%eax), %xmm5, %xmm1
39 // CHECK: vfmadd231pd (%eax), %xmm5, %xmm1
41 vfmadd231pd (%eax), %xmm5, %xmm
    [all...]
  /external/oprofile/libop/
op_hw_specific.h 22 unsigned eax; local
31 : "=a" (eax)
36 asm("cpuid" : "=a" (eax), "=b" (v.b), "=c" (v.c), "=d" (v.d) : "0" (0));
54 asm("cpuid" : "=a" (v.eax) : "a" (code) : "ecx","ebx","edx");
64 static inline unsigned int cpu_model(unsigned int eax)
66 unsigned model = (eax & 0xf0) >> 4;
67 unsigned ext_model = (eax & 0xf0000) >> 12;
71 static inline unsigned int cpu_family(unsigned int eax)
73 unsigned family = (eax & 0xf00) >> 8;
74 unsigned ext_family = (eax & 0xff00000) >> 20
89 unsigned eax; local
103 unsigned ebx, eax; local
    [all...]
  /external/llvm/test/MC/AsmParser/
macro-args.s 8 GET is_sse, %eax
10 // CHECK: movl is_sse@GOTOFF(%ebx), %eax
  /external/valgrind/main/exp-bbv/tests/x86/
million.S 25 xor %eax,%eax
26 inc %eax # put exit syscall number (1) in eax
30 xor %eax,%eax
31 inc %eax # put exit syscall number (1) in eax
  /bionic/libc/arch-x86/syscalls/
__llseek.S 20 movl $__NR__llseek, %eax
22 cmpl $-129, %eax
24 negl %eax
25 pushl %eax
28 orl $-1, %eax

Completed in 119 milliseconds

<<11121314151617181920>>