Searched refs:ebx (Results 1 – 9 of 9) sorted by relevance
/picolibc-latest/newlib/libc/machine/x86/ |
D | memmove-32.S | 50 pushl ebx 60 leal -1(ecx,esi),ebx 61 cmpl ebx,edi 79 movl ecx,ebx 86 subl ecx,ebx 90 mov ebx,ecx 106 movl ebx,ecx 135 movl ecx,ebx 141 subl ecx,ebx 145 mov ebx,ecx [all …]
|
D | memcpy-32.S | 35 pushl ebx 49 movl ecx,ebx 55 subl ecx,ebx 59 mov ebx,ecx 69 movl ebx,ecx 83 popl ebx
|
D | strchr-32.S | 46 pushl ebx 47 xorl ebx,ebx 88 movl ebx,ecx 89 sall $8,ebx 91 orl ecx,ebx 92 movl ebx,edx 93 sall $16,ebx 94 orl edx,ebx 108 xorl ebx,ecx 136 popl ebx
|
D | memcmp-32.S | 50 pushl ebx 72 movl ecx,ebx 82 andl $3,ebx /* calculate number of remaining bytes */ 83 movl ebx,ecx 103 popl ebx
|
D | memchr-32.S | 91 pushl ebx 100 leal -16843009(edx),ebx 102 andl edx,ebx 103 testl $-2139062144,ebx 109 popl ebx
|
D | setjmp-32.S | 45 movl ebx,0 (eax) 64 movl ebx,4 (edi) 101 movl 0(eax),ebx 126 movl 4(edi),ebx
|
D | i386mach.h | 47 #define ebx REG(ebx) macro
|
D | x86_64mach.h | 51 #define ebx REG(ebx) macro
|
/picolibc-latest/newlib/libm/machine/x86/ |
D | i386mach.h | 38 #define ebx REG(ebx) macro
|