OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:el3
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
add_err3_n.c
61
mp_limb_t el1, eh1, el2, eh2,
el3
, eh3, ul, vl, yl1, yl2, yl3, zl1, zl2, zl3, rl, sl, cy1, cy2;
local
81
el3
= eh3 = 0;
107
/* update (eh3:
el3
) */
109
el3
+= zl3;
110
eh3 +=
el3
< zl3;
119
eh3 = (eh3 << GMP_NAIL_BITS) + (
el3
>> GMP_NUMB_BITS);
120
el3
&= GMP_NUMB_MASK;
127
ep[4] =
el3
;
sub_err3_n.c
61
mp_limb_t el1, eh1, el2, eh2,
el3
, eh3, ul, vl, yl1, yl2, yl3, zl1, zl2, zl3, rl, sl, cy1, cy2;
local
81
el3
= eh3 = 0;
107
/* update (eh3:
el3
) */
109
el3
+= zl3;
110
eh3 +=
el3
< zl3;
119
eh3 = (eh3 << GMP_NAIL_BITS) + (
el3
>> GMP_NUMB_BITS);
120
el3
&= GMP_NUMB_MASK;
127
ep[4] =
el3
;
/src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
mul_1.asm
132
br r31, L(
el3
)
304
L(
el3
): umulh vl0, ul3, m3b C U1
addmul_1.asm
138
br r31, L(
el3
)
326
L(
el3
): umulh vl0, ul3, m3b C U1
submul_1.asm
138
br r31, L(
el3
)
326
L(
el3
): umulh vl0, ul3, m3b C U1
/src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc
3635
poly_int64
el3
= d->perm[2];
local
3638
poly_int64 step2 =
el3
- el2;
Completed in 44 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026