Home
last modified time | relevance | path

Searched refs:rcx (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/machine/x86/
Dmemset-64.S24 movq rdx, rcx
31 movq $8, rcx
32 subq r8, rcx
33 subq rcx, rdx
35 movq rdx, rcx
44 shrq $7, rcx /* Store 128 bytes at a time with minimum cache polution */
67 dec rcx
71 movq rdx, rcx
72 andq $127, rcx
85 shrq $3, rcx
[all …]
Dmemcpy-64.S26 movq $8, rcx
27 subq r8, rcx
28 subq rcx, rdx
40 movq rdx, rcx /* Copy 128 bytes at a time with minimum cache polution */
41 shrq $7, rcx
87 dec rcx
91 movq rdx, rcx
92 andq $127, rcx
102 movq rdx, rcx
108 movq rdx, rcx
[all …]
Dx86_64mach.h34 #define rcx REG(rcx) macro