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

<<11121314151617181920>>

  /bionic/libc/arch-x86/syscalls/
sendfile.S 18 movl $__NR_sendfile, %eax
20 cmpl $-129, %eax
22 negl %eax
23 pushl %eax
26 orl $-1, %eax
utimensat.S 18 movl $__NR_utimensat, %eax
20 cmpl $-129, %eax
22 negl %eax
23 pushl %eax
26 orl $-1, %eax
  /dalvik/vm/mterp/x86/
alt_stub.S 12 movl rSELF, %eax
14 cmpb $$0,offThread_breakFlags(%eax) # anything to do?
17 movl %eax, OUT_ARG2(%esp)
19 movl rSELF, %eax
21 movl offThread_curHandlerTable(%eax), rIBASE # reload rIBASE
bindiv2addr.S 7 movzx rINSTbl,%ecx # eax<- BA
10 GET_VREG_R %ecx %ecx # eax<- vBB
12 GET_VREG_R %eax rINST # eax<- vBB
17 cmpl $$0x80000000,%eax
footer.S 60 pop %eax
63 movl %eax,offThread_jitResumeNPC(%ecx)
80 movl rSELF, %eax
82 movl %eax,OUT_ARG1(%esp)
85 movl %eax,offThread_inJitCodeCache(%ecx) # set inJitCodeCache flag
86 cmpl $$0, %eax
88 call *%eax # exec translation if we've got one
106 movl rSELF, %eax
108 movl %eax,OUT_ARG1(%esp)
111 cmpl $$0,%eax
    [all...]
OP_NEW_INSTANCE_JUMBO.S 14 movl 2(rPC),%eax # eax<- AAAAAAAA
18 movl (%ecx,%eax,4),%ecx # ecx<- resolved class
28 call dvmAllocObject # eax<- new object
31 testl %eax,%eax # success?
33 SET_VREG %eax rINST
47 testl %eax,%eax # success?
57 movl 2(rPC),%eax # eax<- AAAAAAA
    [all...]
OP_INVOKE_DIRECT.S 17 movzwl 2(rPC),%eax # eax<- BBBB
22 movl (%ecx,%eax,4),%eax # eax<- resolved methodToCall
26 testl %eax,%eax # already resolved?
44 movzwl 2(rPC),%eax # reference (BBBB or CCCC)
47 movl %eax,OUT_ARG1(%esp)
49 call dvmResolveMethod # eax<- call(clazz, ref, flags
    [all...]
OP_IPUT_QUICK.S 10 movzwl 2(rPC),%eax # eax<- field byte offset
13 movl rINST,(%ecx,%eax,1)
OP_NEW_INSTANCE.S 14 movzwl 2(rPC),%eax # eax<- BBBB
19 movl (%ecx,%eax,4),%ecx # ecx<- resolved class
28 call dvmAllocObject # eax<- new object
31 testl %eax,%eax # success?
33 SET_VREG %eax rINST
47 testl %eax,%eax # success?
57 movzwl 2(rPC),%eax
    [all...]
OP_THROW_VERIFICATION_ERROR.S 9 movzwl 2(rPC),%eax # eax<- BBBB
12 movl %eax,OUT_ARG2(%esp) # arg2<- BBBB
OP_THROW_VERIFICATION_ERROR_JUMBO.S 9 movl 2(rPC),%eax # eax<- AAAAAAAA
12 movl %eax,OUT_ARG2(%esp) # arg2<- AAAAAAAA
  /external/llvm/test/MC/AsmParser/
hello.s 13 popl %eax
16 leal L_.str-"L1$pb"(%eax), %eax
17 movl %eax, (%ecx)
20 movl -4(%ebp), %eax
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 44 mov $cw,%eax
45 fldcw 0(%eax) # eax
55 mov $cw,%eax
56 sub $32,%eax
58 fldcw 32(%eax) # eax + 8 bit offset
59 mov %eax,%ebx
61 mov %eax,%ecx
63 mov %eax,%ed
    [all...]
  /dalvik/vm/mterp/x86-atom/
footer.S 38 movl offGlue_pDebuggerActive(%edx), %eax # %eax<- pDebuggerActive
39 testl %eax, %eax
41 movzbl (%eax), %eax # %eax<- get debuggerActive (boolean)
46 orl (%ebx), %eax # %eax<- merge activeProfilers and debuggerActive
53 movl offGlue_self(%edx), %eax # %eax<- glue->sel
    [all...]
OP_IPUT_OBJECT_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
41 shrl $$GC_CARD_SHIFT, %eax # get gc card index
42 movb %cl, (%eax, %ecx) # mark gc card in tabl
    [all...]
OP_CONST_CLASS.S 36 movl offGlue_methodClassDex(%edx), %eax # %eax<- pDvmDex
37 movl offDvmDex_pResClasses(%eax), %eax # %eax<- pDvmDex->pResClasses
38 movl (%eax, %ecx, 4), %eax # %eax<- resolved class
39 cmp $$0, %eax # check if classes is resolved before?
41 SET_VREG %eax, rINST # vAA<- resolved clas
    [all...]
