Home
last modified time | relevance | path

Searched refs:al (Results 1 – 25 of 64) sorted by relevance

123

/sysdeps/alpha/
A Dots_cmpe.c22 internal_compare (long al, long ah, long bl, long bh) in internal_compare() argument
38 _OtsLssX (long al, long ah, long bl, long bh) in _OtsLssX() argument
40 long r = internal_compare (al, ah, bl, bh); in _OtsLssX()
48 _OtsLeqX (long al, long ah, long bl, long bh) in _OtsLeqX() argument
50 long r = internal_compare (al, ah, bl, bh); in _OtsLeqX()
58 _OtsGtrX (long al, long ah, long bl, long bh) in _OtsGtrX() argument
60 long r = internal_compare (al, ah, bl, bh); in _OtsGtrX()
68 _OtsGeqX (long al, long ah, long bl, long bh) in _OtsGeqX() argument
70 long r = internal_compare (al, ah, bl, bh); in _OtsGeqX()
A Dots_cmp.c22 internal_equality (long al, long ah, long bl, long bh, long neq) in internal_equality() argument
52 _OtsEqlX (long al, long ah, long bl, long bh) in _OtsEqlX() argument
54 return internal_equality (al, ah, bl, bh, 0); in _OtsEqlX()
58 _OtsNeqX (long al, long ah, long bl, long bh) in _OtsNeqX() argument
60 return internal_equality (al, ah, bl, bh, 1); in _OtsNeqX()
A Dots_cvtxq.c22 _OtsCvtXQ (long al, long ah, long _round) in _OtsCvtXQ() argument
A Dots_cvtxt.c23 _OtsConvertFloatXT (long al, long ah, long _round) in _OtsConvertFloatXT() argument
A Dots_add.c22 _OtsAddX(long al, long ah, long bl, long bh, long _round) in _OtsAddX() argument
A Dots_div.c22 _OtsDivX(long al, long ah, long bl, long bh, long _round) in _OtsDivX() argument
A Dots_mul.c22 _OtsMulX(long al, long ah, long bl, long bh, long _round) in _OtsMulX() argument
A Dots_sub.c22 _OtsSubX(long al, long ah, long bl, long bh, long _round) in _OtsSubX() argument
/sysdeps/i386/
A Dstrcat.S139 L(3): testb %al, %al /* is first byte NUL? */
156 movb (%ecx), %al /* get first byte */
157 movb %al, (%ecx,%edx) /* and store it */
158 andb %al, %al /* is byte NUL? */
164 movb (%ecx), %al /* get first byte */
165 movb %al, (%ecx,%edx) /* and store it */
166 andb %al, %al /* is byte NUL? */
172 movb (%ecx), %al /* get first byte */
174 andb %al, %al /* is byte NUL? */
242 orb %al, %al /* is it NUL? */
[all …]
A Drawmemchr.S54 testb $3, %al /* correctly aligned ? */
60 testb $3, %al /* correctly aligned ? */
66 testb $3, %al /* correctly aligned ? */
/sysdeps/i386/i686/
A Dstrcmp.S32 L(oop): movb (%ecx), %al
33 cmpb (%edx), %al
37 testb %al, %al
/sysdeps/x86_64/multiarch/
A Dstrchr-sse2-no-bsf.S79 test %al, %al
82 mov %al, %cl
90 test $0x10, %al
94 test $0x20, %al
98 test $0x40, %al
107 test $0x01, %al
111 test $0x02, %al
115 test $0x04, %al
169 test %al, %al
172 test $0x01, %al
[all …]
A Dstrcat-ssse3.S408 test %al, %al
410 test $0x01, %al
412 test $0x02, %al
414 test $0x04, %al
416 test $0x08, %al
418 test $0x10, %al
420 test $0x20, %al
422 test $0x40, %al
645 or %al, %dh
650 test $0x01, %al
[all …]
/sysdeps/i386/i686/multiarch/
A Dmemrchr-sse2.S181 mov %al, %dl
184 test $0x08, %al
186 test $0x04, %al
248 mov %al, %dl
265 mov %al, %dl
285 mov %al, %dl
399 mov %al, %ah
420 mov %al, %ah
441 mov %al, %ah
464 mov %al, %ah
[all …]
A Dstrchr-sse2.S141 test %al, %al
144 mov %al, %cl
152 test $0x10, %al
156 test $0x20, %al
160 test $0x40, %al
169 test $0x01, %al
173 test $0x02, %al
177 test $0x04, %al
231 test %al, %al
234 test $0x01, %al
[all …]
A Dwcschr-sse2.S85 test %al, %al
87 test $15, %al
155 test %al, %al
157 test $15, %al
187 test %al, %al
190 test $0x01, %al
A Dstrcat-ssse3.S126 test %al, %al
128 test $0x01, %al
130 test $0x02, %al
132 test $0x04, %al
134 test $0x08, %al
136 test $0x10, %al
138 test $0x20, %al
140 test $0x40, %al
174 movb (%ecx), %al
175 movb %al, (%edx)
[all …]
A Dmemchr-sse2.S318 test %al, %al
320 mov %al, %cl
323 test $0x01, %al
325 test $0x02, %al
327 test $0x04, %al
339 test $0x10, %al
341 test $0x20, %al
343 test $0x40, %al
557 test %al, %al
559 mov %al, %cl
[all …]
/sysdeps/x86_64/
A Dstrcpy.S38 movb (%rsi), %al /* Fetch a byte */
39 testb %al, %al /* Is it NUL? */
40 movb %al, (%rdx) /* Store it */
134 movb %al, (%rdx) /* 1st byte. */
135 testb %al, %al /* Is it NUL. */
A Dstrcat.S150 movb (%rsi), %al /* Fetch a byte */
151 testb %al, %al /* Is it NUL? */
152 movb %al, (%rdx) /* Store it */
241 movb %al, (%rdx) /* 1st byte. */
242 testb %al, %al /* Is it NUL. */
A Dwcsrchr.S144 test $15 << 4, %al
174 test $15 << 4, %al
191 test $15 << 4, %al
203 test $15 << 4, %al
227 test $15 << 4, %al
244 test $15 << 4, %al
256 test $15 << 4, %al
/sysdeps/i386/i586/
A Dstrcpy.S62 orb (%esi), %al
69 orb (%esi), %al
76 orb (%esi), %al
125 movb %al, 1(%edi)
128 cmpb $0, %al
133 movb %al, 2(%edi)
134 testb %al, %al
/sysdeps/s390/s390-32/
A Dsysdep.h49 lr 1,14 ; al 1,4(14) ; al 14,0(14) ; l 14,_mcount@GOT(14) ; \
71 0: al %r1,1f-0b(%r1); \
89 1: al %r12,0(%r12)
A Daddmul_1.S42 al %r0,0(%r3)
47 .L3: al %r1,0(%r2) # prod_low += res_ptr[i]
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dsysdep.S49 0: al %r1,1f-0b(%r1)
62 0: al %r1,1f-0b(%r1)

Completed in 15 milliseconds

123