Searched refs:rax (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/machine/x86/ |
D | memset-64.S | 23 movq rsi, rax 40 imul r8, rax 48 movntiq rax, (rdi) 49 movntiq rax, 8 (rdi) 50 movntiq rax, 16 (rdi) 51 movntiq rax, 24 (rdi) 52 movntiq rax, 32 (rdi) 53 movntiq rax, 40 (rdi) 54 movntiq rax, 48 (rdi) 55 movntiq rax, 56 (rdi) [all …]
|
D | setjmp-64.S | 37 leaq 8 (rsp), rax 38 movq rax, 48 (rdi) 39 movq (rsp), rax 40 movq rax, 56 (rdi) 41 movq $0, rax 45 movq rsi, rax /* Return value */ 49 cmove rdx, rax
|
D | memcpy-64.S | 19 movq rdi, rax /* Store destination in return value */ 35 pushq rax 48 movq (rsi), rax 57 movntiq rax, (rdi) 66 movq 64 (rsi), rax 75 movntiq rax, 64 (rdi) 97 popq rax
|
D | x86_64mach.h | 32 #define rax REG(rax) macro
|
/picolibc-latest/picocrt/machine/x86/ |
D | crt0-64.S | 111 mov %rax, %rdi
|