Searched defs:dnl (Results 1 - 25 of 404) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gmp/mpn/alpha/
H A Dcntlz.asm3 dnl Copyright 1997, 2000, 2002 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl Alpha auxiliary for longlong.h's count_leading_zeros label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/nails/
H A Daors_n.asm3 dnl Copyright 2002, 2006 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Alpha ev6 nails mpn_add_n and mpn_sub_n. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
21 dnl Runs at 2.5 cycles/limb. It would be possible to reach 2.0 cycles/limb label
22 dnl with 8-way unrolling. label
26 dnl INPUT PARAMETERS label
52 dnl This declaration is munged by configure label
[all...]
/haiku-buildtools/gcc/gmp/mpn/pa64/
H A Dlshift.asm3 dnl Copyright 1997, 2000, 2002, 2003 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl HP-PA 2.0 mpn_lshift -- Left shift. label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
21 dnl This runs at 1.5 cycles/limb on PA8000 and 1.0 cycles/limb on PA8500. label
25 dnl INPUT PARAMETERS label
[all...]
H A Drshift.asm3 dnl Copyright 1997, 2000, 2002, 2003 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl HP-PA 2.0 mpn_rshift -- Right shift. label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
21 dnl This runs at 1.5 cycles/limb on PA8000 and 1.0 cycles/limb on PA8500. label
25 dnl INPUT PARAMETERS label
[all...]
H A Dumul.asm3 dnl This file is part of the GNU MP Library. label
5 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
6 dnl it under the terms of the GNU Lesser General Public License as published label
7 dnl by the Free Software Foundation; either version 3 of the License, or (at label
8 dnl your option) any later version. label
10 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
11 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
12 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
13 dnl Licens label
1 dnl Copyright 1999, 2000, 2002, 2003 Free Software Foundation, Inc. label
15 dnl You should have received a copy of the GNU Lesser General Public License label
16 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
19 dnl Optimizations: label
20 dnl * Avoid skip instructions label
21 dnl * Put carry-generating and carry-consuming insns consecutively label
22 dnl * Don't allocate any stack, "home" positions for parameteters could be label
23 dnl used. label
[all...]
H A Daors_n.asm3 dnl Copyright 1997, 2000, 2002, 2003, 2009, 2010 Free Software Foundation, label
4 dnl Inc. label
6 dnl This file is part of the GNU MP Library. label
8 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
9 dnl it under the terms of the GNU Lesser General Public License as published label
10 dnl by the Free Software Foundation; either version 3 of the License, or (at label
11 dnl your option) any later version. label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
14 dnl WITHOU label
1 dnl HP-PA 2.0 mpn_add_n, mpn_sub_n label
15 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
16 dnl License for more details. label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
22 dnl This runs at 2 cycles/limb on PA8000 and 1.6875 cycles/limb on PA8500. It label
23 dnl should be possible to reach the cache bandwidth 1.5 cycles/limb at least label
24 dnl with PA8500. The problem now is stalling of the first ADD,DC after LDO, label
25 dnl where the processor gets confused about where carry comes from. label
29 dnl INPUT PARAMETERS label
[all...]
/haiku-buildtools/gcc/gmp/mpn/power/
H A Dsdiv.asm3 dnl This file is part of the GNU MP Library. label
5 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
6 dnl it under the terms of the GNU Lesser General Public License as published label
7 dnl by the Free Software Foundation; either version 3 of the License, or (at label
8 dnl your option) any later version. label
10 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
11 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
12 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
13 dnl Licens label
1 dnl Copyright 1999, 2001 Free Software Foundation, Inc. label
15 dnl You should have received a copy of the GNU Lesser General Public License label
16 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dumul.asm3 dnl This file is part of the GNU MP Library. label
5 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
6 dnl it under the terms of the GNU Lesser General Public License as published label
7 dnl by the Free Software Foundation; either version 3 of the License, or (at label
8 dnl your option) any later version. label
10 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
11 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
12 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
13 dnl Licens label
1 dnl Copyright 1999, 2001 Free Software Foundation, Inc. label
15 dnl You should have received a copy of the GNU Lesser General Public License label
16 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc32/
H A Dumul.asm3 dnl Copyright 1995, 1996, 2000 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl SPARC mpn_umul_ppmm -- support for longlong.h for non-gcc. label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/sparc32/v8/
H A Dumul.asm3 dnl Copyright 1995, 1996, 2000 Free Software Foundation, Inc. label
5 dnl This file is part of the GNU MP Library. label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl o label
1 dnl SPARC v8 mpn_umul_ppmm -- support for longlong.h for non-gcc. label
15 dnl License for more details. label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/p6/mmx/
H A Dlshift.asm3 dnl Copyright 2001 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-II mpn_lshift -- mpn left shift. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
21 dnl The P55 code runs well on P-II/III, but could stand some minor tweaks label
22 dnl at some stage probably. label
[all...]
H A Drshift.asm3 dnl Copyright 2001 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel Pentium-II mpn_rshift -- mpn left shift. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
21 dnl The P55 code runs well on P-II/III, but could stand some minor tweaks label
22 dnl at some stage probably. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/p6/sse2/
H A Dmul_basecase.asm3 dnl Copyright 2008 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel P6/SSE2 mpn_mul_basecase. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dpopcount.asm3 dnl Copyright 2008 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel P6/SSE2 mpn_popcount -- population count. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dsqr_basecase.asm3 dnl Copyright 2008 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel P6/SSE2 mpn_sqr_basecase. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dsubmul_1.asm3 dnl Copyright 2008 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl Intel P6/SSE2 mpn_submul_1. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dmod_1_4.asm3 dnl Copyright 2009, 2011 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
8 dnl it under the terms of the GNU Lesser General Public License as published label
9 dnl by the Free Software Foundation; either version 3 of the License, or (at label
10 dnl your option) any later version. label
11 dnl label
1 dnl Intel P6/SSE2 mpn_mod_1_4. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
13 dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY label
14 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
15 dnl License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/
H A Dcopyd.asm2 dnl label
4 dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc. label
5 dnl label
6 dnl This file is part of the GNU MP Library. label
7 dnl label
8 dnl The GNU MP Library is free software; you can redistribute it and/or label
9 dnl modify it under the terms of the GNU Lesser General Public License as label
10 dnl published by the Free Software Foundation; either version 3 of the label
11 dnl Licens label
1 dnl Pentium-4 mpn_copyd -- copy limb vector, decrementing. label
12 dnl label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, label
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
16 dnl Lesser General Public License for more details. label
17 dnl label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
22 dnl The std/rep/movsl/cld is very slow for small blocks on pentium4. Its label
23 dnl startup time seems to be about 165 cycles. It then needs 2.6 c/l. label
24 dnl We therefore use an open-coded 2 c/l copying loop. label
26 dnl Ultimately, we may want to use 64-bit movq or 128-bit movdqu in some label
27 dnl nifty unrolled arrangement. Clearly, that could reach much higher label
28 dnl speeds, at least for large blocks. label
[all...]
H A Dcopyi.asm2 dnl label
4 dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc. label
5 dnl label
6 dnl This file is part of the GNU MP Library. label
7 dnl label
8 dnl The GNU MP Library is free software; you can redistribute it and/or label
9 dnl modify it under the terms of the GNU Lesser General Public License as label
10 dnl published by the Free Software Foundation; either version 3 of the label
11 dnl Licens label
1 dnl Pentium-4 mpn_copyi -- copy limb vector, incrementing. label
12 dnl label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, label
14 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
15 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
16 dnl Lesser General Public License for more details. label
17 dnl label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
22 dnl The rep/movsl is very slow for small blocks on pentium4. Its startup label
23 dnl time seems to be about 110 cycles. It then copies at a rate of one label
24 dnl limb per cycle. We therefore fall back to an open-coded 2 c/l copying label
25 dnl loop for smaller sizes. label
27 dnl Ultimately, we may want to use 64-bit movd or 128-bit movdqu in some label
28 dnl nifty unrolled arrangement. Clearly, that could reach much higher label
29 dnl speeds, at least for large blocks. label
[all...]
/haiku-buildtools/gcc/gmp/tune/
H A Dhppa.asm3 dnl Copyright 2000, 2002, 2005 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl HPPA 32-bit time stamp counter access routine. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
22 dnl void speed_cyclecounter (unsigned p[2]); label
23 dnl label
24 dnl Get the HPPA interval timer. label
[all...]
H A Dhppa2.asm3 dnl Copyright 2000, 2002, 2005 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl HPPA 64-bit time stamp counter access routine. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
22 dnl void speed_cyclecounter (unsigned p[2]); label
23 dnl label
24 dnl Get the HPPA interval timer. label
[all...]
H A Dhppa2w.asm3 dnl Copyright 2000, 2002, 2005 Free Software Foundation, Inc. label
4 dnl label
5 dnl This file is part of the GNU MP Library. label
6 dnl label
7 dnl The GNU MP Library is free software; you can redistribute it and/or label
8 dnl modify it under the terms of the GNU Lesser General Public License as label
9 dnl published by the Free Software Foundation; either version 3 of the label
10 dnl License, or (at your option) any later version. label
11 dnl label
1 dnl HPPA 64-bit time stamp counter access routine. label
12 dnl The GNU MP Library is distributed in the hope that it will be useful, label
13 dnl but WITHOUT ANY WARRANTY; without even the implied warranty of label
14 dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU label
15 dnl Lesser General Public License for more details. label
16 dnl label
17 dnl You should have received a copy of the GNU Lesser General Public License label
18 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
22 dnl void speed_cyclecounter (unsigned p[2]); label
23 dnl label
24 dnl Get the HPPA interval timer. label
[all...]
/haiku-buildtools/gcc/gmp/mpn/s390_32/
H A Daddmul_1.asm2 dnl result to a second limb vector. label
4 dnl Copyright 2001 Free Software Foundation, Inc. label
6 dnl This file is part of the GNU MP Library. label
8 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
9 dnl it under the terms of the GNU Lesser General Public License as published label
10 dnl by the Free Software Foundation; either version 3 of the License, or (at label
11 dnl your option) any later version. label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
14 dnl WITHOU label
1 dnl S/390 mpn_addmul_1 -- Multiply a limb vector with a limb and add the label
15 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
16 dnl License for more details. label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dmul_1.asm2 dnl result in a second limb vector. label
4 dnl Copyright 2001 Free Software Foundation, Inc. label
6 dnl This file is part of the GNU MP Library. label
8 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
9 dnl it under the terms of the GNU Lesser General Public License as published label
10 dnl by the Free Software Foundation; either version 3 of the License, or (at label
11 dnl your option) any later version. label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
14 dnl WITHOU label
1 dnl S/390 mpn_mul_1 -- Multiply a limb vector with a limb and store the label
15 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
16 dnl License for more details. label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]
H A Dsubmul_1.asm2 dnl result from a second limb vector. label
4 dnl Copyright 2001 Free Software Foundation, Inc. label
6 dnl This file is part of the GNU MP Library. label
8 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
9 dnl it under the terms of the GNU Lesser General Public License as published label
10 dnl by the Free Software Foundation; either version 3 of the License, or (at label
11 dnl your option) any later version. label
13 dnl The GNU MP Library is distributed in the hope that it will be useful, but label
14 dnl WITHOU label
1 dnl S/390 mpn_submul_1 -- Multiply a limb vector with a limb and subtract the label
15 dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public label
16 dnl License for more details. label
18 dnl You should have received a copy of the GNU Lesser General Public License label
19 dnl along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. label
[all...]

Completed in 183 milliseconds

1234567891011>>