Home
last modified time | relevance | path

Searched refs:w3 (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/libsyscall/wrappers/
H A Dvarargs_wrappers.s44 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 Dstrncmp.s131 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 Dstrnlen.s111 fmov w3, s1
112 cbz w3, L_foundNUL
135 fmov w3, s1 // index of NUL byte in vector
H A Darm64_hypercall.c98 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 Dmachine_routines_asm.s578 ldrb w3, [\src], #1
579 strb w3, [\dst], #1
1515 tst w3, #0x1 // Check if PTRAUTH_ADDR_DIVERSIFY is set in flags
H A Dlocore.s1582 ldr w3, [sp, NS64_FPSR]
1609 ldrh w3, [x2, SME_SVL_B]
/xnu-12377.1.9/bsd/dev/arm64/
H A Dcpu_in_cksum.s123 mov w3, w3 // clear higher half
411 mov w7, w3
434 add w2, w2, w3
/xnu-12377.1.9/osfmk/vm/
H A Dlz4.c263 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()