Home
last modified time | relevance | path

Searched defs:dnl (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
H A Dfat_entry.asm1 dnl x86 fat binary entrypoints. label
3 dnl Contributed to the GNU project by Kevin Ryde (original x86_32 code) and label
4 dnl Torbjorn Granlund (port to x86_64) label
6 dnl Copyright 2003, 2009, 2011-2014, 2016 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of either: label
12 dnl label
13 dnl * the GNU Lesser General Public License as published by the Free label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/fat/
H A Dfat_entry.asm1 dnl x86 fat binary entrypoints. label
3 dnl Copyright 2003, 2012, 2014 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/pentium4/
H A Dcopyi.asm1 dnl Pentium-4 mpn_copyi -- copy limb vector, incrementing. label
3 dnl Copyright 1999-2001 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
H A Dcopyd.asm1 dnl Pentium-4 mpn_copyd -- copy limb vector, decrementing. label
3 dnl Copyright 1999-2001 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/pa64/
H A Daors_n.asm1 dnl HP-PA 2.0 mpn_add_n, mpn_sub_n label
3 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
7 dnl 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 either: label
10 dnl label
11 dnl * the GNU Lesser General Public License as published by the Free label
12 dnl Software Foundation; either version 3 of the License, or (at your label
[all …]
H A Dumul.asm1 dnl Copyright 1999, 2000, 2002, 2003 Free Software Foundation, Inc. label
3 dnl This file is part of the GNU MP Library. label
4 dnl 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 either: label
7 dnl label
8 dnl * the GNU Lesser General Public License as published by the Free label
9 dnl Software Foundation; either version 3 of the License, or (at your label
10 dnl option) any later version. label
11 dnl label
[all …]
H A Dsqr_diagonal.asm1 dnl HP-PA 2.0 64-bit mpn_sqr_diagonal. label
3 dnl Copyright 2001-2003 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
H A Drshift.asm1 dnl HP-PA 2.0 mpn_rshift -- Right shift. label
3 dnl Copyright 1997, 2000, 2002, 2003 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
H A Dlshift.asm1 dnl HP-PA 2.0 mpn_lshift -- Left shift. label
3 dnl Copyright 1997, 2000, 2002, 2003 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/power/
H A Dsubmul_1.asm1 dnl IBM POWER mpn_submul_1 -- Multiply a limb vector with a limb and subtract label
2 dnl the result from a second limb vector. label
4 dnl Copyright 1992, 1994, 1999-2001 Free Software Foundation, Inc. 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 modify label
9 dnl it under the terms of either: label
10 dnl label
11 dnl * the GNU Lesser General Public License as published by the Free label
12 dnl Software Foundation; either version 3 of the License, or (at your label
[all …]
H A Dmul_1.asm1 dnl IBM POWER mpn_mul_1 -- Multiply a limb vector with a limb and store the label
2 dnl result in a second limb vector. label
4 dnl Copyright 1992, 1994, 1999-2001 Free Software Foundation, Inc. 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 modify label
9 dnl it under the terms of either: label
10 dnl label
11 dnl * the GNU Lesser General Public License as published by the Free label
12 dnl Software Foundation; either version 3 of the License, or (at your label
[all …]
H A Daddmul_1.asm1 dnl IBM POWER mpn_addmul_1 -- Multiply a limb vector with a limb and add the label
2 dnl result to a second limb vector. label
4 dnl Copyright 1992, 1994, 1999-2001 Free Software Foundation, Inc. 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 modify label
9 dnl it under the terms of either: label
10 dnl label
11 dnl * the GNU Lesser General Public License as published by the Free label
12 dnl Software Foundation; either version 3 of the License, or (at your label
[all …]
H A Dlshift.asm1 dnl IBM POWER mpn_lshift -- Shift a number left. label
3 dnl Copyright 1992, 1994, 1999-2001 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
H A Drshift.asm1 dnl IBM POWER mpn_rshift -- Shift a number right. label
3 dnl Copyright 1992, 1994, 1999-2001 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/alpha/ev6/nails/
H A Daors_n.asm1 dnl Alpha ev6 nails mpn_add_n and mpn_sub_n. label
3 dnl Copyright 2002, 2006 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dhppa2.asm1 dnl HPPA 64-bit time stamp counter access routine. label
3 dnl Copyright 2000, 2002, 2005 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
H A Dhppa.asm1 dnl HPPA 32-bit time stamp counter access routine. label
3 dnl Copyright 2000, 2002, 2005 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
H A Dhppa2w.asm1 dnl HPPA 64-bit time stamp counter access routine. label
3 dnl Copyright 2000, 2002, 2005 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
H A Daorrlsh1_n.asm1 dnl AMD64 mpn_addlsh1_n -- rp[] = up[] + (vp[] << 1) label
2 dnl AMD64 mpn_rsblsh1_n -- rp[] = (vp[] << 1) - up[] label
4 dnl Contributed to the GNU project by Torbjorn Granlund. label
6 dnl Copyright 2008, 2010-2012 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of either: label
12 dnl label
13 dnl * the GNU Lesser General Public License as published by the Free label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
H A Dlshift.asm1 dnl Intel Pentium-II mpn_lshift -- mpn left shift. label
3 dnl Copyright 2001 Free Software Foundation, Inc. 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 either: label
9 dnl label
10 dnl * the GNU Lesser General Public License as published by the Free label
11 dnl Software Foundation; either version 3 of the License, or (at your label
12 dnl option) any later version. label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/
H A Daorrlsh2_n.asm1 dnl AMD64 mpn_addlsh2_n -- rp[] = up[] + (vp[] << 2) label
2 dnl AMD64 mpn_rsblsh2_n -- rp[] = (vp[] << 2) - up[] label
4 dnl Contributed to the GNU project by Torbjorn Granlund. label
6 dnl Copyright 2009-2011 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of either: label
12 dnl label
13 dnl * the GNU Lesser General Public License as published by the Free label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Daorrlsh1_n.asm1 dnl AMD64 mpn_addlsh1_n -- rp[] = up[] + (vp[] << 1) label
2 dnl AMD64 mpn_rsblsh1_n -- rp[] = (vp[] << 1) - up[] label
4 dnl Contributed to the GNU project by Torbjorn Granlund. label
6 dnl Copyright 2008, 2010-2012 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of either: label
12 dnl label
13 dnl * the GNU Lesser General Public License as published by the Free label
[all …]
H A Daorrlsh2_n.asm1 dnl AMD64 mpn_addlsh2_n -- rp[] = up[] + (vp[] << 2) label
2 dnl AMD64 mpn_rsblsh2_n -- rp[] = (vp[] << 2) - up[] label
4 dnl Contributed to the GNU project by Torbjorn Granlund. label
6 dnl Copyright 2008, 2010-2012 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of either: label
12 dnl label
13 dnl * the GNU Lesser General Public License as published by the Free label
[all …]
/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
H A Daorslsh1_n.asm1 dnl AMD64 mpn_addlsh1_n, mpn_sublsh1_n -- rp[] = up[] +- (vp[] << 1), label
2 dnl optimised for Pentium 4. label
4 dnl Contributed to the GNU project by Torbjorn Granlund. label
6 dnl Copyright 2008, 2010-2012 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of either: label
12 dnl label
13 dnl * the GNU Lesser General Public License as published by the Free label
[all …]
H A Daorslsh2_n.asm1 dnl AMD64 mpn_addlsh2_n, mpn_sublsh2_n -- rp[] = up[] +- (vp[] << 2), label
2 dnl optimised for Pentium 4. label
4 dnl Contributed to the GNU project by Torbjorn Granlund. label
6 dnl Copyright 2008, 2010-2012 Free Software Foundation, Inc. label
8 dnl This file is part of the GNU MP Library. label
9 dnl label
10 dnl The GNU MP Library is free software; you can redistribute it and/or modify label
11 dnl it under the terms of either: label
12 dnl label
13 dnl * the GNU Lesser General Public License as published by the Free label
[all …]

12345678910>>...36