Searched refs:dl (Results 1 - 25 of 66) sorted by relevance

123

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcat.c69 PRUint32 dl; local
74 for( rv = dest, dl = 0; *dest; dest++, dl++ )
77 if( max <= dl ) return rv;
78 (void)PL_strncpyz(dest, src, max-dl);
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.inc88 and dl, 0FCh
89 or al, dl
106 mov dl, 0
114 mov dl, 4 ; disable i/o and memory space access
121 mov dl, [bp-8]
171 mov dl, 4 ;; enable i/o and memory space access if available
178 mov dl, 0 ; check if PCI device is AMD PCNet
185 mov dl, 10h ; get I/O address
240 mov dl, 0
247 mov dl, [s
[all...]
H A Dtimepci.c187 regs.u.r8.dl = inb_cmos(0x0b) & 0x01; // Stat Reg B
212 val8 = (inb_cmos(0x0b) & 0x60) | 0x02 | (regs.u.r8.dl & 0x01);
228 regs.u.r8.dl = inb_cmos(0x07); // Day of Month
252 outb_cmos(0x07, regs.u.r8.dl); // Day of Month
H A Dbiosint.h82 uint8_t bl, bh, dl, dh, cl, ch, al, ah; member in struct:__anon14961::__anon14962::__anon14964
101 uint8_t dl, dh; member in struct:__anon14965::__anon14966::__anon14969
/vbox/src/VBox/Runtime/common/asm/
H A DASMAtomicCmpXchgU8.asm38 ; @param u8New x86:esp+8 msc:dl gcc:sil
39 ; @param u8Old x86:esp+c msc:r8l gcc:dl
48 lock cmpxchg [rcx], dl
50 mov al, dl
55 mov dl, [esp + 08h]
57 lock cmpxchg [ecx], dl
/vbox/src/VBox/Runtime/common/string/
H A Dstrchr.asm40 or dl, dl
52 or dl, dl
61 cmp al, dl
67 cmp al, dl
73 cmp al, dl
79 cmp al, dl
H A Dmemcpy.asm68 test dl, 4
73 test dl, 2
77 test dl, 1
H A Dmempcpy.asm66 test dl, 4
71 test dl, 2
75 test dl, 1
H A Dmemcmp.asm70 test dl, 4
76 test dl, 2
81 test dl, 1
H A Dmemmove.asm94 test dl, 4
99 test dl, 2
103 test dl, 1
H A Dmemset.asm42 movzx eax, dl
48 movzx edx, dl
/vbox/src/VBox/Runtime/win/amd64/
H A DASMAtomicXchgU8.asm36 ; @param dl u8 The 8-bit value to assign to *pu8.
38 xchg [rcx], dl
39 movzx eax, dl
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Ddskprefix.S87 xorb %dl,%dl
230 movb %dl,%ch
232 movb %dl,%dh
251 xorb %dl,%dl
331 andb %dl,%al
/vbox/src/VBox/Devices/PC/ipxe/src/tests/comboot/
H A Dversion.asm68 mov dl, '.'
100 mov dl, [str_hex + bx]
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvgarom.asm851 mov dl, al
858 cmp dl, 1
861 cmp dl, 2
864 mov al, dl
923 mov dl, al
924 and dl, 01
925 shl dl, 3
931 or al, dl
963 mov dl, al
964 and dl, 0
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibSse2/X64/
H A DSetMem64.asm37 test dl, 8
H A DSetMem64.S40 testb $8, %dl
/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dtooltip.css73 .tmvcstimeline dl {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseMemoryLibOptDxe/X64/
H A DCompareMem.S55 sub %dl, %al
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dregisters.h89 uint8_t dl; member in struct:i386_regs::__anon15049::__anon15050
/vbox/src/libs/zlib-1.2.6/
H A Ddeflate.h73 } dl; member in struct:ct_data_s
78 #define Dad dl.dad
79 #define Len dl.len
/vbox/src/recompiler/Sun/
H A De_powl-amd64.S91 movb %ah, %dl
227 xorb %ah, %dl
301 testb $2, %dl
H A De_powl-x86.S117 movb %ah, %dl
268 xorb %ah, %dl
333 testb $2, %dl
/vbox/include/VBox/vmm/
H A Dcpumctx.h164 uint8_t dl; member in union:CPUMCTXCORE::__anon301
272 uint8_t dl; member in union:CPUMCTX::__anon311
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/syslinux/
H A Dcomboot_call.c256 putchar ( ix86->regs.dl );
261 serial_putc ( ix86->regs.dl );
326 ix86->regs.dl = BZI_LOADER_TYPE_IPXE;

Completed in 117 milliseconds

123