/netbsd-src/external/lgpl3/gmp/dist/mpn/x86_64/fat/ |
H A D | fat_entry.asm | 1 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 D | fat_entry.asm | 1 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 D | copyi.asm | 1 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 D | copyd.asm | 1 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 D | aors_n.asm | 1 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 D | umul.asm | 1 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 D | sqr_diagonal.asm | 1 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 D | rshift.asm | 1 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 D | lshift.asm | 1 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 D | submul_1.asm | 1 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 D | mul_1.asm | 1 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 D | addmul_1.asm | 1 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 D | lshift.asm | 1 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 D | rshift.asm | 1 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 D | aors_n.asm | 1 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 D | hppa2.asm | 1 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 D | hppa.asm | 1 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 D | hppa2w.asm | 1 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 D | aorrlsh1_n.asm | 1 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 D | lshift.asm | 1 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 D | aorrlsh2_n.asm | 1 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 D | aorrlsh1_n.asm | 1 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 D | aorrlsh2_n.asm | 1 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 D | aorslsh1_n.asm | 1 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 D | aorslsh2_n.asm | 1 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 …]
|