Searched refs:eax (Results 1 - 25 of 165) sorted by relevance

1234567

/macosx-10.10.1/dtrace-147/test/tst/i386/pid/
H A Dtst.branch.s34 movl 8(%ebp), %eax
35 movl (%eax), %eax
47 leal -4(%ebp), %eax
48 pushl %eax
52 testl %eax, %eax
57 xorl %eax, %eax
58 testl %eax,
[all...]
H A Dtst.embedded.s34 movl 8(%ebp), %eax
35 movl (%eax), %eax
46 leal -4(%ebp), %eax
47 pushl %eax
51 testl %eax, %eax
62 xorl %eax, %eax
H A Dtst.retlist.s39 movl 8(%ebp), %eax
40 movl (%eax), %eax
/macosx-10.10.1/xnu-2782.1.97/libsyscall/custom/
H A D__pipe.s36 movl %eax,(%ecx)
38 xorl %eax,%eax
44 movl %eax, (%rdi)
46 xorl %eax, %eax
H A D__gettimeofday.s35 * This syscall is special cased: the timeval is returned in eax/edx.
40 mov %eax,(%ecx)
42 xor %eax,%eax
54 xorl %eax, %eax
H A D__getpid.s59 movl __current_pid, %eax
60 testl %eax, %eax
65 movl %eax, %edx
66 xorl %eax, %eax
70 movl %edx, %eax
86 movl __current_pid(%rip), %eax
87 testl %eax, %eax
[all...]
H A D__ptrace.s37 xorl %eax,%eax
38 REG_TO_EXTERN(%eax,_errno)
49 movl %eax,(%r11)
H A D__fork.s54 movl $ SYS_fork,%eax; // code for fork -> eax
59 movl $-1,%eax
68 xorl %eax,%eax // zero eax
69 REG_TO_EXTERN(%eax, __current_pid);
80 movl $ SYSCALL_CONSTRUCT_UNIX(SYS_fork),%eax; // code for fork -> rax
97 movl %eax,(%r11)
H A D__vfork.s58 movl __current_pid, %eax
61 testl %eax, %eax
62 cmovs %eax, %ecx
68 movl $(SYS_vfork), %eax // code for vfork -> eax
80 xorl %eax, %eax // zero eax
98 movl (%rax), %eax
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/malloc/
H A Di386-alloca.s8 popl %eax
9 addl $3,%eax
10 andl $0xfffffffc,%eax
11 subl %eax,%esp
12 movl %esp,%eax
13 pushl %eax
/macosx-10.10.1/Libc-1044.1.2/i386/gen/
H A Dmcount.s31 movl (%ebp),%eax // load the frame pointer of mcount's caller
32 movl 4(%eax),%eax // load mcount's caller's return address
34 pushl %eax // push the frompc parameter for moncount()
/macosx-10.10.1/zlib-55/zlib/contrib/inflate86/
H A Dinffas86.c164 " lodsl\n" /* eax = *(uint *)in++ */
183 " lodsl\n" /* eax = *(uint *)in++ */
191 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
201 " shrl $16, %%eax\n" /* output this.val char */
206 " movl (%%rbp,%%r8,4), %%eax\n" /* eax = lcode[hold & lmask] */
216 " shrl $16, %%eax\n" /* output this.val char */
222 " movl %%eax, %%r14d\n" /* len = this */
233 " xorl %%eax,
799 lea eax, ar local
823 xor eax, eax local
827 shl eax, cl local
831 mov eax, [esp+56] /* eax = lmask */ local
832 and eax, edx /* eax &= hold */ local
833 mov eax, [ebp+eax*4] /* eax = lcode[hold & lmask] */ local
843 shr eax, 16 /* output this.val char */ local
862 xor eax, eax local
866 shl eax, cl local
872 xor eax, eax local
874 shl eax, cl local
876 and eax, edx /* eax &= hold */ local
884 xor eax, eax local
888 shl eax, cl local
892 mov eax, [esp+60] /* eax = dmask */ local
894 and eax, edx /* eax &= hold */ local
895 mov eax, [ecx+eax*4]/* eax = dcode[hold & dmask] */ local
913 xor eax, eax local
917 shl eax, cl local
923 xor eax, eax local
925 shl eax, cl local
927 and eax, edx /* eax &= hold */ local
933 mov eax, edi local
934 sub eax, [esp+20] /* nbytes = out - beg */ local
936 cmp eax, ebp local
987 xor eax, eax local
989 shl eax, cl local
991 and eax, edx /* eax &= hold */ local
992 add eax, [esp+64] /* eax += len */ local
993 mov eax, [ebp+eax*4] /* eax = lcode[val+(hold&mask[op])]*/ local
1001 xor eax, eax local
1003 shl eax, cl local
1005 and eax, edx /* eax &= hold */ local
1006 add eax, ebp /* eax += dist */ local
1008 mov eax, [ecx+eax*4] /* eax = dcode[val+(hold&mask[op])]*/ local
1014 mov eax, [esp+48] /* eax = wsize */ local
1018 cmp eax, ebp local
1025 sub eax, ecx local
1028 mov eax, [esp+64] /* eax = len */ local
1029 cmp eax, ecx local
1032 sub eax, ecx /* len -= nbytes */ local
1040 mov eax, [esp+52] /* eax = write */ local
1049 mov eax, [esp+64] /* eax = len */ local
1050 cmp eax, ecx local
1053 sub eax, ecx /* len -= nbytes */ local
1057 cmp eax, ecx local
1060 sub eax, ecx /* len -= nbytes */ local
1071 mov eax, [esp+64] /* eax = len */ local
1072 cmp eax, ecx local
1075 sub eax, ecx /* len -= nbytes */ local
[all...]
H A Dinffast.S249 movl next_in_strm(strm_r), %eax
251 addl %eax, %edx /* avail_in += next_in */
254 movl %eax, in(%esp)
283 movl lencode_state(state_r), %eax
286 movl %eax, lcode(%esp)
289 movl $1, %eax
291 shll %cl, %eax
292 decl %eax
293 movl %eax, lmask(%esp)
295 movl $1, %eax
[all...]
/macosx-10.10.1/objc4-646/runtime/Messengers.subproj/
H A Dobjc-msg-simulator-i386.s236 // (found) calls or returns IMP in eax, eq/ne set for forwarding
247 movl 4(%eax), %eax // return imp
251 cmpl %edx, %eax
253 xor %eax, %eax // don't return msgSend_uncached
258 jmp *4(%eax) // call imp
260 test %eax, %eax // set ne for stret forwarding
262 jmp *4(%eax) // cal
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/asm686/
H A Dmatch.S112 movl dsPrevLen(%edx), %eax
114 cmpl %ebx, %eax
115 movl dsWMask(%edx), %eax
128 orl %eax, %ebx
133 movl dsNiceMatch(%edx), %eax
135 cmpl %eax, %ebx
137 movl %eax, %ebx
151 movl %edi, %eax
152 negl %eax
153 andl $3, %eax
[all...]
/macosx-10.10.1/Libc-1044.1.2/i386/string/
H A Dstrlcpy.s75 movzb (%esi),%eax // get source byte before checking buffer length
82 testl %eax,%eax // 0?
106 movl (%esi),%eax // get next 4 bytes of source
109 movl %eax,%edx // make 2 copies of word
110 movl %eax,%ebx
115 jnz L0Found // one of the bytes of %eax is a 0
116 movl %eax,(%edi) // pack 4 bytes into destination
126 // %eax = last word of source, known to have a 0-byte
129 shrl $8,%eax // nex
[all...]
H A Dstrcpy.s60 movl %ecx,%eax // copy source ptr
62 andl $4095,%eax // get offset into source page
63 subl %eax,%edx // get #bytes remaining in source page
77 movzb (%ecx),%eax // get source byte
81 testl %eax,%eax // 0?
100 pmovmskb %xmm0,%eax // get result mask for 0 check
101 testl %eax,%eax // any 0s?
115 // %eax
[all...]
H A Dstrlen.s42 orl $(-1),%eax
45 shl %cl,%eax // create mask for the bytes of aligned dq in operand
47 andl %eax,%ecx // mask out any 0s that occur before 1st byte
55 bsf %ecx,%eax // find first 1-bit (ie, first 0-byte)
57 addl %edx,%eax // get address of the 0-byte
58 subl %ecx,%eax // subtract address of 1st byte to get string length
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantPort_i486.s86 /* *candVector--> %eax */
87 movl (%ecx),%eax
95 /* eax = *candVector
97 * edx:eax := (plierDigit * *candVector) */
101 prodLo : eax
105 addl (%esi),%eax
111 addl %ebx,%eax
116 movl %eax,(%esi)
126 movl ARG_CAND_LENGTH(%ebp),%eax
127 cmpl %eax,LOC_CAND_DE
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantPort_i486.s86 /* *candVector--> %eax */
87 movl (%ecx),%eax
95 /* eax = *candVector
97 * edx:eax := (plierDigit * *candVector) */
101 prodLo : eax
105 addl (%esi),%eax
111 addl %ebx,%eax
116 movl %eax,(%esi)
126 movl ARG_CAND_LENGTH(%ebp),%eax
127 cmpl %eax,LOC_CAND_DE
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/x86_64/
H A DIOSharedLock.s54 xorl %eax, %eax
59 movzbl %dl, %eax
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/etc/
H A Dtimer.asm18 push eax
21 mov [time+4],eax
22 pop eax
34 sub eax,[time+4]
/macosx-10.10.1/zlib-55/zlib/contrib/masmx86/
H A Dinffas32.asm188 mov eax, [esi+0]
190 add edx,eax
193 mov [esp+44],eax
211 mov eax, [edi+lencode_state]
214 mov [esp+8],eax
217 mov eax,1
219 shl eax,cl
220 dec eax
221 mov [esp+0],eax
223 mov eax,
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/commpage/
H A Dfifo_queues.s78 * Destroys %eax, %ecx, and %edx.
83 movl $(-58),%eax /* 58 = pfz_exit */
94 * Destroys %eax.
123 xorl %eax, %eax
130 xorl %eax, %eax
136 xorl %eax, %eax
163 * Returns with next element (or 0) in %eax
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dinffasx64.asm74 lodsd ; /* eax = *(uint *)in++ */
93 lodsd ; /* eax = *(uint *)in++ */
101 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
111 shr eax, 16 ; /* output this.val char */
116 mov eax, [rbp+r8*4] ; /* eax = lcode[hold & lmask] */
126 shr eax, 16 ; /* output this.val char */
132 mov r14d, eax ; /* len = this */
143 xor eax, ea
[all...]

Completed in 116 milliseconds

1234567