HomeSort by relevance Sort by last modified time
    Searched refs:subl (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /bionic/libc/arch-x86/string/
memcmp.S 34 subl %ecx,%edi /* four pairs of bytes do not */
35 subl %ecx,%esi /* match. */
40 subl %edx,%eax
bzero.S 28 subl %ecx,%edx
bcopy.S 86 subl $3,%esi
87 subl $3,%edi
memset.S 36 subl %edx,%ebx
  /external/valgrind/main/VEX/test/
fpgames.s 17 subl $4, %esp
21 subl $8, %esp
33 subl $12, %esp
44 subl $8, %esp
59 subl $12, %esp
67 subl $12, %esp
85 subl $8, %esp
90 subl $12, %esp
fp1.s 18 subl $8, %esp
42 subl $12, %esp
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586.S 96 subl $8,%ecx
267 subl $8,%ebp
404 subl $8,%ebx
569 subl $8,%ebp
678 subl %eax,%ecx
681 subl %edx,%ecx
687 subl %eax,%ecx
690 subl %edx,%ecx
696 subl %eax,%ecx
699 subl %edx,%ec
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.S 96 subl $8,%ecx
267 subl $8,%ebp
404 subl $8,%ebx
569 subl $8,%ebp
678 subl %eax,%ecx
681 subl %edx,%ecx
687 subl %eax,%ecx
690 subl %edx,%ecx
696 subl %eax,%ecx
699 subl %edx,%ec
    [all...]
  /art/runtime/arch/x86/
jni_entrypoints_x86.S 23 subl LITERAL(8), %esp // align stack
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
quick_entrypoints_x86.S 27 subl MACRO_LITERAL(16), %esp // Grow stack by 4 words, bottom word will hold Method*
39 subl MACRO_LITERAL(16), %esp // Grow stack by 4 words, bottom word will hold Method*
81 subl MACRO_LITERAL(8), %esp // Alignment padding
95 subl MACRO_LITERAL(8), %esp // alignment padding
196 subl MACRO_LITERAL(12), %esp // alignment padding
254 subl LITERAL(12), %ebx // remove space for return address, ebx, and ebp
255 subl %ebx, %esp // reserve stack space for argument array
290 subl MACRO_LITERAL(8), %esp // push padding
344 subl MACRO_LITERAL(12), %esp // alignment padding
428 subl LITERAL(12), %esp // alignment paddin
    [all...]
  /external/llvm/test/MC/ELF/
call-abs.s 8 subl $4, %esp
  /external/zlib/src/contrib/inflate86/
inffast.S 233 subl $local_var_size, %esp
252 subl $11, %edx /* avail_in -= 11 */
261 subl %ecx, %ebp /* start -= avail_out */
265 subl $257, %ecx /* avail_out -= 257 */
325 subl in_r, %ecx /* ecx = avail_in */
327 subl %ecx, %eax /* eax = 12 - avail_in */
625 subl beg(%esp), %eax /* nbytes = out - beg */
632 subl dist_r, from_r /* from = out - dist */
634 subl $3, %ecx
658 subl $3, %ec
    [all...]
  /external/llvm/test/MC/COFF/
basic-coff-64.s 15 subl $4, %esp
basic-coff.s 15 subl $4, %esp
symbol-fragment-offset-64.s 15 subl $4, %esp
symbol-fragment-offset.s 15 subl $4, %esp
weak.s 16 subl $4, %esp
simple-fixups.s 42 subl $4, %esp
  /external/valgrind/main/memcheck/tests/x86/
tronical.S 76 subl $8, %esp
80 subl $12, %esp
93 subl $20, %esp
  /external/compiler-rt/lib/i386/
divdi3.S 36 subl %ecx, %eax
48 subl %ecx, %eax
85 subl %eax, %ebx
89 subl %eax, %ecx // ECX:EBX = a - q*b
106 subl %ebx, %edx // subtract bhi from ahi so that divide will not
123 subl %eax, %ebx
127 subl %eax, %ecx // ECX:EBX = a - q*b
moddi3.S 36 subl %ecx, %eax
47 subl %ecx, %eax
84 subl %eax, %ebx
88 subl %eax, %ecx // ECX:EBX = a - q*b
107 subl %ebx, %edx // subtract bhi from ahi so that divide will not
124 subl %eax, %ebx
128 subl %eax, %ecx // ECX:EBX = a - q*b
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/test/MC/AsmParser/
hello.s 10 subl $8, %esp

Completed in 311 milliseconds

1 2 3 4 5