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

1 2 3 4 5

  /dalvik/vm/mterp/x86/
OP_RSUB_INT.S 2 %include "x86/binopLit16.S" {"instr":"subl %eax,%ecx","result":"%ecx"}
OP_RSUB_INT_LIT8.S 2 %include "x86/binopLit8.S" {"instr":"subl %eax,%ecx" , "result":"%ecx"}
OP_SUB_INT.S 2 %include "x86/binop.S" {"instr":"subl (rFP,%ecx,4),%eax"}
OP_SUB_INT_2ADDR.S 2 %include "x86/binop2addr.S" {"instr":"subl %eax,(rFP,%ecx,4)"}
OP_SUB_LONG.S 2 %include "x86/binopWide.S" {"instr1":"subl (rFP,%ecx,4),rPC", "instr2":"sbbl 4(rFP,%ecx,4),%eax"}
OP_SUB_LONG_2ADDR.S 2 %include "x86/binopWide2addr.S" {"instr1":"subl %eax,(rFP,rINST_FULL,4)","instr2":"sbbl %ecx,4(rFP,rINST_FULL,4)"}
  /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...]
  /external/quake/quake/src/WinQuake/
dosasm.s 24 subl %eax,%eax
25 subl %edx,%edx
31 subl %edx,%edx
57 subl $0x38000,%eax
d_copy.s 52 subl %ecx,%eax
56 subl %ecx,%eax
97 subl $4,%esi
130 subl %ebx,%eax
132 subl %ebx,%edx
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...]
  /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
  /external/quake/quake/src/QW/client/
d_copy.s 52 subl %ecx,%eax
56 subl %ecx,%eax
97 subl $4,%esi
130 subl %ebx,%eax
132 subl %ebx,%edx
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/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/libm/i387/
s_ceilf.S 14 subl $8,%esp
s_ceill.S 12 subl $8,%esp
s_floorf.S 14 subl $8,%esp
s_floorl.S 12 subl $8,%esp
s_trunc.S 12 subl $8,%esp
s_truncf.S 12 subl $8,%esp
s_truncl.S 12 subl $8,%esp
  /dalvik/vm/mterp/x86-atom/
OP_SUB_INT.S 20 %include "x86-atom/binop.S" {"instr":"subl (rFP, %edx, 4), %ecx"}
OP_SUB_INT_2ADDR.S 20 %include "x86-atom/binop2addr.S" {"instr":"subl %edx, (rFP, rINST, 4)"
OP_SUB_INT_LIT8.S 20 %include "x86-atom/binopLit8.S" {"instr":"subl %edx, %ecx"}

Completed in 384 milliseconds

1 2 3 4 5