Searched refs:ebp (Results 1 – 24 of 24) sorted by relevance
/picolibc-latest/newlib/libc/machine/x86/ |
D | setjmp-32.S | 48 movl ebp,12(eax) 57 pushl ebp 58 movl esp,ebp 61 movl 8 (ebp),edi 69 movl -4 (ebp),eax 72 movl 0 (ebp),eax 79 movl 4 (ebp),eax 104 movl 12(eax),ebp 107 pushl ebp 108 movl esp,ebp [all …]
|
D | memcpy-32.S | 31 pushl ebp 32 movl esp,ebp 36 movl 8(ebp),edi 37 movl 16(ebp),ecx 38 movl 12(ebp),esi 80 movl 8(ebp),eax 82 leal -12(ebp),esp
|
D | memset-32.S | 29 pushl ebp 30 movl esp,ebp 32 movl 8(ebp),edi 33 movzbl 12(ebp),eax 34 movl 16(ebp),ecx 105 movl 8(ebp),eax 107 leal -4(ebp),esp
|
D | memcmp-32.S | 47 pushl ebp 48 movl esp,ebp 53 movl 8(ebp),edi 54 movl 12(ebp),esi 55 movl 16(ebp),ecx 100 leal -28(ebp),esp
|
D | memmove-32.S | 46 pushl ebp 47 movl esp,ebp 51 movl 8(ebp),edi 52 movl 16(ebp),ecx 53 movl 12(ebp),esi 166 movl 8(ebp),eax 169 leal -12(ebp),esp
|
D | memchr-32.S | 40 pushl ebp 41 movl esp,ebp 43 movzbl 12(ebp),eax 44 movl 16(ebp),ecx 45 movl 8(ebp),edi 133 leal -4(ebp),esp
|
D | strlen-32.S | 20 pushl ebp 21 movl esp,ebp 26 movl 8(ebp),edx 101 leal -4(ebp),esp
|
D | strchr-32.S | 43 pushl ebp 44 movl esp,ebp 48 movl 8(ebp),edi 49 addb 12(ebp),bl 135 leal -8(ebp),esp
|
D | i386mach.h | 52 #define ebp REG(ebp) macro
|
D | x86_64mach.h | 56 #define ebp REG(ebp) macro
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | f_atan2.S | 30 pushl ebp 31 movl esp,ebp 32 fldl 8(ebp) 33 fldl 16(ebp)
|
D | f_atan2f.S | 30 pushl ebp 31 movl esp,ebp 32 flds 8(ebp) 33 flds 12(ebp)
|
D | f_ldexp.S | 30 pushl ebp 31 movl esp,ebp 32 fildl 16(ebp) 33 fldl 8(ebp)
|
D | f_ldexpf.S | 30 pushl ebp 31 movl esp,ebp 32 fildl 12(ebp) 33 flds 8(ebp)
|
D | f_frexp.S | 31 pushl ebp 32 movl esp,ebp 33 fldl 8(ebp) 34 movl 16(ebp),eax
|
D | f_frexpf.S | 31 pushl ebp 32 movl esp,ebp 33 flds 8(ebp) 34 movl 12(ebp),eax
|
D | f_log.S | 30 pushl ebp 31 movl esp,ebp 36 fldl 8(ebp)
|
D | f_log10.S | 30 pushl ebp 31 movl esp,ebp 36 fldl 8(ebp)
|
D | f_log10f.S | 30 pushl ebp 31 movl esp,ebp 36 flds 8(ebp)
|
D | f_logf.S | 30 pushl ebp 31 movl esp,ebp 36 flds 8(ebp)
|
D | f_tan.S | 30 pushl ebp 31 movl esp,ebp 32 fldl 8(ebp)
|
D | f_tanf.S | 30 pushl ebp 31 movl esp,ebp 32 flds 8(ebp)
|
D | i386mach.h | 43 #define ebp REG(ebp) macro
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 17281 Change esp to ebp.
|