HomeSort by relevance Sort by last modified time
    Searched refs:addl (Results 201 - 225 of 346) sorted by null

1 2 3 4 5 6 7 891011>>

  /bionic/libc/arch-x86/syscalls/
write.S 23 addl $4, %esp
writev.S 23 addl $4, %esp
  /dalvik/vm/mterp/x86-atom/
OP_MUL_LONG.S 64 addl %eax, %ecx # %ecx<- (WZ + XY)
68 addl %edx, %ecx # %ecx<- carry + (WZ + XY)
OP_MUL_LONG_2ADDR.S 65 addl %eax, %ecx # %ecx<- (WZ + XY)
68 addl %edx, %ecx # %ecx<- carry + (WZ + XY)
header.S 172 addl \_reg, rPC
254 addl $$dvmAsmInstructionStart,\_reg
287 addl $$(\_count*2), rPC
303 addl \_reg, rPC
332 addl $$(\_count*2), rPC
346 addl \_reg, rPC
382 addl $$(\_count*2), rPC
396 addl \_reg, rPC
  /external/llvm/test/MC/AsmParser/
hello.s 21 addl $8, %esp
  /external/llvm/test/MC/COFF/
symbol-fragment-offset.s 24 addl $4, %esp
  /external/oprofile/module/ia64/
IA64syscallstub.h 28 addl r16=.L2_##name - .L1_##name, r3; \
39 addl r14=.post_fptr_##name - .L2_##name, r3; \
47 addl r14=@ltoff(old_sys_##name), gp; \
48 addl r16=@gprel(.post_saverp_##name), gp; \
66 addl r14=.post_fptr_##name - .L3_##name, r3; \
75 addl r16=@gprel(.post_saverp_##name), gp; \
125 addl r17=.L5_##name - .L4_##name, r3; \
136 addl r14=.pre_fptr_##name - .L5_##name, r3; \
150 addl r14=@ltoff(old_sys_##name), gp; \
  /external/valgrind/main/VEX/test/
fpgames.s 26 addl $16, %esp
36 addl $16, %esp
49 addl $16, %esp
62 addl $16, %esp
  /bionic/libc/arch-x86/bionic/
atexit.S 38 addl $_GLOBAL_OFFSET_TABLE_, %ebx
46 addl $20, %esp
setjmp.S 54 addl $4,%esp
78 addl $4,%esp
sigsetjmp.S 50 addl $4,%esp
77 addl $4,%esp
  /bionic/libc/arch-x86/string/
bcopy.S 76 addl %ecx,%edi /* copy backwards. */
77 addl %ecx,%esi
strcpy.S 58 addl $8,%edx
59 addl $8,%ecx
  /dalvik/vm/mterp/x86/
binopWide.S 11 $instr1 # ex: addl (rFP,%ecx,4),rIBASE
binopWide2addr.S 10 $instr1 # example: addl %eax,(rFP,rINST,4)
  /external/oprofile/module/x86/
oprofile_nmi.S 35 addl $4, %esp; \
62 addl $4, %esp
  /external/openssl/crypto/bn/asm/
parisc-mont.pl 186 addl $num,$num,$num ; I operate on 32-bit values
199 addl $hi1,%sp,%sp
209 addl $arrsz,$ap,$ap ; point at the end
210 addl $arrsz,$np,$np
240 addl $ab0,$nm0,$nm0 ; low part is discarded
249 addl $hi0,$ab1,$ab1
254 addl $hi1,$nm1,$nm1
257 addl $ab1,$nm1,$nm1
264 addl $hi0,$ab0,$ab0
269 addl $hi1,$nm0,$nm
    [all...]
  /external/quake/quake/src/QW/client/
surf16.s 99 addl %eax,%esi
100 addl %ecx,%ebp
105 addl %eax,%edx
106 addl %ecx,%edi
162 addl $4,%ebx
  /external/quake/quake/src/WinQuake/
surf16.s 99 addl %eax,%esi
100 addl %ecx,%ebp
105 addl %eax,%edx
106 addl %ecx,%edi
162 addl $4,%ebx
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-x86-darwin.S 101 addl $4, %esp
109 addl $4, %esp
186 /* Use "addl $1", not "incl", to avoid partial-flags stall on P4 */
187 addl $1, (%edx)
225 addl $1, VG_(dispatch_ctr)
233 addl $1, VG_(dispatch_ctr)
dispatch-x86-linux.S 84 addl $4, %esp
92 addl $4, %esp
176 /* Use "addl $1", not "incl", to avoid partial-flags stall on P4 */
177 addl $1, (%edx)
219 addl $1, VG_(dispatch_ctr)
227 addl $1, VG_(dispatch_ctr)
  /external/compiler-rt/lib/i386/
moddi3.S 91 addl 24(%esp), %ebx // otherwise
96 addl %esi, %eax // Restore correct sign to result
131 addl 24(%esp), %ebx // otherwise
136 addl %esi, %eax // Restore correct sign to result
158 addl %esi, %eax // Restore correct sign to result
  /frameworks/compile/libbcc/runtime/lib/i386/
moddi3.S 91 addl 24(%esp), %ebx // otherwise
96 addl %esi, %eax // Restore correct sign to result
131 addl 24(%esp), %ebx // otherwise
136 addl %esi, %eax // Restore correct sign to result
158 addl %esi, %eax // Restore correct sign to result
  /external/zlib/contrib/asm586/
match.S 163 addl %eax, %esi
255 addl %ecx, %esi
284 addl $8, %edx
287 LeaveLoopCmps4: addl $4, %edx
290 addl $2, %edx
329 addl %eax, %esi
359 addl $LocalVarsSize, %esp

Completed in 623 milliseconds

1 2 3 4 5 6 7 891011>>