| /mirbsd/src/sys/arch/i386/i386/ |
| D | in_cksum.s | 105 leal n(%ebx), %ebx ; \ 110 addb (%ebx), %ah 113 addw (%ebx), %ax 116 addl n(%ebx), %eax 119 adcl n(%ebx), %eax 131 pushl %ebx 140 movl M_DATA(%ebp), %ebx 151 movl M_DATA(%ebp), %ebx /* %ebx = m_data */ 158 addl %edx, %ebx /* %ebx = m_data + off - m_len */ 160 addl %ecx, %ebx /* %ebx = m_data + off */ [all …]
|
| D | apmcall.S | 48 pushl %ebx 52 movl 16(%ebp), %ebx 53 movl 8(%ebx), %ecx 54 movl 12(%ebx), %edx 55 movl 12(%ebp), %ebx 93 movl %ebx, 4(%edi) 105 popl %ebx
|
| D | locore.s | 90 pushl %ebx ; \ 105 popl %ebx ; \ 219 mov ebx,eax 222 add ebx,eax 223 inc ebx 224 mov edx,ebx 226 add ebx,edx 227 mov edx,ebx 229 xor ebx,edx 233 mov edx,ebx [all …]
|
| /mirbsd/src/sys/arch/i386/stand/libsa/ |
| D | dosfslo.S | 38 push ebx 42 mov ebx,offset bounce_buf 44 shr ebx,4 70 1: shl ebx,16 82 mov eax,ebx 85 pop ebx 99 push ebx 103 mov ebx,offset bounce_buf 105 shr ebx,4 128 shl ebx,16 [all …]
|
| D | biosdev2.S | 45 push ebx 96 pop ebx 111 push ebx 142 pop ebx 155 push ebx 170 xor ebx,ebx
|
| D | gidt.S | 51 movl $0xb8000, %ebx 52 movl $0x4f514f51, (%ebx) 69 movl $0xb8000, %ebx 70 movl $0x07310731, (%ebx) 250 push ebx 291 mov [BIOS_regs + BIOSR_BX],ebx 297 pop ebx 315 pop ebx 333 pop ebx /* Device and flags */
|
| /mirbsd/src/sys/arch/i386/stand/boot/ |
| D | srt0.S | 146 lea ebx,[ebp + offset _start - offset Lrval] 150 add ebp,ebx 169 mov al,ds:[ebx + offset Ldrvi - offset _start] 170 mov ds:[ebx + offset Ldrvi - offset _start],eax 173 mov ds:[ebx + offset pxe_plus - offset _start],ecx 174 mov ds:[ebx + offset pxe_bang - offset _start],edi 175 cmp byte ptr ds:[ebx + offset i386_biosflags - offset _start],0x6D 179 lea di,[ebx + offset bios_bootpte - offset _start] 192 2: mov al,ds:[ebx + offset Ldrvi - offset _start] 193 mov ds:[ebx + offset Ldrvi - offset _start],eax [all …]
|
| /mirbsd/src/kern/z/ |
| D | adler32_i386.S | 44 push ebx 51 xor ebx,ebx 65 add ebx,eax 66 add edi,ebx 74 xchg eax,ebx 76 xchg ebx,edx 86 lea eax,[edi+ebx] 103 pop ebx
|
| /mirbsd/src/sys/arch/i386/include/ |
| D | asm.h | 45 pushl %ebx; \ 48 popl %ebx; \ 49 addl $_GLOBAL_OFFSET_TABLE_+[.-666b], %ebx 52 pushl %ebx; \ 55 popl %ebx; \ 56 addl $__GLOBAL_OFFSET_TABLE_+[.-666b], %ebx 59 popl %ebx 61 #define PIC_GOT(x) x@GOT(%ebx) 62 #define PIC_GOTOFF(x) x@GOTOFF(%ebx)
|
| /mirbsd/src/sys/arch/i386/isa/ |
| D | icu.s | 55 pushl %ebx 58 movl _C_LABEL(cpl),%ebx # save priority 60 1: movl %ebx,%eax # get cpl 71 popl %ebx 83 popl %ebx # get previous priority 84 movl %ebx,_C_LABEL(cpl) 86 1: movl %ebx,%eax # get cpl 125 movl %ebx,_C_LABEL(cpl) 142 movl %ebx,_C_LABEL(cpl) 150 movl %ebx,_C_LABEL(cpl)
|
| D | vector.s | 166 movzbl _C_LABEL(cpl),%ebx ;\ 167 cmpl %eax,%ebx ;\ 175 movl _C_LABEL(intrhand) + (irq_num) * 4,%ebx /* head of chain */ ;\ 176 testl %ebx,%ebx ;\ 179 7: movl IH_ARG(%ebx),%eax /* get handler arg */ ;\ 184 call *IH_FUN(%ebx) /* call it */ ;\ 189 incl IH_COUNT(%ebx) /* count the intrs */ ;\ 190 5: movl IH_NEXT(%ebx),%ebx /* next handler in chain */ ;\ 191 testl %ebx,%ebx ;\
|
| /mirbsd/src/sys/arch/i386/stand/liveboot/ |
| D | hook.S | 280 mov ebx,offset Ltick - SA_LINKADDR 289 mov ebx,offset Ltick - SA_LINKADDR 302 mov ebx,offset Ltick - SA_LINKADDR 309 mov ebx,offset lbl_menus - SA_LINKADDR 312 mov ebx,offset Lmenu - SA_LINKADDR 321 mov ebx,offset Lmenu - SA_LINKADDR 324 mov ebx,offset lbl_menus - SA_LINKADDR 327 mov ebx,offset Lmenu - SA_LINKADDR 335 mov ebx,offset lbl_menus - SA_LINKADDR 338 mov ebx,offset Lmenu - SA_LINKADDR [all …]
|
| /mirbsd/src/libexec/ld.so/i386/ |
| D | ldasm.S | 43 pushl %ebx # save ps_strings 46 movl %esp,%ebx 47 movl %ebx,%edi # save dl_data arg for dl_boot 48 pushl %ebx # push dl_data for dl_boot_bind 79 popl %ebx # %ebx = ps_strings - XXXDSR 167 pushl %ebx 185 popl %ebx
|
| /mirbsd/src/lib/libc/hash/ |
| D | suma-i386.S | 84 push ebx 118 pop ebx 126 push ebx 131 pop ebx 138 push ebx 142 pop ebx
|
| /mirbsd/src/lib/libssl/src/crypto/perlasm/ |
| D | x86unix.pl | 33 'ebx', '%bl', 43 'ebx', '%bh', 53 'ebx', '%ebx', 64 'ebx', 0x03, 324 pushl %ebx 368 popl %ebx
|
| /mirbsd/src/lib/libssl/src/crypto/rc4/asm/ |
| D | rc4-x86_64.pl | 64 mov 4($inp),%ebx 101 ror \$8,%ebx 109 mov %ebx,4($out)
|
| /mirbsd/src/kern/c/i386/ |
| D | strrchr.S | 16 pushl %ebx 30 popl %ebx
|
| D | strncmp.S | 20 pushl %ebx 118 popl %ebx 124 popl %ebx
|
| /mirbsd/src/lib/libc/arch/i386/gen/ |
| D | _setjmp.S | 52 movl %ebx, 4(%eax) 64 movl 4(%edx),%ebx
|
| D | setjmp.S | 62 movl %ebx, 4(%ecx) 86 movl 4(%edx),%ebx
|
| D | sigsetjmp.S | 59 movl %ebx, 4(%ecx) 85 movl 4(%edx),%ebx
|
| /mirbsd/src/sys/compat/linux/ |
| D | linux_ptrace.c | 68 long ebx; member 200 linux_regs->ebx = regs->r_ebx; 230 regs->r_ebx = linux_regs->ebx;
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/regformats/ |
| D | reg-i386.dat | 6 32:ebx
|
| D | reg-i386-linux.dat | 6 32:ebx
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | i386gnu-nat.c | 55 REG_OFFSET (eax), REG_OFFSET (ecx), REG_OFFSET (edx), REG_OFFSET (ebx),
|