| /xnu-12377.61.12/bsd/dev/arm/ ! |
| H A D | cpu_memcmp_mask.s | 80 vld1.8 {q1}, [src2] 82 veor q0, q0, q1 116 vld1.8 {q0, q1}, [src1] 120 veor q1, q1, q3 122 vand q1, q1, q5 123 vorr q0, q0, q1 157 vld1.8 {q0, q1}, [src1]! 164 veor q1, q1, q4 167 vand q1, q1, q7 169 vorr q0, q0, q1 [all …]
|
| H A D | cpu_in_cksum.s | 259 vld1.32 {q0-q1}, [r0]! 268 vpaddl.u32 q5, q1 269 vld1.32 {q1}, [r0]! 280 vpadal.u32 q5, q1 281 vld1.32 {q1}, [r0]! 290 vpadal.u32 q5, q1
|
| H A D | cpu_copy_in_cksum.s | 58 #define v1 q1 256 vpop {q0-q1}
|
| /xnu-12377.61.12/osfmk/arm64/ ! |
| H A D | lz4_decode_arm64.s | 113 ldp q0,q1,[$0],#32 114 stp q0,q1,[$1],#32 225 ldr q1,[aux1] // load only permutation for the low 16 bytes 250 ldr q1,[copy_src] // 16 pattern bytes 257 stp q0,q1,[copy_dst] 261 stp q0,q1,[copy_dst] 263 stp q0,q1,[copy_dst]
|
| H A D | strncmp.s | 140 ldr q1, [x1],#(kVectorSize) 200 ldr q1, [x1],#(kVectorSize) 213 ldr q1, [x1],#(kVectorSize) 237 ldr q1, L_mask
|
| H A D | memcmp_zero.s | 96 ldp q0, q1, [x0] 112 ldp q0, q1, [x0]
|
| H A D | strnlen.s | 98 ldr q1, [x3] 166 ldr q1, [x3]
|
| H A D | lz4_encode_arm64.s | 265 …str q1, [x15], #16 // store 16 255 tokens into dst_tmp. safe to store becaus… 293 …str q1, [x15], #16 // store 16 255 tokens into dst_tmp. safe to store becaus… 356 …str q1, [x9], #16 // store 16 255 tokens each iteration (this is safe becas…
|
| H A D | exception_asm.h | 191 stp q0, q1, [x0, NS64_Q0]
|
| H A D | locore.s | 1670 ldp q0, q1, [x0, NS64_Q0]
|
| /xnu-12377.61.12/bsd/skywalk/packet/ ! |
| H A D | packet_queue.h | 59 #define KPKTQ_CONCAT(q1, q2) do { \ argument 61 *(q1)->kq_last = KPKTQ_FIRST(q2); \ 62 (q1)->kq_last = (q2)->kq_last; \ 63 (q1)->kq_len += (q2)->kq_len; \
|
| /xnu-12377.61.12/bsd/skywalk/nexus/ ! |
| H A D | nexus_pktq.c | 62 nx_pktq_concat(struct nx_pktq *q1, struct nx_pktq *q2) in nx_pktq_concat() argument 73 _addq_multi(&q1->nx_pktq_q, &first, &last, qlen, qsize); in nx_pktq_concat()
|
| H A D | nexus_mbq.c | 89 nx_mbq_concat(struct nx_mbq *q1, struct nx_mbq *q2) in nx_mbq_concat() argument 100 _addq_multi(&q1->nx_mbq_q, &first, &last, qlen, qsize); in nx_mbq_concat()
|
| H A D | nexus_pktq.h | 234 extern void nx_pktq_concat(struct nx_pktq *q1, struct nx_pktq *q2);
|
| /xnu-12377.61.12/tests/ ! |
| H A D | pfz.c | 218 OSFifoQueueHead *q1 = (OSFifoQueueHead *) &wrapped_q_head1; variable 237 OSAtomicFifoEnqueue(q1, &(elements[i][idx]), offset); // contended enqueue on q1 243 p = OSAtomicFifoDequeue(q1, offset);
|
| H A D | stackshot_tests.m | 1226 dq1 = dispatch_queue_create("q1", dq1_attr); 1234 T_LOG("The priority of q1 is %d\n", get_pri(mach_thread_self()));
|
| /xnu-12377.61.12/osfmk/arm64/corecrypto/ ! |
| H A D | sha256_compress_arm64.s | 319 ldr q1, [data, #16]
|