Searched refs:rep (Results 1 - 15 of 15) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/x86_64/
H A Dmempcpy.S11 rep movsb // while (rcx-- > 0) *rdi++ = *rsi++;
H A Dmemcpy.S13 rep movsb // while (rcx-- > 0) *rdi++ = *rsi++;
H A Dmemset.S14 rep stosb // while (rcx-- > 0) *rdi++ = al;
H A Dmemmove.S13 rep movsb
/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Dmemcpy.S19 rep movsb // while (rcx-- > 0) *rdi++ = *rsi++; /* rdi, rsi are uint8_t* */
32 rep movsq // while (rcx-- > 0) { *rdi++ = *rsi++; /* rdi, rsi are uint64_t* */ }
37 rep movsb
H A Dmemset.S20 rep stosb // while (rcx-- > 0) *rdi++ = al;
41 rep stosq // while (rcx-- > 0) { *rdi++ = rax; /* rdi is uint64_t* */ }
46 rep stosb
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprng.c155 unsigned rep; local
158 for (rep = 0; rep < NREPS; rep++) {
176 unsigned rep; local
179 for (rep = 0; rep < NREPS; rep++) {
197 unsigned rep; local
200 for (rep
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Duser_copy.S25 // Copy fault_return out of %rcx, because %rcx is used by "rep movsb" later.
44 rep movsb // while (rcx-- > 0) *rdi++ = *rsi++;
H A Dasm.S75 /* rep stos version of page zero */
81 rep stosq
H A Dmexec.S90 rep movsb /* copy RCX bytes from RSI to RDI */
H A Dstart.S35 rep movsb // while (ecx-- > 0) *edi++ = *esi++;
42 rep stosb // while (ecx-- > 0) *edi++ = al;
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-start.S45 rep stosb
/fuchsia/zircon/third_party/lib/cortex-strings/src/aarch64/
H A Dstrnlen.S70 .rep 7
H A Dstrncmp.S69 .rep 7
/fuchsia/zircon/system/utest/libzx/
H A Dzx-test.cpp83 zx::handle rep; local
87 ASSERT_EQ(handle.replace(ZX_RIGHT_SAME_RIGHTS, &rep), ZX_OK);
92 ASSERT_EQ(validate_handle(rep.get()), ZX_OK);

Completed in 56 milliseconds