/bionic/libc/arch-x86/bionic/ |
atexit.S | 39 subl $20, %esp
|
/bionic/libc/arch-x86/string/ |
strncmp.S | 107 subl %ecx,%eax
|
/bionic/libm/i387/ |
s_ceil.S | 43 subl $8,%esp
|
s_floor.S | 43 subl $8,%esp
|
/dalvik/vm/mterp/x86/ |
entry.S | 37 subl $$(FRAME_SIZE-4), %esp
|
/external/llvm/test/CodeGen/X86/ |
2008-12-19-EarlyClobberBug.ll | 26 %asmtmp = tail call { i32, i32 } asm "subl $5,$1\0A\09sbbl $3,$0", "=r,=&r,0,imr,1,imr,~{dirflag},~{fpsr},~{flags}"(i32 %3, i32 %7, i32 %1, i32 %0) nounwind ; <{ i32, i32 }> [#uses=2]
|
atomic_add.ll | 8 ; CHECK: subl 198 ; CHECK: subl $2
|
/external/llvm/test/MC/ELF/ |
basic-elf-32.s | 9 subl $4, %esp
|
relax-arith.s | 63 subl $foo, bar
|
/external/llvm/test/Object/ |
objdump-disassembly-inline-relocations.test | 8 COFF-i386: 0: 83 ec 0c subl $12, %esp
|
objdump-trivial-object.test | 12 COFF-i386: 0: 83 ec 0c subl $12, %esp 35 ELF-i386: 0: 83 ec 0c subl $12, %esp
|
/dalvik/vm/arch/x86/ |
Call386ABI.S | 95 subl $12,%esp 107 subl %ecx,%esp
|
/dalvik/vm/arch/x86-atom/ |
Call386ABI.S | 101 subl %ecx, %esp # %esp<- expanded for arg region 108 subl $24, %esp
|
/external/kernel-headers/original/asm-x86/ |
local_32.h | 43 "subl %1,%0" 62 "subl %2,%0; sete %1"
|
spinlock_32.h | 171 asm volatile(LOCK_PREFIX " subl $1,(%0)\n\t" 180 asm volatile(LOCK_PREFIX " subl $" RW_LOCK_BIAS_STR ",(%0)\n\t"
|
/external/libffi/src/x86/ |
darwin.S | 47 subl $8,%esp 50 subl %ecx,%esp 55 subl $8,%esp 190 subl $40, %esp 278 subl $36, %esp
|
sysv.S | 47 subl $8,%esp /* Android: copy from darwin.S */ 50 subl %ecx,%esp 55 subl $8,%esp /* Android: copy from darwin.S */ 179 subl $40, %esp 265 subl $36, %esp
|
/external/zlib/contrib/asm586/ |
match.S | 90 subl $LocalVarsSize, %esp 129 subl $MIN_LOOKAHEAD, %eax 130 subl %eax, %ebp 230 subl $0x00010000, %ebx /* 4 U pipe */ 300 subl %edi, %eax
|
/external/zlib/contrib/inflate86/ |
inffas86.c | 369 " subl %%ecx, %%eax\n" /* eax -= nbytes */ 376 " subl %%ecx, %%eax\n" /* eax -= nbytes */ 392 " subl %%eax, %%ecx\n" /* nbytes -= write */ 398 " subl %%ecx, %%eax\n" /* len -= nbytes */ 405 " subl %%ecx, %%eax\n" /* len -= nbytes */ 421 " subl %%ecx, %%eax\n" /* len -= nbytes */ 607 " subl 20(%%esp), %%eax\n" /* nbytes = out - beg */ 614 " subl %%ebp, %%esi\n" /* from = out - dist */ 698 " subl %%ecx, %%eax\n" 705 " subl %%ecx, %%eax\n" /* len -= nbytes * [all...] |
/external/quake/quake/src/QW/client/ |
r_drawa.s | 319 subl %edx,%edx 320 subl %esi,%eax 325 subl %esi,%esi 367 subl %edx,%edx 368 subl %esi,%eax 541 subl $(mv_size),%esp // allocate space for clipvert 636 subl $(mv_size),%esp // allocate space for clipvert
|
/external/quake/quake/src/WinQuake/ |
r_drawa.s | 319 subl %edx,%edx 320 subl %esi,%eax 325 subl %esi,%esi 367 subl %edx,%edx 368 subl %esi,%eax 541 subl $(mv_size),%esp // allocate space for clipvert 636 subl $(mv_size),%esp // allocate space for clipvert
|
/external/grub/netboot/ |
timer.c | 80 __asm__("subl %2,%0\n\t"
|
/external/grub/stage2/ |
nbloader.S | 91 subl %ecx, %edx
|
/external/llvm/docs/CommandGuide/ |
FileCheck.pod | 75 ; <b>CHECK: subl</b> 101 is a "subl" in between those labels. If it existed somewhere else in the file, 102 that would not count: "grep subl" matches if subl exists anywhere in the
|
/external/llvm/lib/Target/X86/ |
README.txt | 381 00000000 subl $0x04,%esp 557 subl $12, %esp 568 subl $12, %esp 583 subl $12, %esp 610 subl %ecx, %eax 626 subl 4(%esp), %eax 635 subl $4, %esp 643 pop into a dummy register instead of using addl/subl of esp. Just don't pop 658 subl $20, %esp 737 subl %eax, -80(%ebp [all...] |