Searched refs:stp (Results 1 - 25 of 111) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_arm64.S43 stp x19, x20, [sp, #80]
44 stp x21, x22, [sp, #64]
45 stp x23, x24, [sp, #48]
46 stp x25, x26, [sp, #32]
47 stp x27, x28, [sp, #16]
48 stp x30, x29, [sp, #0] // x30 is lr.
/external/libhevc/common/arm64/
H A Dihevc_neon_macros.s39 stp d8,d9,[sp,#-16]!
40 stp d10,d11,[sp,#-16]!
41 stp d12,d13,[sp,#-16]!
42 stp d14,d15,[sp,#-16]!
H A Dihevc_weighted_pred_bi.s165 stp x19, x20,[sp,#-16]!
166 stp x21, x22,[sp,#-16]!
167 stp x23, x24,[sp,#-16]!
168 stp x25, x26,[sp,#-16]!
H A Dihevc_sao_band_offset_luma.s80 stp d13,d14,[sp,#-16]!
81 stp d8,d15,[sp,#-16]! // Storing d15 using { sub sp,sp,#8; str d15,[sp] } is giving bus error.
82 // d8 is used as dummy register and stored along with d15 using stp. d8 is not used in the function.
83 stp x19, x20,[sp,#-16]!
H A Dihevc_weighted_pred_uni.s133 stp x19, x20,[sp,#-16]!
134 stp x21, x22,[sp,#-16]!
H A Dihevc_inter_pred_luma_copy.s85 stp x19,x20,[sp, #-16]!
H A Dihevc_intra_pred_chroma_mode_18_34.s109 stp x19, x20,[sp,#-16]!
H A Dihevc_intra_pred_chroma_planar.s110 stp d10,d11,[sp,#-16]!
111 stp d12,d13,[sp,#-16]!
112 stp d8,d14,[sp,#-16]! // Storing d14 using { sub sp,sp,#8; str d14,[sp] } is giving bus error.
113 // d8 is used as dummy register and stored along with d14 using stp. d8 is not used in the function.
114 stp x19, x20,[sp,#-16]!
H A Dihevc_deblk_luma_horz.s53 stp d8,d9,[sp,#-16]! // Storing d9 using { sub sp,sp,#8; str d9,[sp] } is giving bus error.
54 // d8 is used as dummy register and stored along with d9 using stp. d8 is not used in the function.
55 stp d10,d11,[sp,#-16]!
56 stp d12,d13,[sp,#-16]!
57 stp d14,d15,[sp,#-16]!
58 stp x19, x20,[sp,#-16]!
59 stp x21, x22,[sp,#-16]!
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyscall-arm64-linux.S81 stp x29, x30, [sp, #-16]!
82 stp x27, x28, [sp, #-16]!
83 stp x25, x26, [sp, #-16]!
84 stp x23, x24, [sp, #-16]!
85 stp x21, x22, [sp, #-16]!
86 stp x19, x20, [sp, #-16]!
87 stp x4, x5, [sp, #-16]!
88 stp x2, x3, [sp, #-16]!
89 stp x0, x1, [sp, #-16]!
/external/libcxxabi/src/Unwind/
H A DUnwindRegistersSave.S243 stp x0, x1, [x0, #0x000]
244 stp x2, x3, [x0, #0x010]
245 stp x4, x5, [x0, #0x020]
246 stp x6, x7, [x0, #0x030]
247 stp x8, x9, [x0, #0x040]
248 stp x10,x11, [x0, #0x050]
249 stp x12,x13, [x0, #0x060]
250 stp x14,x15, [x0, #0x070]
251 stp x16,x17, [x0, #0x080]
252 stp x1
[all...]
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-arm64-linux.S68 stp x29, x30, [sp, #-16]!
69 stp x27, x28, [sp, #-16]!
70 stp x25, x26, [sp, #-16]!
71 stp x23, x24, [sp, #-16]!
72 stp x21, x22, [sp, #-16]!
73 stp x19, x20, [sp, #-16]!
74 stp x0, xzr, [sp, #-16]!
/external/llvm/test/MC/AArch64/
H A Darm64-leaf-compact-unwind.s89 stp x26, x25, [sp, #-64]!
90 stp x24, x23, [sp, #16]
91 stp x22, x21, [sp, #32]
92 stp x20, x19, [sp, #48]
170 stp x28, x27, [sp, #-16]!
H A Darm64-memory.s298 stp w3, w2, [x15, #16]
299 stp x4, x9, [sp, #-16]
300 stp s10, s1, [x2, #64]
301 stp d10, d1, [x2]
302 stp q2, q3, [x0, #32]
304 ; CHECK: stp w3, w2, [x15, #16] ; encoding: [0xe3,0x09,0x02,0x29]
305 ; CHECK: stp x4, x9, [sp, #-16] ; encoding: [0xe4,0x27,0x3f,0xa9]
306 ; CHECK: stp s10, s1, [x2, #64] ; encoding: [0x4a,0x04,0x08,0x2d]
307 ; CHECK: stp d10, d1, [x2] ; encoding: [0x4a,0x04,0x00,0x6d]
308 ; CHECK: stp q
[all...]
H A Dbasic-a64-diagnostics.s2502 stp w1, w2, [x3, #253]
2503 stp w9, w10, [x5, #256]
2505 stp wsp, w9, [sp]
2510 // CHECK-ERROR-NEXT: stp w1, w2, [x3, #253]
2513 // CHECK-ERROR-NEXT: stp w9, w10, [x5, #256]
2519 // CHECK-ERROR-NEXT: stp wsp, w9, [sp]
2537 stp x7, x8, [x10, #-520]
2545 // CHECK-ERROR-NEXT: stp x7, x8, [x10, #-520]
2549 stp x3, sp, [x9]
2554 // CHECK-ERROR-NEXT: stp x
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha512-armv8.pl164 stp x29,x30,[sp,#-128]!
167 stp x19,x20,[sp,#16]
168 stp x21,x22,[sp,#32]
169 stp x23,x24,[sp,#48]
170 stp x25,x26,[sp,#64]
171 stp x27,x28,[sp,#80]
180 stp $ctx,$num,[x29,#96]
207 stp $A,$B,[$ctx]
210 stp $C,$D,[$ctx,#2*$SZ]
214 stp
[all...]
H A Dsha1-armv8.pl167 stp x29,x30,[sp,#-96]!
169 stp x19,x20,[sp,#16]
170 stp x21,x22,[sp,#32]
171 stp x23,x24,[sp,#48]
172 stp x25,x26,[sp,#64]
173 stp x27,x28,[sp,#80]
202 stp $A,$B,[$ctx]
203 stp $C,$D,[$ctx,#8]
228 stp x29,x30,[sp,#-16]!
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c221 struct state *stp; /* Pointer to state which contains this */ member in struct:config
245 struct state *stp; /* The new state, if a shift */ member in union:action::__anon15541
435 newaction->x.stp = (struct state *)arg;
811 struct state *stp; local
819 stp = State_find(bp);
820 if( stp ){
825 for(x=bp, y=stp->bp; x && y; x=x->bp, y=y->bp){
837 stp = State_new(); /* A new state structure */
838 MemoryCheck(stp);
839 stp
868 buildshifts(struct lemon *lemp, struct state *stp) argument
925 struct state *stp; local
996 struct state *stp; local
1034 struct state *stp; local
2941 struct state *stp; local
3560 struct state *stp; /* A pointer to a state */ member in struct:axset
3608 struct state *stp; local
4086 struct state *stp; local
4171 struct state *stp; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddsp_helper.cc196 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;
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc108 COMPARE(dci(0xa9ba7bfd), "stp fp, lr, [csp, #-96]!");
1182 COMPARE(stp(w0, w1, MemOperand(x2)), "stp w0, w1, [x2]");
1183 COMPARE(stp(x3, x4, MemOperand(x5)), "stp x3, x4, [x5]");
1184 COMPARE(stp(w6, w7, MemOperand(x8, 4)), "stp w6, w7, [x8, #4]");
1185 COMPARE(stp(x9, x10, MemOperand(x11, 8)), "stp x9, x10, [x11, #8]");
1186 COMPARE(stp(w1
[all...]
/external/vixl/test/
H A Dtest-disasm-a64.cc84 COMPARE(dci(0xa9ba7bfd), "stp x29, x30, [sp, #-96]!");
1144 COMPARE(stp(w0, w1, MemOperand(x2)), "stp w0, w1, [x2]");
1145 COMPARE(stp(x3, x4, MemOperand(x5)), "stp x3, x4, [x5]");
1146 COMPARE(stp(w6, w7, MemOperand(x8, 4)), "stp w6, w7, [x8, #4]");
1147 COMPARE(stp(x9, x10, MemOperand(x11, 8)), "stp x9, x10, [x11, #8]");
1148 COMPARE(stp(w1
[all...]
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc870 stp(src1, src0, MemOperand(StackPointer(), -2 * size, PreIndex));
874 stp(src2, src1, MemOperand(StackPointer(), -3 * size, PreIndex));
881 stp(src3, src2, MemOperand(StackPointer(), -4 * size, PreIndex));
882 stp(src1, src0, MemOperand(StackPointer(), 2 * size));
1026 stp(x29, x30, tos);
1027 stp(x27, x28, tos);
1028 stp(x25, x26, tos);
1029 stp(x23, x24, tos);
1030 stp(x21, x22, tos);
1031 stp(x1
[all...]
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_420p.s90 stp x19, x20,[sp,#-16]!
H A Dihevcd_fmt_conv_420sp_to_420sp.s92 stp x19, x20,[sp,#-16]!
/external/tcpdump/
H A DAndroid.mk26 print-slow.c print-snmp.c print-stp.c print-sunatm.c print-sunrpc.c \

Completed in 301 milliseconds

12345