| /dragonfly/sys/contrib/dev/acpica/source/include/platform/ |
| HD | acmsvc.h | 203 __asm mov edx, n_hi \ 204 __asm mov eax, n_lo \ 206 __asm mov q32, eax \ 207 __asm mov r32, edx \ 214 __asm mov edx, n_hi \ 215 __asm mov eax, n_lo \ 217 __asm mov p32, eax \ 218 __asm mov c32, edx \ 225 __asm mov edx, n_hi \ 226 __asm mov eax, n_lo \ [all …]
|
| HD | acwin.h | 258 __asm mov eax, 0xFF \ 259 __asm mov ecx, FacsPtr \ 265 __asm mov eax, [ecx] \ 266 __asm mov edx, eax \ 277 __asm mov Acq, al \ 283 __asm mov ecx, FacsPtr \ 289 __asm mov eax, [ecx] \ 290 __asm mov edx, eax \ 299 __asm mov Pnd, al \
|
| /dragonfly/stand/boot/pc32/boot2/ |
| HD | boot1.S | 133 mov %sp,%bp // Packet pointer 151 mov %cx,%es // Address 152 mov %cx,%ds // data 153 mov %cx,%ss // Set up 154 mov $start,%sp // stack 159 mov %sp,%si // Source 160 mov $BOOT1_ORIGIN,%di // Destination 178 mov $0x1,%cx // Two passes 179 main.1: mov $BOOT2_LOAD_BUF+PRT_OFF,%si // Partition table 235 mov $MEM_BTX_ORG,%bx // Base of BTX header [all …]
|
| /dragonfly/sys/platform/pc64/x86_64/ |
| HD | mpboot.S | 45 mov %cs, %ax /* copy %cs to %ds. Remember these */ 46 mov %ax, %ds /* are offsets rather than selectors */ 47 mov %ax, %ss 53 mov %cs, %bx 67 mov %eax, %cr0 90 mov $bootdata-gdt, %eax 91 mov %ax, %ds 94 mov %cr4, %eax 96 mov %eax, %cr4 118 mov %eax, %cr3 [all …]
|
| /dragonfly/stand/boot/pc32/cdboot/ |
| HD | cdboot.S | 397 mov %eax,edd_lba # LBA to read from 398 mov %ebx,%eax # Convert address 400 mov %ax,edd_addr+0x2 # and store 402 mov $edd_packet,%si # Address Packet 403 mov %dh,edd_len # Set length 404 mov drive,%dl # BIOS Device 405 mov $0x42,%ah # BIOS: Extended Read 415 mov $msg_timeout,%si 426 mov %dx,%ax 436 read.error: mov %ah,%al # Save error [all …]
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-h8300.texi | 283 * exts.w rd mov.w rs,@@abs:16 284 * exts.l rd * mov.l #imm,rd 285 * extu.w rd * mov.l rs,rd 286 * extu.l rd * mov.l @@rs,rd 287 inc rs * mov.l @@(disp:16,rs),rd 288 * inc.w #imm,rd * mov.l @@(disp:24,rs),rd 289 * inc.l #imm,rd * mov.l @@rs+,rd 290 jmp @@rs * mov.l @@abs:16,rd 291 jmp abs * mov.l @@abs:24,rd 292 jmp @@@@abs:8 * mov.l rs,@@rd [all …]
|
| HD | c-sh.texi | 242 mov.l bar,r0 250 mov.l @@(@var{disp}, PC) 271 addc Rm,Rn mov #imm,Rn 272 addv Rm,Rn mov Rm,Rn 273 and #imm,R0 mov.b Rm,@@(R0,Rn) 274 and Rm,Rn mov.b Rm,@@-Rn 275 and.b #imm,@@(R0,GBR) mov.b Rm,@@Rn 276 bf disp8 mov.b @@(disp,Rm),R0 277 bra disp12 mov.b @@(disp,GBR),R0 278 bsr disp12 mov.b @@(R0,Rm),Rn [all …]
|
| HD | c-m32c.texi | 92 mov.w %dsp8(sym)[a0],r1 93 mov.b #0,%dsp8(sym)[a0] 104 mov.b #%hi8(sym),r1h 105 mov.w #%lo16(sym),a0 123 mov.w #%hi16(sym),a1 124 mov.w #%lo16(sym),a0
|
| HD | c-msp430.texi | 150 mov #llo(1), r10 ; == mov #1, r10 151 mov #lhi(1), r10 ; == mov #0, r10 409 mov r15,r8
|
| HD | c-rl78.texi | 92 mov es, #%hi8(_sym)
|
| /dragonfly/sys/platform/pc64/acpica/ |
| HD | acpi_wakecode.S | 69 mov previous_cr2,%eax 70 mov %eax,%cr2 71 mov previous_cr3,%eax 72 mov %eax,%cr3 73 mov previous_cr4,%eax 74 mov %eax,%cr4 79 mov val,%eax; \ 80 mov %eax,wakeup_32stack+(idx+1)+(idx*4); 93 mov physical_esp,%esi /* to be used in 32bit code */ 96 mov %cr0,%eax [all …]
|
| /dragonfly/stand/boot/pc32/btx/btx/ |
| HD | btx.S | 159 mov %ax,%ss # Set up 160 mov $MEM_BTX_ESP0,%sp # stack 161 mov %ax,%es # Address 162 mov %ax,%ds # data 169 mov $MEM_BTX_IDT,%di # Memory to initialize 170 mov $(MEM_BTX_ZEND-MEM_BTX_IDT)/2,%cx # Words to zero 177 mov $intr20,%bx # Address first handler 178 mov $0x10,%cx # Number of handlers 179 mov $0x20*4,%di # First real mode IDT entry 180 init.0: mov %bx,(%di) # Store IP [all …]
|
| /dragonfly/lib/libc/x86_64/ |
| HD | SYS.h | 45 mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret; \ 52 mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret ; \ 61 mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret; \ 68 mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret; \
|
| /dragonfly/sys/platform/pc64/icu/ |
| HD | icu_ipl.s | 115 mov %ah,%al 134 mov %ah,%al
|
| /dragonfly/lib/libthread_xu/arch/x86_64/x86_64/ |
| HD | _umtx_sleep_wakeup_err.S | 9 mov __CONCAT($SYS,x),%rax; KERNCALL; ret; \
|
| /dragonfly/lib/libc/x86_64/sys/ |
| HD | reboot.S | 44 mov $SYS_reboot,%rax
|
| HD | ptrace.S | 44 mov $SYS_ptrace,%rax
|
| HD | vfork.S | 45 mov $SYS_vfork,%rax
|
| HD | pipe2.S | 44 mov $SYS_pipe2,%rax
|
| HD | pipe.S | 44 mov $SYS_pipe,%rax
|
| HD | setlogin.S | 46 mov $SYS_setlogin,%rax
|
| HD | fake_sbrk.S | 60 mov $SYS_break,%eax
|
| /dragonfly/contrib/file/magic/Magdir/ |
| HD | filesystems | 286 # characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00 289 # assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld 298 # assembler instructions: mov di,077c;cmp word ptrl[di],a55a;jnz 302 # error messages are printed by assembler instructions: mov si,06nn;...;int 10 (0xBEnn06;...) 330 # assembler instructions: push ax;pop es;push ax;pop ds;cld;mov si,7c1b 332 # assembler instructions: rep;movsb;retf;mov si,07be;mov cl,04 357 # assembler instructions: rep;movsb;retf;mov BP,07be;mov cl,04 375 # assembler instructions: ..;mov ds,ax;mov si,7c00;mov di,..00 426 # assembler instructions: cli;mov $0x30,%ax;mov %ax,%ss;mov 428 # assembler instructions: $0x1f00,%sp;mov $0x80cb,%di;add %cl,(%bx,%si);in (%dx),%ax;mov [all …]
|
| /dragonfly/lib/libc/nls/ |
| HD | sk_SK.ISO8859-2.msg | 15 4 Syst�mov� volanie preru�en� 217 12 Chybn� syst�mov� volanie
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | mmx.md | 71 (define_expand "mov<mode>" 81 (define_insn "*mov<mode>_internal_rex64" 89 mov{q}\t{%1, %0|%0, %1} 90 mov{q}\t{%1, %0|%0, %1} 137 (define_insn "*mov<mode>_internal" 221 mov{q}\t{%1, %0|%0, %1} 222 mov{q}\t{%1, %0|%0, %1}
|