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

12

/barrelfish-2018-10-04/lib/openssl-1.0.0d/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);
/barrelfish-2018-10-04/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...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/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...]
H A Ds390x.S31 jz .Loop1_madd // carry is incidentally cleared if branch taken
106 jz .Loop1_mul // carry is incidentally cleared if branch taken
165 jz .Loop1_sqr
194 jz .Lend_sqr
235 jz .Loop1_add // carry is incidentally cleared if branch taken
/barrelfish-2018-10-04/lib/libc/amd64/gen/
H A Dsigsetjmp.S59 jz 2f
86 jz 2f
/barrelfish-2018-10-04/lib/acpica/source/include/platform/
H A Dacwin.h177 __asm jz exit_acq \
201 __asm jz exit_rel \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dcbc.pl99 &jz(&label("decrypt"));
105 &jz(&label("encrypt_finish"));
148 &jz(&label("finish"));
208 # The next 2 instructions are only for if the jz is taken
211 &jz(&label("decrypt_finish"));
255 &jz(&label("finish"));
/barrelfish-2018-10-04/lib/libc/amd64/sys/
H A Dsbrk.S60 jz back
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dx86cpuid.pl38 &jz (&label("intel"));
294 &jz (&label("aligned"));
H A Ds390xcpuid.S74 jz .Laligned
H A Dx86_64cpuid.pl65 jz .Lintel
160 jz .Laligned
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-s390x.pl50 jz .Lshort
98 jz .Lexit
177 jz .Ldone
H A Drc4-x86_64.pl107 jz .Lloop1
167 jz .Lcloop1
H A Drc4-586.pl95 &jz (&label("loop1"));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-s390x.pl149 jz .Lsoftware
155 jz .Lsoftware
H A Dsha512-s390x.pl220 jz .Lsoftware
226 jz .Lsoftware
/barrelfish-2018-10-04/lib/compiler-rt/builtins/i386/
H A Dudivdi3.S28 jz 9f // the code to handle that special case [9].
H A Dumoddi3.S29 jz 9f // the code to handle that special case [9].
H A Ddivdi3.S57 jz 9f // the code to handle that special case [9].
H A Dmoddi3.S56 jz 9f // the code to handle that special case [9].
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86.pl738 &jz (&label("done")); # userKey==NULL?
740 &jz (&label("done")); # key==NULL?
888 &jz (&label("enc_tail")); # short input...

Completed in 205 milliseconds

12