Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.41.6/osfmk/arm64/
H A Dstrncmp.s144 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 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.s613 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 Dlocore.s1631 ldr w3, [sp, NS64_FPSR]
1658 ldrh w3, [x2, SME_SVL_B]
/xnu-12377.41.6/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.41.6/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()