OP_EXECUTE_INLINE_RANGE.S 32 movl rGLUE, %eax # %eax<- MterpGlue pointer
33 addl $$offGlue_retval, %eax # %eax<- &glue->retval
35 movl %eax, -8(%esp) # push parameter glue->retval
68 movl $$gDvmInlineOpsTable, %eax # %eax<- address for table of inline operations
69 call *(%eax, %ecx) # call function
71 cmp $$0, %eax # check boolean result of inline
72 FFETCH_ADV 3, %eax # %eax<- next instruction hi; fetch, advanc
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cpuinfo/
SDL_cpuinfo.c 62 " popl %%eax \n"
63 " movl %%eax,%%ecx \n"
64 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
65 " pushl %%eax # Save new EFLAGS value on stack \n"
68 " popl %%eax # Store new EFLAGS in EAX \n"
69 " xorl %%ecx,%%eax # Can not toggle ID bit, \n"
75 : "%eax", "%ecx"
84 " xorl $0x200000,%%eax # Flip ID bit in EFLAGS \n"
88 " popq %%rax # Store new EFLAGS in EAX \n
102 xor eax, 200000h ; Flip ID bit in EFLAGS local
103 push eax ; Save new EFLAGS value on stack local
106 pop eax ; Store new EFLAGS in EAX local
107 xor eax, ecx ; Can not toggle ID bit, local
168 xor eax, eax ; Set up for CPUID instruction local
170 cmp eax, 1 ; Make sure 1 is valid input for CPUID local
172 xor eax, eax local
220 mov eax,80000000h ; Query for extended functions local
222 cmp eax,80000001h local
224 mov eax,80000001h ; Setup extended function 800000001h local
    [all...]
  /bionic/libc/arch-x86/bionic/
_setjmp.S 47 movl 4(%esp),%eax
49 movl %edx, 0(%eax) /* rta */
50 movl %ebx, 4(%eax)
51 movl %esp, 8(%eax)
52 movl %ebp,12(%eax)
53 movl %esi,16(%eax)
54 movl %edi,20(%eax)
55 xorl %eax,%eax
60 movl 8(%esp),%eax
    [all...]
  /external/dropbear/libtomcrypt/src/encauth/eax/
eax_done.c 14 EAX implementation, terminate session, by Tom St Denis
21 Terminate an EAX session and get the tag.
22 @param eax The EAX state
27 int eax_done(eax_state *eax, unsigned char *tag, unsigned long *taglen)
33 LTC_ARGCHK(eax != NULL);
53 if ((err = omac_done(&eax->ctomac, ctmac, &len)) != CRYPT_OK) {
61 if ((err = omac_done(&eax->headeromac, headermac, &len)) != CRYPT_OK) {
66 if ((err = ctr_done(&eax->ctr)) != CRYPT_OK) {
72 tag[x] = eax->N[x] ^ headermac[x] ^ ctmac[x]
    [all...]
eax_init.c 14 EAX implementation, initialized EAX state, by Tom St Denis
21 Initialized an EAX state
22 @param eax [out] The EAX state to initialize
28 @param header The header for the EAX state
32 int eax_init(eax_state *eax, int cipher,
43 LTC_ARGCHK(eax != NULL);
84 len = sizeof(eax->N);
85 if ((err = omac_done(omac, eax->N, &len)) != CRYPT_OK)
    [all...]
eax_addheader.c 13 EAX implementation, add meta-data, by Tom St Denis
21 @param eax The current EAX state
26 int eax_addheader(eax_state *eax, const unsigned char *header,
29 LTC_ARGCHK(eax != NULL);
31 return omac_process(&eax->headeromac, header, length);
36 /* $Source: /cvs/libtom/libtomcrypt/src/encauth/eax/eax_addheader.c,v $ */
  /external/quake/quake/src/QW/client/
d_polysa.asm 374 mov eax,ds:dword ptr[_r_sstepx]
376 shl eax,16
378 mov ds:dword ptr[_a_sstepxfrac],eax
381 mov eax,ds:dword ptr[_r_tstepx]
383 sar eax,16
385 add eax,ecx
386 mov ds:dword ptr[_a_ststepxwhole],eax
397 mov eax,ds:dword ptr[0+esi]
400 sub eax,edx
403 inc eax
    [all...]
  /external/zlib/contrib/inflate86/
inffas86.c 164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax, %%eax\n
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] \/* eax = lmask *\/ local
832 and eax, edx \/* eax &= hold *\/ local
833 mov eax, [ebp+eax*4] \/* eax = lcode[hold & lmask] *\/ local
843 shr eax, 16 \/* output this.val char *\/ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx \/* eax &= hold *\/ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] \/* eax = dmask *\/ local
894 and eax, edx \/* eax &= hold *\/ local
895 mov eax, [ecx+eax*4]\/* eax = dcode[hold & dmask] *\/ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx \/* eax &= hold *\/ local
933 mov eax, edi local
934 sub eax, [esp+20] \/* nbytes = out - beg *\/ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx \/* eax &= hold *\/ local
992 add eax, [esp+64] \/* eax += len *\/ local
993 mov eax, [ebp+eax*4] \/* eax = lcode[val+(hold&mask[op])]*\/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx \/* eax &= hold *\/ local
1006 add eax, ebp \/* eax += dist *\/ local
1008 mov eax, [ecx+eax*4] \/* eax = dcode[val+(hold&mask[op])]*\/ local
1014 mov eax, [esp+48] \/* eax = wsize *\/ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] \/* eax = len *\/ local
1029 cmp eax, ecx local
1032 sub eax, ecx \/* len -= nbytes *\/ local
1040 mov eax, [esp+52] \/* eax = write *\/ local
1049 mov eax, [esp+64] \/* eax = len *\/ local
1050 cmp eax, ecx local
1053 sub eax, ecx \/* len -= nbytes *\/ local
1057 cmp eax, ecx local
1060 sub eax, ecx \/* len -= nbytes *\/ local
1071 mov eax, [esp+64] \/* eax = len *\/ local
1072 cmp eax, ecx local
1075 sub eax, ecx \/* len -= nbytes *\/ local
    [all...]
  /bionic/libc/arch-x86/string/
strlen.S 13 xorl %eax,%eax /* set search for null terminator */
18 leal -1(%ecx),%eax /* and subtracting one */

Completed in 91 milliseconds

<<11121314151617181920>>