Searched refs:w3 (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.1.13/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-10002.1.13/osfmk/arm64/ |
| H A D | strncmp.s | 129 fmov w3, s1 // zero only iff comparison is finished 130 cbz w3, L_vectorDone 170 fmov w3, s1 // zero only iff comparison is finished 171 cbz w3, L_vectorDone 183 fmov w3, s1 // zero only iff comparison is finished 184 cbz w3, L_vectorDone 198 fmov w3, s1
|
| H A D | strnlen.s | 109 fmov w3, s1 110 cbz w3, L_foundNUL 133 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 | 472 ldrb w3, [x0], #1 473 strb w3, [x1], #1 666 ldrb w3, [x0], #1 667 strb w3, [x1], #1 1309 tst w3, #0x1 // Check if PTRAUTH_ADDR_DIVERSIFY is set in flags
|
| H A D | locore.s | 621 and w3, w1, #(ESR_EC_MASK) 622 lsr w3, w3, #(ESR_EC_SHIFT) 624 cmp w3, w4 1035 ldr w3, [sp, NS64_FPSR]
|
| /xnu-10002.1.13/bsd/dev/arm64/ |
| H A D | cpu_in_cksum.s | 118 mov w3, w3 // clear higher half 406 mov w7, w3 429 add w2, w2, w3
|
| /xnu-10002.1.13/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()
|