Searched refs:w3 (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.1.9/libsyscall/wrappers/ |
| H A D | varargs_wrappers.s | 44 ldp w2, w3, [fp, #16] 85 ldp w3, w4, [fp, #24] 102 ldp w3, w4, [fp, #24] 118 ldr w3, [fp, #16] 136 ldr w3, [fp, #24]
|
| /xnu-12377.1.9/osfmk/arm64/ |
| H A D | strncmp.s | 131 fmov w3, s1 // zero only iff comparison is finished 132 cbz w3, L_vectorDone 174 fmov w3, s1 // zero only iff comparison is finished 175 cbz w3, L_vectorDone 187 fmov w3, s1 // zero only iff comparison is finished 188 cbz w3, L_vectorDone 202 fmov w3, s1
|
| H A D | strnlen.s | 111 fmov w3, s1 112 cbz w3, L_foundNUL 135 fmov w3, s1 // index of NUL byte in vector
|
| H A D | arm64_hypercall.c | 98 hvc32_4(uint32_t *w0, uint32_t *w1, uint32_t *w2, uint32_t *w3) in hvc32_4() argument 113 [o3] "=m" (*w3) in hvc32_4() 117 [i3] "r" (*w3) in hvc32_4()
|
| H A D | machine_routines_asm.s | 578 ldrb w3, [\src], #1 579 strb w3, [\dst], #1 1515 tst w3, #0x1 // Check if PTRAUTH_ADDR_DIVERSIFY is set in flags
|
| H A D | locore.s | 1582 ldr w3, [sp, NS64_FPSR] 1609 ldrh w3, [x2, SME_SVL_B]
|
| /xnu-12377.1.9/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 123 mov w3, w3 // clear higher half 411 mov w7, w3 434 add w2, w2, w3
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | lz4.c | 263 const uint32_t w3 = load4(match_begin + 3); in lz4_encode_2gb() local 267 const int i3 = lz4_hash(w3); in lz4_encode_2gb() 284 hash_table[i3].word = w3; in lz4_encode_2gb() 308 if (w3 == m3 && match_distance < 0x10000 && match_distance > 0) { in lz4_encode_2gb()
|