/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),rIBASE", "instr2":"sbbl 4(rFP,%ecx,4),%eax"}
|
OP_SUB_LONG_2ADDR.S | 2 %include "x86/binopWide2addr.S" {"instr1":"subl %eax,(rFP,rINST,4)","instr2":"sbbl %ecx,4(rFP,rINST,4)"}
|
/external/llvm/test/CodeGen/Alpha/ |
i32_sub_1.ll | 2 ; RUN: llc < %s -march=alpha | grep -i {subl \$16,1,\$0}
|
/external/llvm/test/CodeGen/X86/ |
tailcall-stackalign.ll | 18 ; expect match subl [stacksize] here 23 ; CHECK-NEXT: subl $12
|
/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/valgrind/main/none/tests/x86/ |
jcxz.c | 17 "subl $1, %%ecx\n\t" 38 "subl $1, %%ecx\n\t"
|
/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...] |
/external/valgrind/main/memcheck/tests/x86/ |
tronical.S | 76 subl $8, %esp 80 subl $12, %esp 93 subl $20, %esp
|
/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
|