Searched refs:jz (Results 1 - 25 of 142) sorted by relevance

123456

/freebsd-11-stable/lib/libc/i386/string/
H A Dstrncmp.S53 * TODO: change all the jz's back to je for consistency.
68 L2: jz L4 /* strings are equal */
71 jz L3
90 jz L4
93 jz L3
100 jz L4
103 jz L3
110 jz L4
113 jz L3
120 jz L
[all...]
H A Dwcslen.S42 jz found0
44 jz found1
46 jz found2
48 jz found3
50 jz found4
52 jz found5
54 jz found6
56 jz found7
H A Dffs.S47 jz L1 /* ZF is set if all bits are 0 */
H A Dwcschr.S45 jz no
50 jz no
55 jz no
60 jz no
H A Dwcscmp.S46 jz same
51 jz same
56 jz same
H A Dswab.S58 jz L2 # while swaping alternate bytes.
68 jz L4 # while swapping alternate bytes.
H A Dwmemchr.S49 jz small
95 jz no
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dsqr.pl20 &jz(&label("sw_finish"));
42 &jz(&label("sw_end"));
53 &jz(&label("sw_end")) if ($i != 7-1);
H A Dadd.pl26 &jz(&label("aw_finish"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
H A Dmul.pl26 &jz(&label("mw_finish"));
48 &jz(&label("mw_finish"));
69 &jz(&label("mw_end")) if ($i != 7-1);
H A Dsub.pl26 &jz(&label("aw_finish"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
H A Dmul_add.pl29 &jz(&label("maw_finish"));
77 &jz(&label("maw_end")) if ($i != 7-1);
/freebsd-11-stable/lib/msun/src/
H A Dk_rem_pio2.c89 * jz local integer variable indicating the number of
296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; local
317 jz = jk;
320 for(i=0,j=jz,z=q[jz];j>0;i++,j--) {
332 if(q0>0) { /* need iq[jz-1] to determine n */
333 i = (iq[jz-1]>>(24-q0)); n += i;
334 iq[jz-1] -= i<<(24-q0);
335 ih = iq[jz-1]>>(23-q0);
337 else if(q0==0) ih = iq[jz
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s56 jz 1b
62 jz other
H A Dtst.embedded.s55 jz 1b
/freebsd-11-stable/sys/pc98/pc98/
H A Dbusio.s158 jz 2f
174 jz 2f
190 jz 2f
212 jz 2f
228 jz 2f
244 jz 2f
264 jz 2f
275 jz 2f
286 jz 2f
303 jz
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl107 &jz(&label("maw_sse2_exit"));
157 &jz(&label("maw_finish"));
200 &jz(&label("maw_end")) if ($i != 7-1);
270 &jz(&label("mw_finish"));
292 &jz(&label("mw_finish"));
313 &jz(&label("mw_end")) if ($i != 7-1);
370 &jz(&label("sw_finish"));
392 &jz(&label("sw_end"));
403 &jz(&label("sw_end")) if ($i != 7-1);
445 &jz(
[all...]
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dbn-586.S84 jz .L004maw_sse2_exit
119 jz .L006maw_finish
215 jz .L009maw_end
226 jz .L009maw_end
237 jz .L009maw_end
248 jz .L009maw_end
259 jz .L009maw_end
270 jz .L009maw_end
332 jz .L013mw_finish
394 jz
[all...]
/freebsd-11-stable/lib/libc/i386/sys/
H A Dsbrk.S58 jz back
76 jz back
/freebsd-11-stable/sys/i386/xbox/
H A Dpic16l.s78 jz 3b
90 jz 5f
164 jz 3b
167 jz 4f
177 jz 5f
/freebsd-11-stable/sys/i386/i386/
H A Dexception.s374 jz doreti_notvm86
377 jz doreti_ast
382 jz doreti_exit /* can't handle ASTs now if not */
451 jz doreti_popl_ds_kfault
457 jz doreti_popl_es_kfault
463 jz doreti_popl_fs_kfault
487 jz doreti_exit
490 jz doreti_exit
492 jz doreti_exit
506 jz doreti_exi
[all...]
/freebsd-11-stable/stand/i386/boot2/
H A Dsio.S50 jz sio_flush.2 # Till none
64 jz sio_putc.2 # If timeout
73 jz sio_getc # No
/freebsd-11-stable/lib/libc/amd64/gen/
H A Dsigsetjmp.S59 jz 2f
86 jz 2f
/freebsd-11-stable/lib/libc/i386/gen/
H A Dsigsetjmp.S61 jz 2f
85 jz 2f
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S146 jz boot_fd
153 jz boot_fd
207 jz read_fd
209 jz read_fd
281 jz putc.move
333 jz vsync.2
359 jz m_not_h98
367 jz 1f
373 jz 1f

Completed in 183 milliseconds

123456