/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/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...] |
/external/llvm/test/CodeGen/X86/ |
tailcall-stackalign.ll | 18 ; expect match subl [stacksize] here 23 ; CHECK-NEXT: subl $12
|
stack-align2.ll | 13 ; LINUX-I386: subl $12, %esp 14 ; DARWIN-I386: subl $12, %esp 15 ; NETBSD-I386-NOT: subl {{.*}}, %esp
|
pr14314.ll | 9 ; CHECK: subl {{%[a-z]+}}, %ebx
|
2006-03-01-InstrSchedBug.ll | 1 ; RUN: llc < %s -march=x86 | not grep "subl.*%esp"
|
tailcall-calleesave.ll | 11 ; CHECK: subl $[[SIZE:[0-9]+]], %esp
|
inreg.ll | 12 ; DAG: subl $[[AMT:.*]], %esp 22 ; FAST: subl $[[AMT:.*]], %esp
|
/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/llvm/test/MC/ELF/ |
call-abs.s | 8 subl $4, %esp
|
/external/valgrind/main/none/tests/x86/ |
jcxz.c | 17 "subl $1, %%ecx\n\t" 38 "subl $1, %%ecx\n\t"
|
/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/valgrind/main/memcheck/tests/x86/ |
tronical.S | 76 subl $8, %esp 80 subl $12, %esp 93 subl $20, %esp
|
/external/llvm/test/MC/AsmParser/ |
hello.s | 10 subl $8, %esp
|
/art/runtime/arch/x86/ |
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/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
|