HomeSort by relevance Sort by last modified time
    Searched refs:eax (Results 376 - 400 of 856) sorted by null

<<11121314151617181920>>

  /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...]
memset.S 13 movzbl 16(%esp),%eax /* unsigned char, zero extend */
28 movl %eax,%edx
29 sall $16,%eax
30 orl %edx,%eax
52 popl %eax /* pop address of buffer */
  /dalvik/vm/mterp/x86-atom/
binopDLit16.S 35 movl rINST, %eax # %eax<- BA
36 shr $$4, %eax # %eax<- B
39 GET_VREG %eax # %eax<- vB
44 cmpl $$0x80000000,%eax # handle min int special case divide error
47 cdq # sign-extend %eax to %edx
48 idiv %ecx # divide %edx:%eax by %ecx
51 SET_VREG %eax rINST # vA<- %eax (quotient
    [all...]
OP_FILLED_NEW_ARRAY.S 53 movl (%edx, %ecx, 4), %eax # %eax<- possibly resolved class
54 cmp $$0, %eax # %eax<- check if already resolved
71 cmp $$0, %eax # check for null return
76 * %eax holds array class
81 movl offClassObject_descriptor(%eax), %eax # %eax<- arrayClass->descriptor
82 movzbl 1(%eax), %eax # %eax<- descriptor[1
    [all...]
  /dalvik/vm/mterp/x86/
OP_IGET.S 16 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
19 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
22 movl (%eax,rIBASE,4),%eax # resolved entry
23 testl %eax,%eax # is resolved entry null?
34 testl %eax,%eax # returns InstrField pt
    [all...]
OP_IGET_JUMBO.S 17 movl offThread_methodClassDex(%ecx),%eax # eax<- DvmDex
19 movl offDvmDex_pResFields(%eax),%eax # eax<- pDvmDex->pResFields
21 movl (%eax,rIBASE,4),%eax # resolved entry
22 testl %eax,%eax # is resolved entry null?
33 testl %eax,%eax # returns InstrField pt
    [all...]
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_ARRAY_LENGTH.S 5 mov rINST,%eax # eax<- BA
8 andb $$0xf,%al # eax<- A
14 SET_VREG rINST %eax
OP_FILL_ARRAY_DATA.S 5 GET_VREG_R %eax rINST
7 movl %eax,OUT_ARG0(%esp)
13 testl %eax,%eax # exception thrown?
OP_MOVE_WIDE.S 6 GET_VREG_WORD %eax rINST 0 # eax<- v[B+0]
10 SET_VREG_WORD %eax %ecx 0 # v[A+0]<- eax
OP_PACKED_SWITCH.S 14 GET_VREG_R %eax rINST # eax<- vAA
16 movl %eax,OUT_ARG1(%esp) # ARG1<- vAA
20 ADVANCE_PC_INDEXED %eax
binopWide2addr.S 7 GET_VREG_WORD %eax %ecx 0 # eax<- v[B+0]
8 GET_VREG_WORD %ecx %ecx 1 # eax<- v[B+1]
10 $instr1 # example: addl %eax,(rFP,rINST,4)
  /external/llvm/test/MC/MachO/
darwin-x86_64-reloc-offsets.s 45 movl %eax, _d(%rip)
46 movl %eax, _d + 1(%rip)
47 movl %eax, _d + 2(%rip)
48 movl %eax, _d + 3(%rip)
49 movl %eax, _d + 4(%rip)
82 movl %eax, L0(%rip)
83 movl %eax, L0 + 1(%rip)
84 movl %eax, L0 + 2(%rip)
85 movl %eax, L0 + 3(%rip)
86 movl %eax, L0 + 4(%rip
    [all...]
relax-jumps.s 31 xorl %eax, %eax
  /external/quake/quake/src/QW/server/
worlda.s 30 movl num(%esp),%eax
31 testl %eax,%eax
51 // %eax: num
63 // !!! if the size of dclipnode_t changes, the scaling of %eax needs to be
65 movl nd_planenum(%edi,%eax,8),%ecx
66 movl nd_children(%edi,%eax,8),%eax
67 movl %eax,%esi
68 rorl $16,%eax
    [all...]
  /external/quake/quake/src/WinQuake/
worlda.s 50 movl num(%esp),%eax
51 testl %eax,%eax
71 // %eax: num
83 // !!! if the size of dclipnode_t changes, the scaling of %eax needs to be
85 movl nd_planenum(%edi,%eax,8),%ecx
86 movl nd_children(%edi,%eax,8),%eax
87 movl %eax,%esi
88 rorl $16,%eax
    [all...]
  /external/zlib/contrib/inflate86/
inffast.S 249 movl next_in_strm(strm_r), %eax
251 addl %eax, %edx /* avail_in += next_in */
254 movl %eax, in(%esp)
283 movl lencode_state(state_r), %eax
286 movl %eax, lcode(%esp)
289 movl $1, %eax
291 shll %cl, %eax
292 decl %eax
293 movl %eax, lmask(%esp)
295 movl $1, %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...]
  /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/MC/X86/
x86_64-encoding.s 13 // CHECK: crc32b %bl, %eax
15 crc32b %bl, %eax
17 // CHECK: crc32b 4(%rbx), %eax
19 crc32b 4(%rbx), %eax
21 // CHECK: crc32w %bx, %eax
23 crc32w %bx, %eax
25 // CHECK: crc32w 4(%rbx), %eax
27 crc32w 4(%rbx), %eax
29 // CHECK: crc32l %ebx, %eax
31 crc32l %ebx, %eax
    [all...]
  /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/bionic/
crtbegin_so.S 61 movl __dso_handle@GOTOFF(%ebx), %eax
62 movl %eax, (%esp)
64 movl __deregister_frame_info_bases@GOT(%ebx), %eax
65 testl %eax, %eax
67 leal __EH_FRAME_BEGIN__@GOTOFF(%ebx), %eax
68 movl %eax, (%esp)
87 movl __register_frame_info_bases@GOT(%ebx), %eax
88 testl %eax, %eax
    [all...]
syscall.S 4 * %eax: system call number
26 mov 16(%esp),%eax
35 cmpl $-4095, %eax
37 negl %eax
38 pushl %eax
41 orl $-1, %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
__mmap2.S 22 movl $__NR_mmap2, %eax
24 cmpl $-129, %eax
26 negl %eax
27 pushl %eax
30 orl $-1, %eax

Completed in 338 milliseconds

<<11121314151617181920>>