Searched refs:eax (Results 126 - 150 of 250) sorted by relevance

12345678910

/freebsd-9.3-release/lib/msun/i387/
H A Ds_lrintf.S34 popl %eax
/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxcsu.S32 pushl %eax
40 movl %esp,%eax # Set
41 addl $ARGADJ,%eax # argument
42 movl %eax,__args # pointer
H A Dbtxv86.s63 xchgl %eax,V86_EAX(%ebp) # Swap EAX
67 pushl %eax # Save
69 popl %eax # in EAX
70 xchgl %eax,V86_EFL(%ebp) # Swap
71 pushl %eax # Put EAX
73 movl 0x8(%esp,1),%eax # Load EBP
74 xchgl %eax,V86_EBP(%ebp) # Swap
75 movl %eax,0x8(%esp,1) # Save EBP
76 popl %eax # Restore
H A Dbtxsys.s34 __exit: xorl %eax,%eax # BTX system
39 __exec: movl $0x1,%eax # BTX system
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxcsu.S32 pushl %eax
40 movl %esp,%eax # Set
41 addl $ARGADJ,%eax # argument
42 movl %eax,__args # pointer
H A Dbtxv86.s63 xchgl %eax,V86_EAX(%ebp) # Swap EAX
67 pushl %eax # Save
69 popl %eax # in EAX
70 xchgl %eax,V86_EFL(%ebp) # Swap
71 pushl %eax # Put EAX
73 movl 0x8(%esp,1),%eax # Load EBP
74 xchgl %eax,V86_EBP(%ebp) # Swap
75 movl %eax,0x8(%esp,1) # Save EBP
76 popl %eax # Restore
H A Dbtxsys.s34 __exit: xorl %eax,%eax # BTX system
39 __exec: movl $0x1,%eax # BTX system
/freebsd-9.3-release/sys/boot/i386/common/
H A Ddrv.c42 v86.eax = 0x4800;
48 printf("error %u\n", v86.eax >> 8 & 0xff);
74 v86.eax = 0x4200;
82 v86.eax = lba;
90 BOOTPROG, v86.eax >> 8 & 0xff, lba);
108 v86.eax = 0x4300;
114 printf("error %u lba %u\n", v86.eax >> 8 & 0xff, lba);
H A Dcons.c40 v86.eax = 0xe00 | (c & 0xff);
77 v86.eax = fn << 8;
79 return fn == 0 ? v86.eax & 0xff : (!V86_ZR(v86.efl) && (v86.eax & 0xff));
/freebsd-9.3-release/sys/i386/i386/
H A Dbioscall.s59 movl 0(%ebp),%eax
68 movl %eax,0(%ebp)
74 movl $0,%eax /* presume success */
76 movl $1,%eax /* nope */
116 movl 0(%ebp),%eax
142 movl %eax,0(%ebp)
149 popl %eax /* recover return value */
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Ddriver-i386.c66 unsigned int eax, ebx, ecx, edx; local
88 : "=&r" (eax), "=&r" (ebx)
91 if (((eax ^ ebx) & 0x00200000) == 0)
97 /* Check the highest input value for eax. */
98 cpuid (0, eax, ebx, ecx, edx);
99 max_level = eax;
105 cpuid (1, eax, ebx, ecx, edx);
114 family = (eax >> 8) & ~(1 << 4);
116 cpuid (0x80000000, eax, ebx, ecx, edx);
117 ext_level = eax;
[all...]
/freebsd-9.3-release/sys/i386/include/
H A Dasmacros.h173 movl $KDSEL, %eax ; /* reload with kernel's data segment */ \
174 movl %eax, %ds ; \
175 movl %eax, %es ; \
176 movl $KPSEL, %eax ; /* reload with per-CPU data segment */ \
177 movl %eax, %fs
195 pushl %eax ; \
196 xorl %eax,%eax ; \
197 movl %eax,%gs ; \
199 popl %eax ; \
[all...]
/freebsd-9.3-release/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S221 mov eax, WMask
235 or ebx, eax
242 mov eax, nice_match
245 cmp r10d, eax
246 cmovnl r10d, eax
267 mov eax, window_size
268 sub eax, MIN_LOOKAHEAD
272 sub ebp, eax
467 test eax, 0x0000FFFF
470 test eax,
[all...]
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dsio.S29 sio_init: pushl %eax
34 popl %eax
57 sio_putc: pushl %eax
65 popl %eax # Get the character
81 xorl %eax,%eax # Zero
/freebsd-9.3-release/lib/csu/i386-elf/
H A Dcrt1_s.S44 leal 8(%ebp),%eax
46 pushl %eax # argv
/freebsd-9.3-release/lib/libc/i386/string/
H A Dbzero.S49 xorl %eax,%eax /* set fill data to 0 */
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/atomic/amd64/
H A Dopensolaris_atomic.S47 movzbl %cl, %eax // return new value
52 movl %esi, %eax
/freebsd-9.3-release/sys/amd64/amd64/
H A Dcpu_switch.S72 movl PCPU(CPUID),%eax
77 LK btrl %eax,PM_ACTIVE(%rdx) /* clear old */
123 movl xsave_mask,%eax
133 xorl %eax,%eax
149 movl PCPU(CPUID), %eax
152 LK btrl %eax,PM_ACTIVE(%rcx) /* clear old */
159 LK btsl %eax,PM_ACTIVE(%rdx) /* set new */
187 xorl %eax,%eax
[all...]
H A Dapic_vector.S60 movl LA_ISR + 16 * (index)(%rdx), %eax ; /* load ISR */ \
61 bsrl %eax, %eax ; /* index of highest set bit in ISR */ \
63 addl $(32 * index),%eax ; \
65 movl %eax, %edi ; /* pass the IRQ */ \
140 movl PCPU(CPUID), %eax
173 movl PCPU(CPUID), %eax
206 movl PCPU(CPUID), %eax
245 movl PCPU(CPUID), %eax
318 movl PCPU(CPUID), %eax
[all...]
/freebsd-9.3-release/lib/libc/amd64/string/
H A Dbcmp.S23 movsbl %al,%eax
/freebsd-9.3-release/lib/libc/i386/sys/
H A Dexect.S43 mov $SYS_execve,%eax
/freebsd-9.3-release/sys/i386/bios/
H A Dsmapi_bios.S35 movl $0,%eax /* Clear EAX (return 0) */
/freebsd-9.3-release/sys/boot/userboot/libstand/amd64/
H A D_setjmp.S71 movl 68(%rdx),%eax
72 andl $0xffffffc0,%eax
75 xorl %eax,%edi
/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Deng_padlock.c313 "popl %%eax\n"
314 "xorl $0x200000, %%eax\n"
315 "movl %%eax, %%ecx\n"
317 "pushl %%eax\n"
320 "popl %%eax\n"
321 "andl $0x200000, %%eax\n"
322 "xorl %%eax, %%ecx\n"
323 "movl %%ecx, %0\n":"=r" (result)::"eax", "ecx");
334 unsigned int eax, edx; local
341 eax
553 xor eax,1<<21 local
558 xor eax,ecx local
559 bt eax,21 local
561 mov eax,0 local
563 xor eax,eax local
570 mov eax,0xC0000000 local
573 xor eax,eax local
576 mov eax,0xC0000001 local
578 xor eax,eax local
1187 unsigned int eax, buf; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/aes/asm/
H A Daes-x86_64.pl34 $s0="%eax";
724 xor %ebx,%eax
730 xor %ebx,%eax
735 xor %ebx,%eax
739 xor %ebx,%eax
741 xor 2048(%rbp,%rcx,4),%eax # rcon
789 mov 0(%rsi),%eax # copy first 4 dwords
793 mov %eax,0(%rdi)
802 mov 0(%rdi),%eax # rk[0]
808 mov %eax,1
[all...]

Completed in 502 milliseconds

12345678910