HomeSort by relevance Sort by last modified time
    Searched refs:stp (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 35 stp x5, x6, [x1, #-16]!
  /external/libxaac/decoder/armv8/
ixheaacd_postradixcompute4.s 3 stp x8, x9, [sp, #-16]!
4 stp x10, X11, [sp, #-16]!
5 stp X12, X13, [sp, #-16]!
6 stp X14, X15, [sp, #-16]!
7 stp X29, X30, [sp, #-16]!
ixheaacd_cos_sin_mod_loop1.s 2 stp q8, q9, [sp, #-32]!
3 stp q10, q11, [sp, #-32]!
4 stp q12, q13, [sp, #-32]!
5 stp q14, q15, [sp, #-32]!
6 stp X8, X9, [sp, #-16]!
7 stp X10, X11, [sp, #-16]!
8 stp X12, X13, [sp, #-16]!
9 stp X14, X15, [sp, #-16]!
10 stp X16, X17, [sp, #-16]!
11 stp X18, X19, [sp, #-16]
    [all...]
ixheaacd_sbr_qmf_analysis32_neon.s 2 stp d8, d9, [sp, #-16]!
3 stp d10, d11, [sp, #-16]!
4 stp d12, d13, [sp, #-16]!
5 stp d14, d15, [sp, #-16]!
6 stp X8, X9, [sp, #-16]!
7 stp X10, X11, [sp, #-16]!
8 stp X12, X13, [sp, #-16]!
9 stp X14, X15, [sp, #-16]!
10 stp X16, X17, [sp, #-16]!
11 stp X29, X30, [sp, #-16]
    [all...]
  /external/libunwind_llvm/src/
UnwindRegistersSave.S 393 stp x0, x1, [x0, #0x000]
394 stp x2, x3, [x0, #0x010]
395 stp x4, x5, [x0, #0x020]
396 stp x6, x7, [x0, #0x030]
397 stp x8, x9, [x0, #0x040]
398 stp x10,x11, [x0, #0x050]
399 stp x12,x13, [x0, #0x060]
400 stp x14,x15, [x0, #0x070]
401 stp x16,x17, [x0, #0x080]
402 stp x18,x19, [x0, #0x090
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
tls-large-desc-be.d 24 +10028: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
32 +10048: a9bf0fe2 stp x2, x3, \[sp,#-16\]!
tls-large-desc.d 24 +10028: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
32 +10048: a9bf0fe2 stp x2, x3, \[sp,#-16\]!
farcall-b-plt.d 11 .*: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
farcall-bl-plt.d 11 .*: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
tls-tiny-gd.d 16 +1000c: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
emit-relocs-515-be.d 23 10024: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
emit-relocs-515.d 23 10024: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
emit-relocs-516-be.d 24 10028: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
emit-relocs-516.d 24 10028: a9bf7bf0 stp x16, x30, \[sp,#-16\]!
  /external/curl/lib/
curl_setup.h 359 # define fstat(fdes,stp) _fstati64(fdes, stp)
361 # define stat(fname,stp) _stati64(fname, stp)
377 # define fstat(fdes,stp) _fstat(fdes, stp)
378 # define stat(fname,stp) _stat(fname, stp)
  /external/syslinux/com32/lib/sys/vesa/
vesa.h 104 uint32_t *stp = (uint32_t *) __vesa_info.mi.lfb_ptr;
105 stp[pos * 3] = color;
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_aarch64.S 11 stp x29, x30, [sp, -32]!
59 stp x29, x30, [sp, -32]!
107 stp x29, x30, [sp, -32]!
117 stp x19, x20, [sp, 16]
159 stp x29, x30, [sp, -32]!
169 stp x19, x20, [sp, 16]
  /art/runtime/arch/arm64/
quick_entrypoints_arm64.S 56 stp \reg1, \reg2, [sp, #(\offset)]
68 stp \reg1, \reg2, [sp, #-(\frame_adjustment)]!
105 stp d8, d9, [sp, #16]
106 stp d10, d11, [sp, #32]
107 stp d12, d13, [sp, #48]
108 stp d14, d15, [sp, #64]
159 stp xIP0, x20, [sp]
198 stp d0, d1, [sp, #16]
199 stp d2, d3, [sp, #32]
200 stp d4, d5, [sp, #48
    [all...]
  /external/google-breakpad/src/common/android/
breakpad_getcontext.S 108 stp x18, x19, [x0, MCONTEXT_GREGS_OFFSET + 18 * REGISTER_SIZE]
109 stp x20, x21, [x0, MCONTEXT_GREGS_OFFSET + 20 * REGISTER_SIZE]
110 stp x22, x23, [x0, MCONTEXT_GREGS_OFFSET + 22 * REGISTER_SIZE]
111 stp x24, x25, [x0, MCONTEXT_GREGS_OFFSET + 24 * REGISTER_SIZE]
112 stp x26, x27, [x0, MCONTEXT_GREGS_OFFSET + 26 * REGISTER_SIZE]
113 stp x28, x29, [x0, MCONTEXT_GREGS_OFFSET + 28 * REGISTER_SIZE]
143 stp d8, d9, [x3], #(2 * SIMD_REGISTER_SIZE)
144 stp d10, d11, [x3], #(2 * SIMD_REGISTER_SIZE)
145 stp d12, d13, [x3], #(2 * SIMD_REGISTER_SIZE)
146 stp d14, d15, [x3], #(2 * SIMD_REGISTER_SIZE
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 114 stp x26, x25, [sp, #-64]!
115 stp x24, x23, [sp, #16]
116 stp x22, x21, [sp, #32]
117 stp x20, x19, [sp, #48]
195 stp x28, x27, [sp, #-16]!
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-armv8.pl 201 stp x29,x30,[sp,#-128]!
204 stp x19,x20,[sp,#16]
205 stp x21,x22,[sp,#32]
206 stp x23,x24,[sp,#48]
207 stp x25,x26,[sp,#64]
208 stp x27,x28,[sp,#80]
217 stp $ctx,$num,[x29,#96]
244 stp $A,$B,[$ctx]
247 stp $C,$D,[$ctx,#2*$SZ]
251 stp $E,$F,[$ctx,#4*$SZ
    [all...]
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 293 struct symtab_command *stp = NULL; local
311 stp = (struct symtab_command *)lcp;
317 if (stp == NULL) {
322 sa = stp->symoff + arch_offset;
324 ss = stp->stroff + arch_offset;
327 n = stp->nsyms * sizeof(nlist_type);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 196 int16_t stp = kParabolaCoefficients[fit_index[fs_mult]][0] local
202 lmt = strt - stp;
212 lmt -= stp;
215 } else if (temp > -den * (strt + stp)) {
216 lmt = strt + 2 * stp;
229 lmt += stp;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/AmdStyxLib/AArch64/
Helper.S 38 stp w0, w1, [x2]
  /device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/soc/t186/
plat_trampoline.S 40 stp x3, x4, [x0], #16

Completed in 476 milliseconds

1 23 4 5 6 7 8 91011