Home
last modified time | relevance | path

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

/xnu-8019.80.24/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-8019.80.24/osfmk/arm64/
H A Dstrncmp.s129 fmov w3, s1 // zero only iff comparison is finished
130 cbz w3, L_vectorDone
164 fmov w3, s1 // zero only iff comparison is finished
165 cbz w3, L_vectorDone
181 fmov w3, s1
H A Dstrnlen.s109 fmov w3, s1
110 cbz w3, L_foundNUL
133 fmov w3, s1 // index of NUL byte in vector
H A Dmachine_routines_asm.s476 ldrb w3, [x0], #1
477 strb w3, [x1], #1
600 ldrb w3, [x0], #1
601 strb w3, [x1], #1
726 mov w3, w2
727 casa w3, w4, [x0]
728 cmp w3, w2
731 stxr w3, w4, [x0]
732 cbnz w3, 1b
1216 tst w3, #0x1 // Check if PTRAUTH_ADDR_DIVERSIFY is set in flags
H A Dlocore.s595 and w3, w1, #(ESR_EC_MASK)
596 lsr w3, w3, #(ESR_EC_SHIFT)
598 cmp w3, w4
985 ldr w3, [sp, NS64_FPSR]
/xnu-8019.80.24/bsd/dev/arm64/
H A Dcpu_in_cksum.s118 mov w3, w3 // clear higher half
406 mov w7, w3
429 add w2, w2, w3
/xnu-8019.80.24/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()