Searched refs:rdx (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/machine/x86/ |
D | memset-64.S | 24 movq rdx, rcx 25 cmpq $16, rdx 33 subq rcx, rdx 35 movq rdx, rcx 41 cmpq $256, rdx 71 movq rdx, rcx 88 movq rdx, rcx
|
D | memcpy-64.S | 20 cmpq $16, rdx 28 subq rcx, rdx 32 cmpq $256, rdx 40 movq rdx, rcx /* Copy 128 bytes at a time with minimum cache polution */ 91 movq rdx, rcx 102 movq rdx, rcx 108 movq rdx, rcx 112 movq rdx, rcx
|
D | x86_64mach.h | 35 #define rdx REG(rdx) macro
|
D | setjmp-64.S | 49 cmove rdx, rax
|
/picolibc-latest/picocrt/machine/x86/ |
D | crt0-64.S | 84 mov $__data_size, %rdx 90 mov $__bss_size, %rdx 107 mov $0, %rdx
|