Searched refs:esp (Results 1 – 25 of 26) sorted by relevance
12
/picolibc-latest/newlib/libc/machine/x86/ |
D | setjmp-32.S | 42 movl 0(esp),ecx 52 leal 4(esp),ecx 58 movl esp,ebp 75 movl esp,eax 96 movl 16(eax),esp 108 movl esp,ebp 121 movl 28(edi),esp
|
D | memcmp-32.S | 48 movl esp,ebp 49 subl $16,esp 100 leal -28(ebp),esp
|
D | memcpy-32.S | 32 movl esp,ebp 82 leal -12(ebp),esp
|
D | strlen-32.S | 21 movl esp,ebp 101 leal -4(ebp),esp
|
D | i386mach.h | 53 #define esp REG(esp) macro
|
D | memset-32.S | 30 movl esp,ebp 107 leal -4(ebp),esp
|
D | memchr-32.S | 41 movl esp,ebp 133 leal -4(ebp),esp
|
D | memmove-32.S | 47 movl esp,ebp 169 leal -12(ebp),esp
|
D | x86_64mach.h | 57 #define esp REG(esp) macro
|
D | strchr-32.S | 44 movl esp,ebp 135 leal -8(ebp),esp
|
/picolibc-latest/picocrt/machine/x86/ |
D | crt0-32.S | 75 mov $__stack, %esp 82 addl $12, %esp 89 addl $12, %esp 95 addl $4, %esp
|
D | crt0-64.S | 81 mov $__stack, %esp
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | i386mach.h | 44 #define esp REG(esp) macro
|
D | f_atan2.S | 31 movl esp,ebp
|
D | f_atan2f.S | 31 movl esp,ebp
|
D | f_log.S | 31 movl esp,ebp
|
D | f_log10.S | 31 movl esp,ebp
|
D | f_log10f.S | 31 movl esp,ebp
|
D | f_logf.S | 31 movl esp,ebp
|
D | f_tan.S | 31 movl esp,ebp
|
D | f_tanf.S | 31 movl esp,ebp
|
D | f_ldexp.S | 31 movl esp,ebp
|
D | f_ldexpf.S | 31 movl esp,ebp
|
D | f_frexp.S | 32 movl esp,ebp
|
D | f_frexpf.S | 32 movl esp,ebp
|
12