Searched refs:ecx (Results 51 - 75 of 89) sorted by relevance

1234

/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/
H A Dint.S27 pushl %ecx
45 movl 16(%edx), %ecx
107 movl %ecx, 16(%eax)
127 popl %ecx
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/pc/
H A Dmmap.c122 regs.ecx = sizeof (*entry) - sizeof (entry->size);
132 || regs.ecx < 0x14 || regs.ecx > 0x400)
135 entry->size = regs.ecx;
/osnet-11/usr/src/grub/grub2/grub-core/boot/i386/pc/
H A Dlzma_decode.S125 movl %eax, %ecx
126 movl (%ecx), %eax
137 subl (%ecx), %edx
139 addl %edx, (%ecx)
155 movl (%ecx), %edx
157 subl %edx, (%ecx)
163 movzbl %cl, %ecx
171 pushl %ecx
178 popl %ecx
192 popl %ecx
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/tests/boot/
H A Dlinux.init-i386.S39 leal message, %ecx
68 movl $SHUTDOWN_MAGIC2, %ecx
H A Dkbsd.init-i386.S55 movl %eax, %ecx
62 pushl %ecx
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dproc64_support.s74 mov %edx,%ecx
79 mov %ecx,0x8(%rsi)
H A Dmemcmp.s72 movzbl (%rsi), %ecx
73 sub %ecx, %eax
96 mov %edx, %ecx
97 shr $3, %ecx
108 dec %ecx
131 mov %edx, %ecx
132 shr $5, %ecx
153 dec %ecx
186 movzbl (%rsi), %ecx
187 sub %ecx,
[all...]
H A Dstrcpy.s44 mov %esi, %ecx
65 or %edi, %ecx
66 and $0xf, %ecx
121 mov %esi, %ecx /* for new src offset */
124 and $0xf, %ecx /* new src offset is 0 if rsi/rdi have same alignment */
223 xor %ecx, %ecx /* clear index */
335 xor %ecx, %ecx /* clear index */
447 xor %ecx,
[all...]
H A Dmemchr.s66 movl (%rdi), %ecx / move 1 word from (%rdi) to %ecx
71 shrl $16, %ecx / right shift 16-bit
H A Dstrlen.s103 bsf %edx, %ecx /* Least significant 1 bit is index of null */
167 xor %ecx, %ecx
/osnet-11/usr/src/lib/libc/i386/gen/
H A D_stack_grow.s55 movl %gs:UL_USTACK+SS_SP, %ecx
58 subl %ecx, %ebx
74 subl %ecx, %ebx
79 movl %ecx, %esp
85 movb -1(%ecx), %bl
H A Dldivide.s65 movl $64,%ecx / initialize counter for 64-bits
86 movl %eax,%ecx
88 movl %ecx,ans(%eax)
H A D_divdi3.s85 movl %esp, %ecx /, tmp65
88 pushl %ecx / tmp65
150 popl %ecx
212 movl 36(%esp), %ecx / x,
215 testl %ecx, %ecx
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dcpu.h111 unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx)
116 "=c" (*ecx),
146 unsigned int eax, ecx; local
149 : "=a" (eax), "=c" (ecx)
152 return ecx;
110 cpuid(int op, unsigned int *eax, unsigned int *ebx, unsigned int *ecx, unsigned int *edx) argument
/osnet-11/usr/src/lib/libcpc/i386/
H A Dgetcpuid.s55 movl %ecx, (%eax)
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dint.h33 grub_uint32_t ecx; member in struct:grub_bios_int_registers
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s85 movl %ecx, %eax
97 movl 4(%rsp), %ecx
113 movl 4(%rsp), %ecx
130 / movl 4(%rsp), %ecx
143 movl 4(%rsp), %ecx
158 movl 4(%rsp), %ecx
175 movl 4(%rsp), %ecx
208 movl 4(%rsp), %ecx
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dhalt.c83 regs.ecx = 0x0101;
92 regs.ecx = 3;
H A Dlsapm.c41 info->flags = regs.ecx & 0xffff;
60 info->cseg_16 = regs.ecx & 0xffff;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dasm.S177 /* set %ecx to the bss end */
179 movl $end, %ecx
181 movl $_end, %ecx
185 subl %edi, %ecx
768 movl $(DRIVE_MAP_SIZE * 2), %ecx
801 movl $(int13_handler_end - int13_handler), %ecx
954 movl 0xc(%esp), %ecx
959 movl %ecx, %ebp
1556 movl $0x14, %ecx
1573 cmpl $0x14, %ecx
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/i386/pc/
H A Dconsole.c32 regs.ecx = n;
177 console_cursor_shape = regs.ecx;
182 regs.ecx = on ? console_cursor_shape : 0x2000;
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c107 regs.ecx = (coff << 8) & 0xff00;
109 regs.ecx |= (coff >> 2) & 0xc0;
111 regs.ecx |= soff & 0x3f;
164 if (!(regs.ecx & 1))
195 if (!(regs.ecx & 0x3f))
201 *cylinders = (((regs.ecx >> 8) & 0xff) | ((regs.ecx << 2) & 0x0300)) + 1;
202 *sectors = regs.ecx & 0x3f;
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Drelocator.h32 grub_uint32_t ecx; member in struct:grub_relocator32_state
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator32.S46 movl $GRUB_MEMORY_CPU_AMD64_MSR, %ecx
99 /* mov imm32, %ecx */
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c97 grub_uint32_t eax, ebx, ecx, edx; local
139 cpuid (1, eax, ebx, ecx, edx);
150 cpuid (0x80000000, eax, ebx, ecx, edx);
154 cpuid (0x80000008, eax, ebx, ecx, edx);
235 regs.ecx = color_count;
265 regs.ecx = mode;
360 regs.ecx = length;
394 /* Store x in %ecx. */
395 regs.ecx = x;
422 *x = regs.ecx
[all...]

Completed in 85 milliseconds

1234