Home
last modified time | relevance | path

Searched refs:es (Results 1 – 25 of 143) sorted by relevance

123456

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DQsort.c81 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ argument
82 es % sizeof(long) ? 2 : es == sizeof(long)? 0 : 1;
99 swapfunc(a, b, es, swaptype)
125 qsort(void *a, size_t n, size_t es, cmp_t *cmp) in qsort() argument
132 loop: SWAPINIT(a, es); in qsort()
135 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in qsort()
137 pl > (char *)a && cmp(pl - es, pl) > 0; in qsort()
138 pl -= es) in qsort()
139 swap(pl, pl - es); in qsort()
142 pm = (char *)a + (n / 2) * es; in qsort()
[all …]
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
DGpt.S40 movw %ax, %es
66 movw %ax, %es # ES = 0x0000
106 movw %ax, %es # Read to 0x0000:0x0800
111 pushw %es
113 popw %es
118 cmpl $0x20494645, %es:(%di) # Check for "EFI "
120 cmpl $0x54524150, %es:4(%di) # Check for "PART"
122 cmpl $0x00010000, %es:8(%di) # Check Revision - 0x10000
125 movl %es:84(%di), %eax # EAX = SizeOfPartitionEntry
132 movl %es:72(%di), %ecx # ECX = PartitionEntryLBA (Low)
[all …]
DGpt.asm40 mov es,ax
65 mov es,ax ; ES = 0x0000
104 mov es, ax ; Read to 0x0000:0x0800
109 push es
111 pop es
116 cmp dword ptr es:[di], 020494645h ; Check for "EFI "
118 cmp dword ptr es:[di + 4], 054524150h ; Check for "PART"
120 cmp dword ptr es:[di + 8], 000010000h ; Check Revision - 0x10000
123 mov eax, dword ptr es:[di + 84] ; EAX = SizeOfPartitionEntry
130 mov ecx, dword ptr es:[di + 72] ; ECX = PartitionEntryLBA (Low)
[all …]
Dstart16.S62 # ds = 1000, es = 2000 + x (size of first cluster >> 4)
73 movw %ax, %es
79 pushw %es
81 movb %al, %es:4
92 movb %al, %es:4
96 pushw %es
98 movw %ax, %es
101 popw %es
103 …movw %ax, %es:0 # Save Volume Id to 0:19000. we will find the correct volu…
105 movw %ax, %es:2
[all …]
Dstart.S61 # ds = 1000, es = 2000 + x (size of first cluster >> 4)
72 movw %ax, %es
78 pushw %es
80 movb %al, %es:(4)
91 movb %al, %es:(4)
95 pushw %es
97 movw %ax, %es
100 popw %es
102 …movw %ax, %es:(0) # Save Volume Id to 0:19000. we will find the correct volu…
104 movw %ax, %es:(2)
[all …]
Dstart16.asm58 ; ds = 1000, es = 2000 + x (size of first cluster >> 4)
69 mov es,ax
75 push es
77 mov byte ptr es:[4],al
88 mov byte ptr es:[4],al
92 push es
94 mov es,ax
97 pop es
99 …mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct …
101 mov word ptr es:[2],ax
[all …]
Dstart32.S76 # ds = 1000, es = 2000 + x (size of first cluster >> 4)
88 movw %ax, %es
94 pushw %es
96 movb %al, %es:4
107 movb %al, %es:4
111 pushw %es
113 movw %ax, %es
116 popw %es
118 …movw %ax, %es:0 # Save Volume Id to 0:19000. we will find the correct vol…
120 movw %ax, %es:2
[all …]
Dstart.asm58 ; ds = 1000, es = 2000 + x (size of first cluster >> 4)
69 mov es,ax
75 push es
77 mov byte ptr es:[4],al
88 mov byte ptr es:[4],al
92 push es
94 mov es,ax
97 pop es
99 …mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct …
101 mov word ptr es:[2],ax
[all …]
Dstart32.asm72 ; ds = 1000, es = 2000 + x (size of first cluster >> 4)
84 mov es,ax
90 push es
92 mov byte ptr es:[4],al
103 mov byte ptr es:[4],al
107 push es
109 mov es,ax
112 pop es
114 …mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct …
116 mov word ptr es:[2],ax
[all …]
Dstart64.S62 # ds = 1000, es = 2000 + x (size of first cluster >> 4)
73 movw %ax,%es
79 pushw %es
81 movb %al, %es:(4)
92 movb %al, %es:(4)
96 pushw %es
98 movw %ax,%es
101 popw %es
103 movw %ax, %es:(0)
105 movw %ax, %es:(2)
[all …]
Dst32_64.S77 # ds = 1000, es = 2000 + x (size of first cluster >> 4)
88 movw %ax,%es
94 pushw %es
96 movb %al, %es:(4)
107 movb %al, %es:(4)
111 pushw %es
113 movw %ax,%es
116 popw %es
118 …movw %ax, %es:(0) # Save Volume Id to 0:19000. we will find the correct volu…
120 movw %ax, %es:(2)
[all …]
Dst16_64.S62 # ds = 1000, es = 2000 + x (size of first cluster >> 4)
73 movw %ax,%es
79 pushw %es
81 movb %al, %es:(4)
92 movb %al, %es:(4)
96 pushw %es
98 movw %ax,%es
101 popw %es
103 …movw %ax, %es:(0) # Save Volume Id to 0:19000. we will find the correct volu…
105 movw %ax, %es:(2)
[all …]
Dst32_64.asm72 ; ds = 1000, es = 2000 + x (size of first cluster >> 4)
84 mov es,ax
90 push es
92 mov byte ptr es:[4],al
103 mov byte ptr es:[4],al
107 push es
109 mov es,ax
112 pop es
114 …mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct …
116 mov word ptr es:[2],ax
[all …]
Dst16_64.asm58 ; ds = 1000, es = 2000 + x (size of first cluster >> 4)
69 mov es,ax
75 push es
77 mov byte ptr es:[4],al
88 mov byte ptr es:[4],al
92 push es
94 mov es,ax
97 pop es
99 …mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct …
101 mov word ptr es:[2],ax
[all …]
Dstart64.asm58 ; ds = 1000, es = 2000 + x (size of first cluster >> 4)
69 mov es,ax
75 push es
77 mov byte ptr es:[4],al
88 mov byte ptr es:[4],al
92 push es
94 mov es,ax
97 pop es
99 …mov word ptr es:[0],ax ; Save Volume Id to 0:19000. we will find the correct …
101 mov word ptr es:[2],ax
[all …]
Dbs16.S158 movw %ax, %es
171 pushw %es
186 movw %ax, %es
238 movw %di, %bx # es:bx = Buffer address
246 movw %es, %ax
249 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
Dbs32.S179 movw %ax, %es
192 pushw %es
207 movw %ax, %es
259 movw %di, %bx # es:bx = Buffer address
267 movw %es, %ax
270 movw %ax, %es # es:di = es:di + NumberOfBlocks*BLOCK_SIZE
Dbs16.asm156 mov es,ax
169 push es
184 mov es,ax
235 mov bx,di ; es:bx = Buffer address
243 mov ax,es
246 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
Dbs32.asm178 mov es,ax
191 push es
206 mov es,ax
257 mov bx,di ; es:bx = Buffer address
265 mov ax,es
268 mov es,ax ; es:di = es:di + NumberOfBlocks*BLOCK_SIZE
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
DStrings.uni21 #langdef es-ES "Español"
25 #string STR_LGA775 #language es-ES "L775"
31 #string STR_ENABLE #language es-ES "Activada"
35 #string STR_DISABLE #language es-ES "Desactivada"
39 #string STR_AUTO #language es-ES "Auto"
44 #string STR_UNKNOWN #language es-ES "Unknown"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/Ia32/
DThunk16.S62 push %es
74 rep movsl %ds:(%esi),%es:(%edi) #; copy context to 16-bit stack
80 stos %eax,%es:(%edi)
82 stos %ax,%es:(%edi)
84 stos %ax,%es:(%edi)
86 stos %eax,%es:(%edi)
88 stos %ax,%es:(%edi)
127 pop %es
144 popw %es
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/X64/
DThunk16.S95 movl %es,%r13d
108 rep movsl %ds:(%rsi),%es:(%rdi)
114 stos %eax,%es:(%rdi)
116 stos %ax,%es:(%rdi)
118 stos %ax,%es:(%rdi)
121 stos %rax,%es:(%rdi)
124 stos %eax,%es:(%rdi)
126 stos %eax,%es:(%rdi)
157 movl %r13d,%es
186 .byte 0x07 #pop es
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/X64/
DEfiZeroMemRep4.S42 rep stos %eax,%es:(%rdi)
44 rep stos %al,%es:(%rdi)
DEfiSetMemRep4.S48 rep stos %eax,%es:(%rdi)
51 rep stos %al,%es:(%rdi)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ia32/
DThunk16.S41 push %es
91 movl %ecx, %es
114 pop %es
148 push %es
189 pop %es

123456