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

/fuchsia/zircon/third_party/ulib/musl/src/ldso/aarch64/
H A Dtlsdesc.S26 stp x1,x2,[sp,#-32]!
27 stp x3,x4,[sp,#16]
46 1: stp x29,x30,[sp,#-160]!
47 stp x5,x6,[sp,#16]
48 stp x7,x8,[sp,#32]
49 stp x9,x10,[sp,#48]
50 stp x11,x12,[sp,#64]
51 stp x13,x14,[sp,#80]
52 stp x15,x16,[sp,#96]
53 stp x1
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/setjmp/aarch64/
H A Dsetjmp.S28 stp x19, x20, [x16, #8*JB_X(19)]
29 stp x21, x22, [x16, #8*JB_X(21)]
30 stp x23, x24, [x16, #8*JB_X(23)]
31 stp x25, x26, [x16, #8*JB_X(25)]
32 stp x27, x28, [x16, #8*JB_X(27)]
33 stp d8, d9, [x16, #8*JB_D(8)]
34 stp d10, d11, [x16, #8*JB_D(10)]
35 stp d12, d13, [x16, #8*JB_D(12)]
36 stp d14, d15, [x16, #8*JB_D(14)]
47 stp x
[all...]
/fuchsia/zircon/kernel/arch/arm64/
H A Dsmccc.S33 stp x0, x1, [x8]
34 stp x2, x3, [x8, #16]
44 stp x0, x1, [x8]
45 stp x2, x3, [x8, #16]
H A Dexceptions.S57 stp lr, x9, [sp, #regsave_special_reg_offset] label
60 stp x10, x11, [sp, #regsave_special_reg_offset + 16] label
83 stp lr, x9, [sp, #regsave_special_reg_offset] label
86 stp x10, x11, [sp, #regsave_special_reg_offset + 16] label
92 stp x20, x21, [sp, #regsave_high_reg_offset] label
93 stp x22, x23, [sp, #regsave_high_reg_offset + 0x10] label
94 stp x24, x25, [sp, #regsave_high_reg_offset + 0x20] label
95 stp x26, x27, [sp, #regsave_high_reg_offset + 0x30] label
96 stp x28, x29, [sp, #regsave_high_reg_offset + 0x40] label
H A Dimage.S113 stp x10, x11, [x9], #16
H A Dstart.S91 stp xzr, xzr, [tmp], #16
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dmemmove.S112 stp D_l, D_h, [dstend, -16]
121 stp A_l, A_h, [dstend, -16]
123 stp B_l, B_h, [dstend, -32]
125 stp C_l, C_h, [dstend, -48]
127 stp D_l, D_h, [dstend, -64]!
137 stp A_l, A_h, [dstend, -16]
139 stp B_l, B_h, [dstend, -32]
141 stp C_l, C_h, [dstend, -48]
143 stp D_l, D_h, [dstend, -64]
144 stp E_
[all...]
H A Dmemcpy.S120 stp B_l, B_h, [dstin, 16]
121 stp C_l, C_h, [dstend, -32]
123 stp A_l, A_h, [dstin]
124 stp D_l, D_h, [dstend, -16]
168 stp A_l, A_h, [dstin]
169 stp B_l, B_h, [dstin, 16]
170 stp C_l, C_h, [dstin, 32]
171 stp D_l, D_h, [dstin, 48]
172 stp E_l, E_h, [dstend, -32]
173 stp F_
[all...]
H A Dmemset.S127 stp q0, q0, [dstin, 32]
128 stp q0, q0, [dstend, -32]
144 1: stp q0, q0, [dst], 64
145 stp q0, q0, [dst, -32]
149 2: stp q0, q0, [dstend, -64]
150 stp q0, q0, [dstend, -32]
161 /* Write the first and last 64 byte aligned block using stp rather
166 stp q0, q0, [dst, 32]
168 stp q0, q0, [dst, 64]
169 stp q
[all...]
H A Dstrcpy.S222 stp data1, data2, [dstin]
232 stp data1, data2, [dst], #16
269 stp data1, data2, [dst, #-16]
/fuchsia/zircon/third_party/lib/cortex-strings/no-neon/src/aarch64/
H A Dmemset.S93 stp A_l, A_l, [dst, #-48]
95 stp A_l, A_l, [dst, #-32]
97 stp A_l, A_l, [dst, #-16]
102 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
133 stp A_l, A_l, [dst]
142 stp A_l, A_l, [dst, #16]
143 stp A_l, A_l, [dst, #32]
144 stp A_l, A_l, [dst, #48]
145 stp A_l, A_l, [dst, #64]!
164 stp A_
[all...]
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/chacha/asm/
H A Dchacha-armv8.pl160 stp x29,x30,[sp,#-96]!
164 stp x19,x20,[sp,#16]
165 stp x21,x22,[sp,#32]
166 stp x23,x24,[sp,#48]
167 stp x25,x26,[sp,#64]
168 stp x27,x28,[sp,#80]
263 stp @x[0],@x[2],[$out,#0] // store output
265 stp @x[4],@x[6],[$out,#16]
266 stp @x[8],@x[10],[$out,#32]
267 stp
[all...]
/fuchsia/zircon/system/ulib/zircon/
H A Dzircon-syscall-arm64.S16 stp \reg0, \reg1, [sp, #-16]!
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha512-armv8.pl201 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
[all...]
H A Dsha1-armv8.pl194 stp x29,x30,[sp,#-96]!
196 stp x19,x20,[sp,#16]
197 stp x21,x22,[sp,#32]
198 stp x23,x24,[sp,#48]
199 stp x25,x26,[sp,#64]
200 stp x27,x28,[sp,#80]
229 stp $A,$B,[$ctx]
230 stp $C,$D,[$ctx,#8]
255 stp x29,x30,[sp,#-16]!
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dasm.h39 stp \reg1, \reg2, [sp, #-16]!
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/chacha/
H A Dchacha-armv8.S41 stp x29,x30,[sp,#-96]!
45 stp x19,x20,[sp,#16]
46 stp x21,x22,[sp,#32]
47 stp x23,x24,[sp,#48]
48 stp x25,x26,[sp,#64]
49 stp x27,x28,[sp,#80]
236 stp x5,x7,[x0,#0] // store output
238 stp x9,x11,[x0,#16]
239 stp x13,x15,[x0,#32]
240 stp x1
[all...]
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Dasm_macros.h28 stp \ra, \rb, [sp,#-16]!
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2.S495 host_state stp, HS_X18
517 guest_state stp
520 guest_x9_state stp, x10
530 fp_state stp, GS_FP_STATE
574 fp_state stp, HS_FP_STATE
/fuchsia/zircon/third_party/ulib/uboringssl/linux-aarch64/crypto/fipsmodule/
H A Dsha256-armv8.S65 stp x29,x30,[sp,#-128]!
68 stp x19,x20,[sp,#16]
69 stp x21,x22,[sp,#32]
70 stp x23,x24,[sp,#48]
71 stp x25,x26,[sp,#64]
72 stp x27,x28,[sp,#80]
81 stp x0,x2,[x29,#96]
1006 stp w20,w21,[x0]
1009 stp w22,w23,[x0,#2*4]
1013 stp w2
[all...]
H A Dsha512-armv8.S53 stp x29,x30,[sp,#-128]!
56 stp x19,x20,[sp,#16]
57 stp x21,x22,[sp,#32]
58 stp x23,x24,[sp,#48]
59 stp x25,x26,[sp,#64]
60 stp x27,x28,[sp,#80]
69 stp x0,x2,[x29,#96]
994 stp x20,x21,[x0]
997 stp x22,x23,[x0,#2*8]
1001 stp x2
[all...]
H A Dsha1-armv8.S23 stp x29,x30,[sp,#-96]!
25 stp x19,x20,[sp,#16]
26 stp x21,x22,[sp,#32]
27 stp x23,x24,[sp,#48]
28 stp x25,x26,[sp,#64]
29 stp x27,x28,[sp,#80]
1065 stp w20,w21,[x0]
1066 stp w22,w23,[x0,#8]
1082 stp x29,x30,[sp,#-16]!
H A Daesv8-armx64.S19 stp x29,x30,[sp,#-16]!
186 stp x29,x30,[sp,#-16]!
286 stp x29,x30,[sp,#-16]!
577 stp x29,x30,[sp,#-16]!
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Daesv8-armx.pl94 stp x29,x30,[sp,#-16]!
264 stp x29,x30,[sp,#-16]!
373 stp x29,x30,[sp,#-16]!
702 stp x29,x30,[sp,#-16]!

Completed in 71 milliseconds