/external/llvm/test/CodeGen/X86/ |
sub-with-overflow.ll | 22 ; CHECK: subl 20(%esp) 42 ; CHECK: subl 20(%esp)
|
stack-update-frame-opcode.ll | 15 ; CORE_ILP32: subl $1608
|
vec_call.ll | 2 ; RUN: grep "subl.*60"
|
x86-64-baseptr.ll | 11 ; X32ABI: subl $32, %esp
|
cleanuppad-inalloca.ll | 40 ; CHECK: subl ${{[0-9]+}}, %esp 53 ; CHECK: subl $8, %esp
|
fast-isel-x86.ll | 43 ; CHECK: subl $44 57 ; CHECK: subl $28
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
tlsdesc.s | 155 subl sg2@gottpoff(%ebx), %ecx 161 subl sg4@gottpoff(%ebx), %eax 179 subl sl2@gottpoff(%ebx), %ecx 185 subl sl4@gottpoff(%ebx), %eax 203 subl sh2@gottpoff(%ebx), %ecx 209 subl sh4@gottpoff(%ebx), %eax 227 subl sH2@gottpoff(%ebx), %ecx 233 subl sH4@gottpoff(%ebx), %eax
|
tlsgdesc.s | 17 subl sG3@gottpoff(%ebx), %ecx 95 subl sG6@gottpoff(%ebx), %ecx
|
tlspic1.s | 161 subl sg2@gottpoff(%ebx), %ecx 167 subl sg4@gottpoff(%ebx), %eax 185 subl sl2@gottpoff(%ebx), %ecx 191 subl sl4@gottpoff(%ebx), %eax 209 subl sh2@gottpoff(%ebx), %ecx 215 subl sh4@gottpoff(%ebx), %eax 233 subl sH2@gottpoff(%ebx), %ecx 239 subl sH4@gottpoff(%ebx), %eax
|
tlsbindesc.s | 106 subl sG2@gottpoff(%ebx), %ecx 112 subl sG4@gottpoff(%ebx), %eax 130 subl sg1@gottpoff(%ebx), %ecx 142 subl sh1@gottpoff(%ebx), %ecx
|
tlsbinpic.s | 106 subl sG2@gottpoff(%ebx), %ecx 112 subl sG4@gottpoff(%ebx), %eax 130 subl sg1@gottpoff(%ebx), %ecx 142 subl sh1@gottpoff(%ebx), %ecx
|
/art/runtime/arch/x86/ |
quick_entrypoints_x86.S | 31 subl MACRO_LITERAL(12), %esp // Grow stack by 3 words. 57 subl MACRO_LITERAL(12), %esp // Grow stack by 3 words. 86 subl MACRO_LITERAL(8), %esp // Grow stack by 2 words. 128 subl MACRO_LITERAL(4 * 8), %esp 167 subl MACRO_LITERAL(32), %esp 230 subl MACRO_LITERAL(12), %esp // Alignment padding 242 subl MACRO_LITERAL(12), %esp // alignment padding 256 subl MACRO_LITERAL(8), %esp // alignment padding 473 subl LITERAL(20), %ebx // remove space for return address, ebx, ebp, esi and edi 474 subl %ebx, %esp // reserve stack space for argument arra [all...] |
jni_entrypoints_x86.S | 23 subl LITERAL(8), %esp // align stack
|
/external/fec/ |
peak_sse2_assist.s | 23 1: subl $8,%ecx
|
peak_sse_assist.s | 23 1: subl $4,%ecx
|
peakval_sse2_assist.s | 23 1: subl $8,%ecx
|
peakval_sse_assist.s | 23 1: subl $4,%ecx
|
/external/llvm/test/MC/COFF/ |
simple-fixups.s | 43 subl $4, %esp
|
/external/valgrind/memcheck/tests/x86/ |
pushfpopf_s.S | 18 subl 12(%ebp), %eax
|
/prebuilts/go/darwin-x86/src/runtime/ |
memmove_386.s | 102 SUBL $4, DI 103 SUBL $4, SI 109 SUBL BX, DI 110 SUBL BX, SI
|
/prebuilts/go/linux-x86/src/runtime/ |
memmove_386.s | 102 SUBL $4, DI 103 SUBL $4, SI 109 SUBL BX, DI 110 SUBL BX, SI
|
/prebuilts/go/darwin-x86/src/math/big/ |
arith_386.s | 114 SUBL AX, DX 130 SUBL $1, BX // i-- 150 SUBL $1, BX // i-- 165 SUBL $1, BP // n-- 267 E7: SUBL $1, BX // i--
|
/prebuilts/go/linux-x86/src/math/big/ |
arith_386.s | 114 SUBL AX, DX 130 SUBL $1, BX // i-- 150 SUBL $1, BX // i-- 165 SUBL $1, BP // n-- 267 E7: SUBL $1, BX // i--
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
mips64-mdmx.s | 274 subl.ob $v12, 18 275 subl.ob $v12, $v18 276 subl.ob $v12, $v18[6] 278 subl.qh $v12, 18 279 subl.qh $v12, $v18 280 subl.qh $v12, $v18[2]
|
/bionic/libc/arch-x86/generic/string/ |
bcopy.S | 84 subl $3,%esi 85 subl $3,%edi
|