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

1 2 3 4

  /bionic/libm/i387/
s_lrint.S 32 subl $4,%esp
s_lrintf.S 32 subl $4,%esp
s_llrint.S 32 subl $8,%esp
s_llrintf.S 32 subl $8,%esp
s_trunc.S 12 subl $8,%esp
s_truncf.S 12 subl $8,%esp
s_truncl.S 12 subl $8,%esp
s_ceil.S 43 subl $8,%esp
s_ceilf.S 14 subl $8,%esp
s_ceill.S 12 subl $8,%esp
s_floor.S 43 subl $8,%esp
s_floorf.S 14 subl $8,%esp
s_floorl.S 12 subl $8,%esp
  /external/openssl/crypto/camellia/
camellia.c 476 #define subl(x) subL[(x)] macro
484 u32 subL[26];
498 subl(0) = kll; subr(0) = klr;
500 subl(1) = krl; subr(1) = krr;
504 subl(4) = kll; subr(4) = klr;
506 subl(5) = krl; subr(5) = krr;
510 subl(10) = kll; subr(10) = klr;
512 subl(11) = krl; subr(11) = krr;
516 subl(13) = krl; subr(13) = krr
    [all...]
  /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
  /external/quake/quake/src/WinQuake/
dosasm.s 24 subl %eax,%eax
25 subl %edx,%edx
31 subl %edx,%edx
57 subl $0x38000,%eax
surf8.s 75 subl %edx,%ebp
90 subl %eax,%ebx
91 subl %edx,%ecx
99 subl %ecx,%ebx
103 subl %ecx,%ecx // high word must be 0 in loop for addressing
106 subl %ebx,%ebx // high word must be 0 in loop for addressing
252 subl C(r_stepback),%esi
301 subl %edx,%ebp
316 subl %eax,%ebx
317 subl %edx,%ec
    [all...]
  /external/zlib/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/quake/quake/src/QW/client/
surf8.s 75 subl %edx,%ebp
90 subl %eax,%ebx
91 subl %edx,%ecx
99 subl %ecx,%ebx
103 subl %ecx,%ecx // high word must be 0 in loop for addressing
106 subl %ebx,%ebx // high word must be 0 in loop for addressing
252 subl C(r_stepback),%esi
301 subl %edx,%ebp
316 subl %eax,%ebx
317 subl %edx,%ec
    [all...]
d_copy.s 52 subl %ecx,%eax
56 subl %ecx,%eax
97 subl $4,%esi
130 subl %ebx,%eax
132 subl %ebx,%edx
  /external/bluetooth/glib/gio/inotify/
inotify-path.c 316 GList *subl; local
319 for (subl = dir->subs; subl; subl = subl->next)
321 inotify_sub *sub = subl->data;
353 GList *subl; local
356 for (subl = dir->subs; subl; subl = subl->next
    [all...]
  /bionic/libc/arch-x86/bionic/
crtend_so.S 20 subl $4, %esi
  /dalvik/vm/mterp/x86-atom/
OP_RSUB_INT.S 37 subl %ecx, %edx # %edx<- +CCCC sub vB

Completed in 1132 milliseconds

1 2 3 4