HomeSort by: relevance | last modified time | path
    Searched refs:cnd (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mpn/generic/
cnd_swap.c 36 mpn_cnd_swap (mp_limb_t cnd, volatile mp_limb_t *ap, volatile mp_limb_t *bp,
39 volatile mp_limb_t mask = - (mp_limb_t) (cnd != 0);
cnd_add_n.c 1 /* mpn_cnd_add_n -- Compute R = U + V if CND != 0 or R = U if CND == 0.
38 mpn_cnd_add_n (mp_limb_t cnd, mp_ptr rp, mp_srcptr up, mp_srcptr vp, mp_size_t n)
46 mask = -(mp_limb_t) (cnd != 0);
cnd_sub_n.c 1 /* mpn_cnd_sub_n -- Compute R = U - V if CND != 0 or R = U if CND == 0.
38 mpn_cnd_sub_n (mp_limb_t cnd, mp_ptr rp, mp_srcptr up, mp_srcptr vp, mp_size_t n)
46 mask = -(mp_limb_t) (cnd != 0);
sec_pi1_div.c 84 mp_limb_t nh, cy, q1h, q0h, dummy, cnd; variable
141 cnd = nh != 0; /* FIXME: cmp-to-int */
143 qlp[0] += cnd;
145 nh -= mpn_cnd_sub_n (cnd, np, np, dp, dn);
div_qr_1u_pi2.c 123 mp_limb_t cnd; local
168 cnd = (r >= q1);
169 r += d0 & -cnd;
170 sub_ddmmss (q3,q2, q3,q2, 0,cnd);
216 cnd = (r >= q1);
217 r += d0 & -cnd;
218 sub_ddmmss (q3,q2, q3,q2, 0,cnd);
div_qr_1n_pi2.c 125 mp_limb_t cnd; local
172 cnd = (r >= q1);
173 r += d0 & -cnd;
174 sub_ddmmss (q3,q2, q3,q2, 0,cnd);
sec_invert.c 47 mpn_cnd_neg (int cnd, mp_limb_t *rp, const mp_limb_t *ap, mp_size_t n,
51 mpn_cnd_sub_n (cnd, rp, ap, scratch, n);
sec_powm.c 222 int cnd; local
355 cnd = mpn_sub_n (tp, rp, mp, n); /* we need just retval */
356 mpn_cnd_sub_n (!cnd, rp, rp, mp, n);
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
cnd_aors_n.asm 52 define(`cnd',`r0')
85 cmp cnd, #1
86 sbc cnd, cnd, cnd C conditionally set to 0xffffffff
97 bic r7, r7, cnd
101 bic r6, r6, cnd
102 bic r7, r7, cnd
108 bic r6, r6, cnd
109 bic r7, r7, cnd
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/atom/
cnd_sub_n.asm 51 define(`cnd', `20(%esp)')
62 mov cnd, %eax C make cnd into a mask (1)
64 neg %eax C make cnd into a mask (1)
66 sbb %eax, %eax C make cnd into a mask (1)
68 mov %eax, cnd C make cnd into a mask (1)
78 and cnd, %eax
88 and cnd, %ebx
100 and cnd, %eb
    [all...]
cnd_add_n.asm 51 define(`cnd', `20(%esp)')
62 mov cnd, %eax C make cnd into a mask (1)
64 neg %eax C make cnd into a mask (1)
66 sbb %eax, %eax C make cnd into a mask (1)
68 mov %eax, cnd C make cnd into a mask (1)
77 and cnd, %eax
90 and cnd, %eax
94 and cnd, %eb
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/arm/
cnd_aors_n.asm 41 define(`cnd', `r0')
70 cmp cnd, #1
71 sbc cnd, cnd, cnd C conditionally set to 0xffffffff
83 bic r4, r4, cnd
84 bic r5, r5, cnd
85 bic r6, r6, cnd
97 bic r4, r4, cnd
98 bic r5, r5, cnd
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
cnd_add_n.asm 57 C is supposed to have the exact same execution pattern for cnd true and
69 define(`cnd', `%rbx')
87 sbb cnd, cnd C make cnd mask
97 and cnd, %rdi
98 and cnd, %r9
99 and cnd, %r10
120 and cnd, %rdi
121 and cnd, %r
    [all...]
cnd_sub_n.asm 57 C is supposed to have the exact same execution pattern for cnd true and
72 define(`cnd', `%rbx')
100 sbb cnd, cnd C make cnd mask
110 and cnd, %rdi
112 and cnd, %r9
114 and cnd, %r10
137 and cnd, %rdi
139 and cnd, %r
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/arm64/cora53/
cnd_aors_n.asm 42 define(`cnd', `x0')
63 cmp cnd, #1
64 sbc cnd, cnd, cnd
71 bic x6, x12, cnd
82 L(top): bic x6, x12, cnd
83 bic x7, x13, cnd
92 L(end): bic x6, x12, cnd
93 bic x7, x13, cnd
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
cnd_aors_n.asm 42 define(`cnd', `r3')
75 subfic cnd, cnd, 0
76 subfe cnd, cnd, cnd
95 and r9, r9, cnd
96 and r11, r11, cnd
97 and r0, r0, cnd
112 and r0, r0, cnd
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/arm64/
cnd_aors_n.asm 42 define(`cnd', `x0')
63 cmp cnd, #1
64 sbc cnd, cnd, cnd
73 bic x7, x13, cnd
105 L(top): bic x6, x12, cnd
106 bic x7, x13, cnd
112 L(mid): bic x6, x12, cnd
113 bic x7, x13, cnd
    [all...]
  /src/external/bsd/ntp/dist/include/
ntp_assert.h 35 extern void calysto_assume(unsigned char cnd); /* assume this always holds */
36 extern void calysto_assert(unsigned char cnd); /* check whether this holds */
  /src/external/lgpl3/gmp/dist/mpn/x86_64/
cnd_aors_n.asm 47 C is supposed to have the exact same execution pattern for cnd true and
58 define(`cnd', `%rdi') dnl rcx
90 neg cnd
91 sbb cnd, cnd C make cnd mask
108 and cnd, %r12
110 and cnd, %r13
112 and cnd, %r14
128 and cnd, %r1
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/ia64/
cnd_aors_n.asm 40 define(`cnd', `r32')
48 define(CND, ltu)
55 define(CND, gtu)
91 }{.mmi; cmp.ne p6, p7 = 0, cnd C M I
100 (p6) mov cnd = -1 C M I
101 (p7) mov cnd = 0 C M I
117 and x2 = v2, cnd C M I
118 and x3 = v3, cnd C M I
125 cmp.CND p8, p0 = w2, u2 C M I
126 cmp.CND p9, p0 = w3, u3 C M
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/x86/
cnd_aors_n.asm 51 define(`cnd', `20(%esp)')
75 C make cnd into a full mask
76 mov cnd, %eax
79 mov %eax, cnd
96 and cnd, %eax
104 and cnd, %eax
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
cnd_add_n.asm 51 define(`cnd', `%mm3')
64 movd %eax, cnd
79 pand cnd, %mm2
cnd_sub_n.asm 51 define(`cnd', `%mm3')
64 movd %eax, cnd
79 pand cnd, %mm2
92 pand cnd, %mm2
  /src/lib/libpthread/
Makefile 276 SRCS+= call_once.c cnd.c mtx.c thrd.c tss.c
277 MAN+= threads.3 call_once.3 cnd.3 mtx.3 thrd.3 tss.3
282 MLINKS+= cnd.3 cnd_broadcast.3
283 MLINKS+= cnd.3 cnd_destroy.3
284 MLINKS+= cnd.3 cnd_init.3
285 MLINKS+= cnd.3 cnd_signal.3
286 MLINKS+= cnd.3 cnd_timedwait.3
287 MLINKS+= cnd.3 cnd_wait.3
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
cnd_aors_n.asm 47 define(`cnd', `%i0')
53 define(`mask', `cnd')
90 MAKEMASK(cnd,mask)

Completed in 29 milliseconds

1 2