/external/qemu-pc-bios/vgabios/ |
D | vbe.c | 103 mov ax, #0x0100 106 mov ax, dx 108 push ax 110 mov ax, # VBE_DISPI_INDEX_BANK 111 out dx, ax 112 pop ax 114 out dx, ax 115 in ax, dx 117 cmp dx, ax 119 mov ax, #0x004f [all …]
|
D | clext.c | 399 out dx, ax 400 mov ax, #0x0007 ; set vga mode variable 401 out dx, ax 402 mov ax, #0x0431 ; reset bitblt variable 404 out dx, ax 405 mov ax, #0x0031 variable 406 out dx, ax 427 push ax 429 mov ax, #0x9206 431 out dx, ax [all …]
|
D | vgabios.c | 124 xor ax, ax variable 125 mov ds, ax 126 mov ax, ?3 variable 127 mov ?1*4, ax 128 mov ax, ?2 129 mov ?1*4+2, ax 257 mov ax,#0x0003 variable 308 cmp ax, #0x1103 345 cmp ax, #0x101b 452 mov ax, # BIOSMEM_SEG [all …]
|
/external/grub/stage2/ |
D | asm.S | 118 xorw %ax, %ax 119 movw %ax, %ds 120 movw %ax, %ss 121 movw %ax, %es 235 movw %ax, (%di) 257 movw $0x5300, %ax 264 movw $0x5304, %ax 269 movw $0x5301, %ax 275 movw $0x530E, %ax 282 movw $0x5307, %ax [all …]
|
D | start.S | 104 cmpw %ax, 4(%di) /* compare against total number of sectors */ 110 movw 4(%di), %ax 114 subw %ax, 4(%di) 125 movw %ax, 2(%si) 134 pushw %ax 140 movw %ax, 4(%si) 183 movw %ax, 12(%si) 186 cmpw 8(%si), %ax 190 movw (%si), %ax /* get number of sectors per track/head */ 196 cmpw %ax, 4(%di) /* compare against total number of sectors */ [all …]
|
D | nbloader.S | 57 movw $NBI_DEST_SEG, %ax 58 movw %ax, %ds 59 movw $RELOCATED_SEG, %ax 60 movw %ax, %es 94 movw %es, %ax 95 addw $0x0800, %ax 96 movw %ax, %es 97 movw %ds, %ax 98 addw $0x800, %ax 99 movw %ax, %ds
|
D | start_eltorito.S | 82 xor %ax, %ax 83 mov %ax, %ss 84 mov %ax, %ds 85 mov %ax, %es 86 mov %ax, %fs 87 mov %ax, %gs 103 mov %ax, %bp /* boot file sectors */ 109 mov %ds, %ax 110 mov %ax, %es 157 sub %ax, %bp /* Sectors left */ [all …]
|
D | apm.S | 35 movw $0x5300, %ax 52 movw $0x5304, %ax 58 movw $0x5303, %ax 70 movw %ax, ABS(EXT_C(apm_bios_info)) + 2 88 movw $0x5300, %ax 102 movw %ax, ABS(EXT_C(apm_bios_info)) 113 movw $0x5304, %ax
|
/external/llvm/test/MC/MachO/ |
D | x86_32-optimal_nop.s | 14 # xchg %ax,%ax 21 # nopl (%[re]ax) 31 # nopl 0(%[re]ax) 40 # nopl 0(%[re]ax,%[re]ax,1) 48 # nopw 0(%[re]ax,%[re]ax,1) 55 # nopl 0L(%[re]ax) 69 # nopl 0L(%[re]ax,%[re]ax,1) 82 # nopw 0L(%[re]ax,%[re]ax,1) 95 # nopw %cs:0L(%[re]ax,%[re]ax,1) 106 # nopw %cs:0L(%[re]ax,%[re]ax,1) [all …]
|
/external/freetype/src/autofit/ |
D | afangles.c | 31 FT_Pos ax = x_in; 37 if ( ax < 0 ) 38 ax = -ax; 41 d_in = ax + ay; 43 ax = x_out; 44 if ( ax < 0 ) 45 ax = -ax; 49 d_out = ax + ay; 51 ax = x_out + x_in; 52 if ( ax < 0 ) [all …]
|
/external/quake/quake/src/QW/client/ |
D | block16.h | 8 movw 0x12345678(,%eax,2),%ax 11 movw %ax,(%edi) 23 movw 0x12345678(,%eax,2),%ax 26 movw %ax,(%edi) 38 movw 0x12345678(,%eax,2),%ax 41 movw %ax,(%edi) 53 movw 0x12345678(,%eax,2),%ax 56 movw %ax,(%edi) 69 movw 0x12345678(,%eax,2),%ax 72 movw %ax,(%edi) [all …]
|
/external/quake/quake/src/WinQuake/ |
D | block16.h | 27 movw 0x12345678(,%eax,2),%ax 30 movw %ax,(%edi) 42 movw 0x12345678(,%eax,2),%ax 45 movw %ax,(%edi) 57 movw 0x12345678(,%eax,2),%ax 60 movw %ax,(%edi) 72 movw 0x12345678(,%eax,2),%ax 75 movw %ax,(%edi) 88 movw 0x12345678(,%eax,2),%ax 91 movw %ax,(%edi) [all …]
|
D | net_bw.cpp | 246 regs.x.ax = 0x4403; in BW_ioctl() 252 return regs.x.ax; in BW_ioctl() 282 regs.x.ax = 0x3d42; in GetEthdevinfo() 287 fd = regs.x.ax; in GetEthdevinfo() 289 regs.x.ax = 0x4401; in GetEthdevinfo() 301 Q_memcpy(ðdevinfo, lowmem_buffer, regs.x.ax); in GetEthdevinfo() 405 regs.x.ax = 0x3d42; in BW_OpenSocket() 410 Con_Printf("BW_OpenSocket failed: %u\n", BW_TranslateError(regs.x.ax)); in BW_OpenSocket() 413 s = regs.x.ax; in BW_OpenSocket() 416 regs.x.ax = 0x4401; in BW_OpenSocket() [all …]
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 82 subw %ax, %bx 217 outw %ax, $128 237 cmovnz %bx, %ax 265 out %ax, (%dx) 266 outw %ax, (%dx) 279 in (%dx), %ax 280 inw (%dx), %ax 326 fnstsw %ax 396 mov %CS, %ax 481 fstsw %ax [all …]
|
/external/qemu-pc-bios/vgabios/tests/lfbprof/ |
D | lfbprof.c | 64 r.w.ax = 0x100; /* DPMI allocate DOS memory */ in DPMI_allocRealSeg() 70 *r_seg = r.w.ax; /* Real mode segment */ in DPMI_allocRealSeg() 85 r.w.ax = 0x101; /* DPMI free DOS memory */ in DPMI_freeRealSeg() 124 IN(ax); IN(bx); IN(cx); IN(dx); IN(si); IN(di); in DPMI_int86() 127 r.w.ax = 0x300; /* DPMI issue real interrupt */ in DPMI_int86() 135 OUT(ax); OUT(bx); OUT(cx); OUT(dx); OUT(si); OUT(di); in DPMI_int86() 137 return out->x.ax; in DPMI_int86() 159 IN(ax); IN(bx); IN(cx); IN(dx); IN(si); IN(di); in DPMI_int86x() 164 r.w.ax = 0x300; /* DPMI issue real interrupt */ in DPMI_int86x() 172 OUT(ax); OUT(bx); OUT(cx); OUT(dx); OUT(si); OUT(di); in DPMI_int86x() [all …]
|
/external/grub/stage1/ |
D | stage1.S | 133 xorw %ax, %ax 134 movw %ax, %ds 135 movw %ax, %ss 209 movw %ax, 4(%si) 258 incw %ax 268 incw %ax 269 movw %ax, 8(%si) 271 xorw %ax, %ax 298 movw %ax, 12(%si) 301 cmpw 8(%si), %ax [all …]
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios32start.S | 51 xor %ax, %ax 52 mov %ax, %ds 101 inw %dx, %ax 102 andw $~1, %ax 103 outw %ax, %dx 113 inw %dx, %ax 114 orw $1, %ax 115 outw %ax, %dx
|
D | rombios.c | 244 mov ax,#?1 245 out dx,ax 248 mov ax,#?1 260 mov ax, ?3 261 mov ?1*4, ax 262 mov ax, ?2 263 mov ?1*4+2, ax 290 push ax 298 mov ax, 4[bp] ; segment local 299 mov es, ax [all …]
|
/external/qemu/distrib/jpeg-6b/ |
D | jmemdosa.asm | 59 mov word ptr [bx],ax ; save the handle 60 xor ax,ax ; return zero for OK 92 xor ax,ax ; return zero for OK 123 mov ax,4200h ; absolute seek 126 xor ax,ax ; return zero for OK 160 cmp ax,word ptr [bp+12] ; make sure all bytes were read 162 mov ax,1 ; else return 1 for not OK 164 read_ok: xor ax,ax ; return zero for OK 198 cmp ax,word ptr [bp+12] ; make sure all bytes written 200 mov ax,1 ; else return 1 for not OK [all …]
|
D | jmemdos.c | 99 unsigned short ax, dx, bx; member 103 unsigned short ax, dx, bx; member 352 ctx.ax = 0x0b00; /* EMB move */ in read_xms_store() 354 if (ctx.ax != 1) in read_xms_store() 385 ctx.ax = 0x0b00; /* EMB move */ in write_xms_store() 387 if (ctx.ax != 1) in write_xms_store() 406 ctx.ax = 0x0a00; in close_xms_store() 425 ctx.ax = 0x0000; in open_xms_store() 427 if (ctx.ax < (unsigned short) 0x0200) in open_xms_store() 432 ctx.ax = 0x0900; in open_xms_store() [all …]
|
/external/jpeg/ |
D | jmemdosa.asm | 59 mov word ptr [bx],ax ; save the handle 60 xor ax,ax ; return zero for OK 92 xor ax,ax ; return zero for OK 123 mov ax,4200h ; absolute seek 126 xor ax,ax ; return zero for OK 160 cmp ax,word ptr [bp+12] ; make sure all bytes were read 162 mov ax,1 ; else return 1 for not OK 164 read_ok: xor ax,ax ; return zero for OK 198 cmp ax,word ptr [bp+12] ; make sure all bytes written 200 mov ax,1 ; else return 1 for not OK [all …]
|
D | jmemdos.c | 99 unsigned short ax, dx, bx; member 103 unsigned short ax, dx, bx; member 352 ctx.ax = 0x0b00; /* EMB move */ in read_xms_store() 354 if (ctx.ax != 1) in read_xms_store() 385 ctx.ax = 0x0b00; /* EMB move */ in write_xms_store() 387 if (ctx.ax != 1) in write_xms_store() 406 ctx.ax = 0x0a00; in close_xms_store() 425 ctx.ax = 0x0000; in open_xms_store() 427 if (ctx.ax < (unsigned short) 0x0200) in open_xms_store() 432 ctx.ax = 0x0900; in open_xms_store() [all …]
|
/external/valgrind/main/none/tests/x86/ |
D | x86locked.c | 262 GEN_do_locked_G_E(addw,ax) in GEN_do_locked_G_E() 266 GEN_do_locked_G_E(orw, ax) in GEN_do_locked_G_E() 270 GEN_do_locked_G_E(adcw,ax) in GEN_do_locked_G_E() 274 GEN_do_locked_G_E(sbbw,ax) in GEN_do_locked_G_E() 278 GEN_do_locked_G_E(andw,ax) in GEN_do_locked_G_E() 282 GEN_do_locked_G_E(subw,ax) in GEN_do_locked_G_E() 286 GEN_do_locked_G_E(xorw,ax) in GEN_do_locked_G_E() 347 GEN_do_locked_imm_E(addw,ax,0x7E) 348 GEN_do_locked_imm_E(addw,ax,0x9325) 354 GEN_do_locked_imm_E(orw,ax,0x7E) [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 3addr-16bit.ll | 9 ; 32BIT: movw 20(%esp), %ax 10 ; 32BIT-NOT: movw %ax, %cx 14 ; 64BIT-NOT: movw %si, %ax 31 ; 32BIT: movw 20(%esp), %ax 32 ; 32BIT-NOT: movw %ax, %cx 36 ; 64BIT-NOT: movw %si, %ax 55 ; 32BIT: movw 20(%esp), %ax 56 ; 32BIT-NOT: movw %ax, %cx 60 ; 64BIT-NOT: movw %si, %ax 77 ; 32BIT: movw 16(%esp), %ax [all …]
|
/external/blktrace/btt/ |
D | btt_plot.py | 255 def gen_labels(db, ax, type): argument 259 def gen_ylabel(ax, type): argument 268 ax.set_ylabel(str) 274 ax.set_xlim(db['min_x'] - xdelta, db['max_x'] + xdelta) 275 ax.set_ylim(db['min_y'] - ydelta, db['max_y'] + ydelta) 276 ax.set_xlabel('Runtime (seconds)') 277 ax.grid(True) 278 gen_ylabel(ax, type) 302 leg = ax.legend(legends, 'best', shadow=True) 320 ax = fig.add_subplot(111) [all …]
|