Searched refs:w3 (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.41.6/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.41.6/osfmk/arm64/ |
| H A D | strncmp.s | 144 fmov w3, s1 // zero only iff comparison is finished 145 cbz w3, L_vectorDone 204 fmov w3, s1 // zero only iff comparison is finished 205 cbz w3, L_vectorDone 217 fmov w3, s1 // zero only iff comparison is finished 218 cbz w3, L_vectorDone 240 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 | 613 ldrb w3, [\src], #1 614 strb w3, [\dst], #1 1132 ldtrb w3, [x0] 1133 strb w3, [x1], #1 1241 ldrb w3, [x0], #1 1242 sttrb w3, [x1] 2063 tst w3, #0x1 // Check if PTRAUTH_ADDR_DIVERSIFY is set in flags
|
| H A D | locore.s | 1631 ldr w3, [sp, NS64_FPSR] 1658 ldrh w3, [x2, SME_SVL_B]
|
| /xnu-12377.41.6/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.41.6/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()
|