/external/syslinux/gpxe/src/arch/i386/prefix/ |
D | dskprefix.S | 33 movw $0x2000-12, %di /* 0x2000 is arbitrary value >= length */ 37 movw $BOOTSEG, %ax 38 movw %ax,%ds 39 movw %ax,%es 40 movw %ax,%ss /* put stack at BOOTSEG:0x4000-12. */ 41 movw %di,%sp 56 movw %cx,%es /* access segment 0 */ 57 movw $0x78, %bx /* 0:bx is parameter table address */ 62 movw %ax,%es /* ax is BOOTSECT (loaded above) */ 72 movw %cx,%ds /* access segment 0 */ [all …]
|
D | pxeprefix.S | 39 movw %ss, %cs:pxe_ss 43 movw %cs, %ax 44 movw %ax, %ds 45 movw $0x40, %ax /* BIOS data segment access */ 46 movw %ax, %fs 49 movw %ax, %ss 54 movw $10f, %si 73 movw %gs:32(%bp),%bx 74 movw %gs:8(%bp),%es 79 movw $0x5650, %ax [all …]
|
D | romprefix.S | 192 movw %bx, %gs 193 movw %di, %bx 196 movw $init_message, %si 203 movw %ax, pci_busdevfn 207 movw $prodstr_pci_id, %di 215 movw %cs, %ax 223 movw $0xb101, %ax 233 movw $init_message_pci, %si 245 movw %gs, %ax 248 movw %cs, %bx /* Sane if %cs == %gs */ [all …]
|
D | libprefix.S | 71 movw $0x0007, %bx /* page 0, attribute 7 (normal) */ 223 movw $79, %cx 296 movw %sp, %bp 314 movw $pm_call_vars, %si 316 movw $pm_call_vars_size, %cx 327 movw %ss, %ax 332 movw %cs, %ax 333 movw $PM_CALL_VAR(pm_cs), %di 335 movw %ss, %ax 336 movw $PM_CALL_VAR(pm_ss), %di [all …]
|
D | lkrnprefix.S | 60 movw $0x2000, %di /* 0x2000 is arbitrary value >= length 63 movw $BOOTSEG, %ax 64 movw %ax,%ds 65 movw %ax,%es 68 movw %ax, %ss /* put stack at BOOTSEG:0x2000. */ 69 movw %di,%sp 72 movw $why_end-why, %cx 73 movw $why, %si 75 movw $0x0007, %bx /* page 0, attribute 7 (normal) */ 191 movw %ax, %ss [all …]
|
D | bootpart.S | 22 movw $STACK_SEG, %ax 23 movw %ax, %ss 24 movw $STACK_SIZE, %sp 33 movw $0x200, %cx 43 movw $0x55aa, %bx 49 movw $read_lba, read_sectors 53 movw $0x0001, %cx 59 movw $10f, %si 71 movw $0x0007, %bx 99 movw $446, %bx [all …]
|
/external/syslinux/gpxe/src/arch/i386/transitions/ |
D | librm.S | 111 movw $virtual_cs, %bx 113 movw $virtual_ds, %bx 122 movw %cs, %ax 123 movw %ax, rm_cs 125 movw $real_cs, %bx 132 movw %ds, %ax 133 movw %ax, %cs:rm_ds 135 movw $real_ds, %bx 155 1: movw %ax, 2(%bx) 183 movw %cs:rm_ds, %ax [all …]
|
D | libkir.S | 74 movw %ds, %cs:ext_ds 77 movw %es, %ds:ext_es 78 movw %fs, %ds:ext_fs 79 movw %gs, %ds:ext_fs 82 movw %ax, %ds:save_ax 88 movw %ss, %ds:ext_ss 92 movw %ds:kir_ds, %ax 93 movw %ax, %ss 95 movw %ax, %ds 96 movw %ax, %es [all …]
|
/external/llvm/test/MC/ARM/ |
D | target-expressions.s | 18 movw r0, :lower16:function 21 movw r1, #:lower16:function 24 movw r2, :lower16:deadbeat 27 movw r3, #:lower16:deadbeat 30 movw r4, :lower16:0xD1510D6E 33 movw r5, #:lower16:0xD1510D6E 36 movw r0, :lower16:external 39 movw r1, #:lower16:external 42 movw r2, #:lower16:(16 + 16) 45 movw r3, :lower16:(16 + 16) [all …]
|
/external/syslinux/mbr/ |
D | mbr.S | 54 movw %ax, %ds 55 movw %ax, %ss 56 movw $stack, %sp 57 movw %sp, %si 60 movw %ax, %es 65 movw $_start, %di 66 movw $(512/2), %cx 78 movw $0x55aa, %bx 126 movw $bootsec, %bx 133 movw %sp, %si [all …]
|
D | altmbr.S | 54 movw %ax, %ds 55 movw %ax, %ss 56 movw $stack, %sp 57 movw %sp, %si 60 movw %ax, %es 65 movw $_start, %di 66 movw $(512/2), %cx 78 movw $0x55aa, %bx 126 movw $bootsec, %bx 133 movw %sp, %si [all …]
|
D | gptmbr.S | 60 movw %ax, %ds 61 movw %ax, %ss 62 movw $stack, %sp 63 movw %sp, %si 66 movw %ax, %es 71 movw $_start, %di 72 movw $(512/2), %cx 80 movw %sp, %bp /* %bp -> frame pointer: LEAVE UNCHANGED */ 85 movw $0x200, -6(%bp) /* -6(%bp) sector size */ 90 movw $0x55aa, %bx [all …]
|
D | isohdpfx.S | 101 movw %bp, %ss 102 movw $stack, %sp 137 movw %bp, %ds 138 movw %bp, %es 144 movw $0x7c00, %si 145 movw $_start, %di 146 movw $(512/2), %cx 155 movw $0x55aa, %bx 196 movw $0x7c00, %bx 197 movw $4, %cx /* Sector count */ [all …]
|
/external/syslinux/diag/mbr/ |
D | handoff.S | 72 movw (es_\r), %\t 120 movw %ax, e_ax 121 movw %ss, e_ss 122 movw %sp, e_sp 125 movw %ax, %ss 127 movw $e0_beg, %sp 140 movw $es_beg, %sp 154 movw $(_start),%dx /* 0x0600 mbr.ld .text address */ 186 movw $16, %cx 205 movw $4, %cx [all …]
|
/external/swiftshader/third_party/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/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 56 ; 32BIT: movw 20(%esp), %ax 57 ; 32BIT-NOT: movw %ax, %cx 61 ; 64BIT-NOT: movw %si, %ax 78 ; 32BIT: movw 16(%esp), %ax [all …]
|
D | atomic16.ll | 160 ; X64: movw 161 ; X64: movw 167 ; X32: movw 168 ; X32: movw 182 ; X64: movw 183 ; X64: movw 189 ; X32: movw 190 ; X32: movw 204 ; X64: movw 205 ; X64: movw [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | fast-isel-call.ll | 12 ; movw/movt or constant pool loads. Different platforms will select 44 ; ARM: movw r2, #1 72 ; ARM: movw r1, #255 74 ; ARM: movw r1, #65535 75 ; THUMB: movw r1, #65535 98 ; ARM: movw [[R0:l?r[0-9]*]], #0 99 ; ARM: movw [[R1:l?r[0-9]*]], #248 100 ; ARM: movw [[R2:l?r[0-9]*]], #187 101 ; ARM: movw [[R3:l?r[0-9]*]], #28 102 ; ARM: movw [[R4:l?r[0-9]*]], #40 [all …]
|
D | pr18364-movw.ll | 9 ; V5-NOT: movw 10 ; V6-NOT: movw 11 ; V6T2: movw 12 ; V7: movw 25 ; V5-NOT: movw 26 ; V6-NOT: movw 27 ; V6T2: movw 28 ; V7: movw
|
/external/syslinux/dos/ |
D | crt0.S | 16 movw %cs,%ax 17 movw %ax,%ds 18 movw %ax,%es 23 movw $__bss_start,%di 24 movw $__bss_end+3,%cx 31 movw $_PSP,%di 33 movw $0x40,%cx 37 movw $0x3001,%ax 40 movw %ax,dos_version 43 movw $bad_dos,%dx # Print error message
|
/external/llvm/test/MC/Disassembler/X86/ |
D | moffs.txt | 15 # 16: movw 0x5a5a, %ax # encoding: [0xa1,0x5a,0x5a] 20 # 16: movw 0x5a5a5a5a, %ax # encoding: [0x67,0xa1,0x5a,0x5a,0x5a,0x5a] 26 # 32: movw 0x5a5a5a5a, %ax # encoding: [0x66,0xa1,0x5a,0x5a,0x5a,0x5a] 31 # 32: movw 0x5a5a, %ax # encoding: [0x67,0x66,0xa1,0x5a,0x5a] 32 # 64: movw 0x5a5a5a5a, %ax # encoding: [0x67,0x66,0xa1,0x5a,0x5a,0x5a,0x5a] 36 # 32: movw 0x5a5a, %ax # encoding: [0x67,0x66,0xa1,0x5a,0x5a] 37 # 64: movw 0x5a5a5a5a, %ax # encoding: [0x67,0x66,0xa1,0x5a,0x5a,0x5a,0x5a] 41 # 32: movw %es:0x5a5a, %ax # encoding: [0x67,0x66,0x26,0xa1,0x5a,0x5a] 42 # 64: movw %es:0x5a5a5a5a, %ax # encoding: [0x67,0x66,0x26,0xa1,0x5a,0x5a,0x5a,0x5a] 57 # 16: movw %ax, 0x5a5a # encoding: [0xa3,0x5a,0x5a] [all …]
|
/external/syslinux/gpxe/src/arch/i386/interface/pxe/ |
D | pxe_entry.S | 157 addr32 movw 18(%esp), %bx 158 movw %bx, %es 159 addr32 movw 16(%esp), %di 160 addr32 movw 14(%esp), %bx 198 movw %cs, %dx 199 movw %dx, %es 200 movw $pxenv, %bx 203 movw $0x564e, %ax 205 movw %sp, %bp
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | convert.ll | 65 ; ARM32: movw {{.*}}i8v 68 ; ARM32: movw {{.*}}i16v 71 ; ARM32: movw {{.*}}i32v 75 ; ARM32: movw {{.*}}i64v 126 ; ARM32: movw {{.*}}i16v 128 ; ARM32: movw {{.*}}i8v 131 ; ARM32: movw {{.*}}i32v 135 ; ARM32: movw {{.*}}i64v 181 ; ARM32: movw {{.*}}i32v 183 ; ARM32: movw {{.*}}i8v [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | movt-movw-global.ll | 10 ; EABI: movw r0, :lower16:foo 13 ; IOS: movw r0, :lower16:L_foo$non_lazy_ptr 16 ; IOS-PIC: movw r0, :lower16:(L_foo$non_lazy_ptr-(LPC0_0+8)) 19 ; IOS-STATIC-NOT: movw r0, :lower16:_foo 26 ; EABI: movw r1, :lower16:foo 29 ; IOS: movw r1, :lower16:L_foo$non_lazy_ptr 32 ; IOS-PIC: movw r1, :lower16:(L_foo$non_lazy_ptr-(LPC1_0+8)) 35 ; IOS-STATIC-NOT: movw r1, :lower16:_foo
|
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/ |
D | e820mangler.S | 143 movw $ext_memory_window, %si 149 movw %sp, %bp 150 movw %bx, 28(%bp) 172 movw $ext_memory_window, %si 178 movw %sp, %bp 179 movw %bx, 16(%bp) 229 movw $underlying_e820_cache, %si 248 movw $0xffff, underlying_e820_index 277 movw $underlying_e820_cache, %di 360 movw $memory_windows, %si [all …]
|