/art/runtime/arch/x86/ |
portable_entrypoints_x86.S | 38 subl LITERAL(12), %ebx // remove space for return address, ebx, and ebp 39 subl %ebx, %esp // reserve stack space for argument array 72 subl LITERAL(8), %esp // Align stack 94 subl LITERAL(8), %esp // Align stack 117 subl LITERAL(12), %esp // Align stack
|
jni_entrypoints_x86.S | 23 subl LITERAL(8), %esp // align stack
|
/external/compiler-rt/lib/i386/ |
udivdi3.S | 56 subl %eax, %ebx 60 subl %eax, %ecx // ECX:EBX = a - q*b 71 subl %ebx, %edx // subtract bhi from ahi so that divide will not 88 subl %eax, %ebx 92 subl %eax, %ecx // ECX:EBX = a - q*b
|
umoddi3.S | 57 subl %eax, %ebx 61 subl %eax, %ecx // ECX:EBX = a - q*b 76 subl %ebx, %edx // subtract bhi from ahi so that divide will not 93 subl %eax, %ebx 97 subl %eax, %ecx // ECX:EBX = a - q*b
|
/external/llvm/lib/Target/X86/ |
README-MMX.txt | 18 subl $28, %esp 36 subl $12, %esp 53 subl $12, %esp
|
/external/llvm/test/CodeGen/X86/ |
force-align-stack-alloca.ll | 25 ; CHECK-NEXT: subl $32, %esp 36 ; CHECK: subl $32, %esp 43 ; CHECK: subl $32, %esp
|
2008-09-11-CoalescerBug2.ll | 10 ; SOURCE-SCHED: subl 18 ; SOURCE-SCHED: subl
|
fast-isel-x86.ll | 43 ; CHECK: subl $44 57 ; CHECK: subl $28
|
segmented-stacks-dynamic.ll | 34 ; X32-NEXT: subl %ecx, %eax 39 ; X32: subl $12, %esp
|
sub-with-overflow.ll | 22 ; CHECK: subl 20(%esp) 42 ; CHECK: subl 20(%esp)
|
atomic6432.ll | 35 ; X32: subl 40 ; X32: subl 45 ; X32: subl 50 ; X32: subl
|
stack-update-frame-opcode.ll | 15 ; CORE_ILP32: subl $1608
|
vec_call.ll | 2 ; RUN: grep "subl.*60"
|
2006-05-08-InstrSched.ll | 1 ; RUN: llc < %s -march=x86 -relocation-model=static | not grep "subl.*%esp"
|
atom-lea-sp.ll | 15 ; CHECK: subl
|
/bionic/libc/arch-x86/bionic/ |
clone.S | 22 subl $16, %ecx 79 subl $16, %ecx
|
/bionic/libc/arch-x86/string/ |
bzero.S | 28 subl %ecx,%edx
|
memset.S | 36 subl %edx,%ebx
|
bcopy.S | 86 subl $3,%esi 87 subl $3,%edi
|
/external/llvm/test/MC/COFF/ |
simple-fixups.s | 42 subl $4, %esp
|
/external/valgrind/main/memcheck/tests/x86/ |
pushfpopf_s.S | 16 subl 12(%ebp), %eax
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha256-586.S | 20 subl $16,%esp 79 subl $32,%esp 127 subl $4,%esp 188 subl $4,%esp 226 subl $256,%ebp
|
/external/openssl/crypto/sha/asm/ |
sha256-586.S | 20 subl $16,%esp 79 subl $32,%esp 127 subl $4,%esp 188 subl $4,%esp 226 subl $256,%ebp
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/ |
win32at.asm | 26 subl $8,%esp label 76 subl $84,%esp label
|
/external/valgrind/main/VEX/orig_amd64/ |
test1.sorted | [all...] |