repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
al3xtjames/Clover
45,313
Library/OpensslLib/openssl-1.0.1e/crypto/bn/asm/ia64.S
.explicit .text .ident "ia64.S, Version 2.1" .ident "IA-64 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>" // // ==================================================================== // Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL // project. // // Rights for redistribution and usage in source a...
al3xtjames/Clover
46,674
Library/OpensslLib/openssl-1.0.1e/crypto/bn/asm/pa-risc2W.s
; ; PA-RISC 64-bit implementation of bn_asm code ; ; This code is approximately 2x faster than the C version ; for RSA/DSA. ; ; See http://devresource.hp.com/ for more details on the PA-RISC ; architecture. Also see the book "PA-RISC 2.0 Architecture" ; by Gerry Kane for information on the instruction set architectur...
al3xtjames/Clover
48,599
Library/OpensslLib/openssl-1.0.1e/crypto/bn/asm/pa-risc2.s
; ; PA-RISC 2.0 implementation of bn_asm code, based on the ; 64-bit version of the code. This code is effectively the ; same as the 64-bit version except the register model is ; slightly different given all values must be 32-bit between ; function calls. Thus the 64-bit return values are returned ; in %ret0 and %ret...
al3xtjames/Clover
37,614
Library/OpensslLib/openssl-1.0.1e/crypto/bn/asm/mips3.s
.rdata .asciiz "mips3.s, Version 1.1" .asciiz "MIPS III/IV ISA artwork by Andy Polyakov <appro@fy.chalmers.se>" /* * ==================================================================== * Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL * project. * * Rights for redistribution and usage in source a...
al3xtjames/Clover
33,130
Library/OpensslLib/openssl-1.0.1e/crypto/bn/asm/sparcv8plus.S
.ident "sparcv8plus.s, Version 1.4" .ident "SPARC v9 ISA artwork by Andy Polyakov <appro@fy.chalmers.se>" /* * ==================================================================== * Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL * project. * * Rights for redistribution and usage in source and bin...
al3xtjames/Clover
12,636
Library/OpensslLib/openssl-1.0.1e/crypto/bn/asm/s390x.S
.ident "s390x.S, version 1.1" // ==================================================================== // Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL // project. // // Rights for redistribution and usage in source and binary forms are // granted according to the OpenSSL license. Warranty of any kind ...
al3xtjames/Clover
41,292
Library/OpensslLib/openssl-1.0.1e/crypto/aes/asm/aes-ia64.S
// ==================================================================== // Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL // project. Rights for redistribution and usage in source and binary // forms are granted according to the OpenSSL license. // ======================================================...
al3xtjames/Clover
17,199
OsxAptioFixDrv/X64/AsmFuncsX64.S
#------------------------------------------------------------------------------ # # Some assembler helper functions plus boot.efi kernel jump callback # # by dmazar # #------------------------------------------------------------------------------ # C callback method called on jump to kernel after boot.efi finishes #....
al3xtjames/Clover
35,744
CloverEFI/BootSector/boot1.s
; Copyright (c) 1999-2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 1999-2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Sourc...
al3xtjames/Clover
36,668
CloverEFI/BootSector/start32.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License...
al3xtjames/Clover
24,619
CloverEFI/BootSector/BootDuet.S
/* * BootDuet - Replacement boot program for DUET. * Copyright 2011 Miguel Lopes Santos Ramos <mail@miguel.ramos.name>. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 o...
al3xtjames/Clover
43,644
CloverEFI/BootSector/st32_64.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License...
al3xtjames/Clover
30,458
CloverEFI/BootSector/start32H.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License...
al3xtjames/Clover
42,105
CloverEFI/BootSector/efi64.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License...
al3xtjames/Clover
22,720
CloverEFI/BootSector/start32H2.S
# 1 "start32H2.S" # 1 "start32H2.S" 1 # 1 "<built-in>" 1 # 1 "start32H2.S" 2 #------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available...
al3xtjames/Clover
38,283
CloverEFI/BootSector/efi32.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License...
al3xtjames/Clover
13,838
CloverEFI/BootSector/cdboot.s
; Copyright (c) 2003 Apple Computer, Inc. All rights reserved. ; ; @APPLE_LICENSE_HEADER_START@ ; ; Portions Copyright (c) 2003 Apple Computer, Inc. All Rights ; Reserved. This file contains Original Code and/or Modifications of ; Original Code as defined in and that are subject to the Apple Public ; Source License ...
al3xtjames/Clover
29,241
CloverEFI/BootSector/st32_64H.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR> #* Copyright (c) 2016, Clover Inc. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the ter...
al3xtjames/Clover
31,360
CloverEFI/CpuDxe/Ia32/CpuInterrupt.S
#------------------------------------------------------------------------------ #* #* Copyright 2006, Intel Corporation #* All rights reserved. This program and the accompanying materials #* are licensed and made available under th...
al3xtjames/Clover
37,132
CloverEFI/CpuDxe/X64/CpuInterrupt.S
#------------------------------------------------------------------------------ #* #* Copyright 2006 - 2010, Intel Corporation #* All rights reserved. This program and the accompanying materials #* are licensed and made available u...
al3xtjames/Clover
15,831
CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/ExceptionHandlerAsm.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2012 - 2013, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License #* which accompanies th...
al3xtjames/Clover
16,973
CloverEFI/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/ExceptionHandlerAsm.S
#------------------------------------------------------------------------------ ; # Copyright (c) 2012 - 2014, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distributi...
al3xtjames/Clover
2,066
CloverEFI/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/InitializeFpu.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License #* which accompanies th...
al3xtjames/Clover
1,746
CloverEFI/UefiCpuPkg/Library/BaseUefiCpuLib/X64/InitializeFpu.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License #* which accompanies th...
al3xtjames/Clover
8,600
CloverEFI/UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S
#------------------------------------------------------------------------------ #* #* Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD License #* which accompanies th...
al3xtjames/Clover
18,145
CloverEFI/UefiCpuPkg/CpuDxe/Ia32/IvtAsm.S
#------------------------------------------------------------------------------ # # Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR> # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distributi...
al3xtjames/Clover
8,428
CloverEFI/UefiCpuPkg/CpuDxe/X64/CpuAsm.S
# TITLE CpuAsm.S: #------------------------------------------------------------------------------ #* #* Copyright (c) 2008 - 2011, Intel Corporation. All rights reserved.<BR> #* This program and the accompanying materials #* are licensed and made available under the terms and conditions of the BSD Licens...
al3xtjames/Clover
1,822
LegacyBios/IA32/InterruptTable.S
## @file # Interrupt Redirection Template # # Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> # # This program and the accompanying materials # are licensed and made available under the terms and conditions # of the BSD License which accompanies this distribution. The # full text of the license may be...
al3xtjames/Clover
2,008
LegacyBios/X64/InterruptTable.S
## @file # Interrupt Redirection Template # # Copyright (c) 2006, Intel Corporation. All rights reserved.<BR> # # This program and the accompanying materials # are licensed and made available under the terms and conditions # of the BSD License which accompanies this distribution. The # full text of the license may be...
al3xtjames/Clover
3,007
FileSystems/GrubFS/grub/grub-core/efiemu/runtime/efiemu.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2006,2007,2009 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or *...
al3xtjames/Clover
3,902
FileSystems/GrubFS/grub/grub-core/lib/i386/relocator64.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009,2010 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
2,802
FileSystems/GrubFS/grub/grub-core/lib/i386/relocator_common.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009,2010 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
1,404
FileSystems/GrubFS/grub/grub-core/lib/i386/setjmp.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2003,2007 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
1,752
FileSystems/GrubFS/grub/grub-core/lib/i386/relocator_asm.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your...
al3xtjames/Clover
2,757
FileSystems/GrubFS/grub/grub-core/lib/i386/relocator32.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009,2010 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
7,161
FileSystems/GrubFS/grub/grub-core/lib/i386/relocator16.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009,2010 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
3,856
FileSystems/GrubFS/grub/grub-core/lib/ia64/setjmp.S
/* Copyright (C) 1999, 2000, 2001, 2002, 2008 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Found...
al3xtjames/Clover
4,420
FileSystems/GrubFS/grub/grub-core/lib/ia64/longjmp.S
/* Copyright (C) 1999, 2000, 2001, 2002, 2008 Free Software Foundation, Inc. Contributed by David Mosberger-Tang <davidm@hpl.hp.com>. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foun...
al3xtjames/Clover
1,303
FileSystems/GrubFS/grub/grub-core/lib/sparc64/setjmp.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2005,2007,2009 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or *...
al3xtjames/Clover
1,189
FileSystems/GrubFS/grub/grub-core/lib/arm/setjmp.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2013 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your...
al3xtjames/Clover
1,342
FileSystems/GrubFS/grub/grub-core/lib/arm64/setjmp.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2013 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your...
al3xtjames/Clover
1,642
FileSystems/GrubFS/grub/grub-core/lib/x86_64/setjmp.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2003,2007 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
1,840
FileSystems/GrubFS/grub/grub-core/lib/x86_64/relocator_asm.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your...
al3xtjames/Clover
1,521
FileSystems/GrubFS/grub/grub-core/lib/mips/setjmp.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2003,2007,2009 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or *...
al3xtjames/Clover
1,522
FileSystems/GrubFS/grub/grub-core/lib/mips/relocator_asm.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your...
al3xtjames/Clover
1,688
FileSystems/GrubFS/grub/grub-core/lib/powerpc/setjmp.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2004,2007 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
1,456
FileSystems/GrubFS/grub/grub-core/lib/powerpc/relocator_asm.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2009,2010 Free Software Foundation, Inc. * * GRUB is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at...
al3xtjames/Clover
2,545
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i586/mpih-mul1.S
/* i80586 mul_1 -- Multiply a limb vector with a limb and store * the result in a second limb vector. * * Copyright (C) 1992, 1994, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/o...
al3xtjames/Clover
2,684
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i586/mpih-mul2.S
/* i80586 addmul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/o...
al3xtjames/Clover
4,816
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i586/mpih-lshift.S
/* i80586 lshift * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by t...
al3xtjames/Clover
4,825
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i586/mpih-rshift.S
/* i80586 rshift * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by th...
al3xtjames/Clover
2,683
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i586/mpih-mul3.S
/* i80586 submul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or...
al3xtjames/Clover
2,820
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i586/mpih-add1.S
/* i80586 add_n -- Add two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994, 1995, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute ...
al3xtjames/Clover
3,126
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i586/mpih-sub1.S
/* i80586 sub_n -- Sub two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it an...
al3xtjames/Clover
4,214
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/m68k/mpih-lshift.S
/* mc68020 lshift -- Shift left a low-level natural-number integer. * * Copyright (C) 1996, 1998, 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public L...
al3xtjames/Clover
4,201
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/m68k/mpih-rshift.S
/* mc68020 rshift -- Shift right a low-level natural-number integer. * * Copyright (C) 1996, 1998, 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public ...
al3xtjames/Clover
2,643
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/m68k/mpih-add1.S
/* mc68020 __mpn_add_n -- Add two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994,1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free soft...
al3xtjames/Clover
2,652
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/m68k/mpih-sub1.S
/* mc68020 __mpn_sub_n -- Subtract two limb vectors of the same length > 0 and * store difference in a third limb vector. * * Copyright (C) 1992, 1994, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt...
al3xtjames/Clover
2,509
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i386/mpih-mul1.S
/* i80386 mul_1 -- Multiply a limb vector with a limb and store * the result in a second limb vector. * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify...
al3xtjames/Clover
2,577
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i386/mpih-mul2.S
/* i80386 addmul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or...
al3xtjames/Clover
2,551
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i386/mpih-lshift.S
/* i80386 lshift * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the F...
al3xtjames/Clover
2,583
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i386/mpih-rshift.S
/* i80386 rshift * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by t...
al3xtjames/Clover
2,578
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i386/mpih-mul3.S
/* i80386 submul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/o...
al3xtjames/Clover
3,246
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i386/mpih-add1.S
/* i80386 add_n -- Add two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it an...
al3xtjames/Clover
3,247
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/i386/mpih-sub1.S
/* i80386 sub_n -- Sub two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it an...
al3xtjames/Clover
2,152
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/sparc32/mpih-lshift.S
/* sparc lshift * * Copyright (C) 1995, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the F...
al3xtjames/Clover
3,960
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/sparc32/udiv.S
/* SPARC v7 __udiv_qrnnd division support, used from longlong.h. * This is for v7 CPUs without a floating-point unit. * * Copyright (C) 1993, 1994, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software;...
al3xtjames/Clover
2,034
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/sparc32/mpih-rshift.S
/* sparc rshift * * Copyright (C) 1995, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the F...
al3xtjames/Clover
5,746
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/sparc32/mpih-add1.S
/* SPARC _add_n -- Add two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1995, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or mo...
al3xtjames/Clover
2,960
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/power/mpih-mul1.S
/* IBM POWER mul_1 -- Multiply a limb vector with a limb and store * the result in a second limb vector. * * Copyright (C) 1992, 1994, 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * i...
al3xtjames/Clover
3,169
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/power/mpih-mul2.S
/* IBM POWER addmul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright (C) 1992, 1994, 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms...
al3xtjames/Clover
1,943
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/power/mpih-lshift.S
/* IBM POWER lshift * * Copyright (C) 1992, 1994, 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation;...
al3xtjames/Clover
1,962
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/power/mpih-rshift.S
/* IBM POWER rshift * * Copyright (C) 1992, 1994, 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation;...
al3xtjames/Clover
3,381
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/power/mpih-mul3.S
/* IBM POWER submul_1 -- Multiply a limb vector with a limb and subtract * the result from a second limb vector. * * Copyright (C) 1992, 1994, 1999, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under th...
al3xtjames/Clover
2,763
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/power/mpih-add1.S
/* IBM POWER add_n -- Add two limb vectors of equal, non-zero length. * * Copyright (C) 1992, 1994, 1996, 1999, * 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU ...
al3xtjames/Clover
2,835
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/power/mpih-sub1.S
/* IBM POWER sub_n -- Subtract two limb vectors of equal, non-zero length. * * Copyright (C) 1992, 1994, 1995, 1996, 1999, * 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms ...
al3xtjames/Clover
2,600
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/supersparc/udiv.S
/* SuperSPARC __udiv_qrnnd division support, used from longlong.h. * This is for SuperSPARC only, to compensate for its * semi-functional udiv instruction. * * Copyright (C) 1993, 1994, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is p...
al3xtjames/Clover
1,872
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/hppa/mpih-lshift.S
/* hppa lshift * * Copyright (C) 1992, 1994, 1998 * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the F...
al3xtjames/Clover
1,816
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/hppa/mpih-rshift.S
/* hppa rshift * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the ...
al3xtjames/Clover
2,166
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/hppa/mpih-add1.S
/* hppa add_n -- Add two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Fee Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify ...
al3xtjames/Clover
7,052
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/hppa/udiv-qrnnd.S
/* HP-PA __udiv_qrnnd division support, used from longlong.h. * This version runs fast on pre-PA7000 CPUs. * * Copyright (C) 1993, 1994, 1998, 2001, * 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/o...
al3xtjames/Clover
2,245
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/hppa/mpih-sub1.S
/* hppa sub_n -- Sub two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or m...
al3xtjames/Clover
2,323
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pa7100/mpih-lshift.S
/* hppa lshift * optimized for the PA7100, where it runs at 3.25 cycles/limb * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the ter...
al3xtjames/Clover
2,262
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pa7100/mpih-rshift.S
/* hppa rshift * optimized for the PA7100, where it runs at 3.25 cycles/limb * * Copyright (C) 1992, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms...
al3xtjames/Clover
2,721
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/sparc32v8/mpih-mul1.S
/* SPARC v8 __mpn_mul_1 -- Multiply a limb vector with a single limb and * store the product in a second limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is ...
al3xtjames/Clover
3,062
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/sparc32v8/mpih-mul2.S
/* SPARC v8 __mpn_addmul_1 -- Multiply a limb vector with a limb and * add the result to a second limb vector. * * Copyright (C) 1992, 1993, 1994, 1995, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt ...
al3xtjames/Clover
1,935
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/sparc32v8/mpih-mul3.S
/* SPARC v8 __mpn_submul_1 -- Multiply a limb vector with a limb and * subtract the result from a second limb vector. * * Copyright (C) 1992, 1993, 1994, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt...
al3xtjames/Clover
3,604
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/powerpc32/mpih-mul1.S
/* PowerPC-32 mul_1 -- Multiply a limb vector with a limb and store * the result in a second limb vector. * * Copyright (C) 1992, 1993, 1994, 1995, * 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute...
al3xtjames/Clover
3,717
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/powerpc32/mpih-mul2.S
/* PowerPC-32 addmul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright (C) 1995, 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of ...
al3xtjames/Clover
5,431
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/powerpc32/mpih-lshift.S
/* PowerPC-32 lshift * * Copyright (C) 1995, 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; eith...
al3xtjames/Clover
3,470
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/powerpc32/mpih-rshift.S
/* PowerPC-32 rshift * * Copyright (C) 1995, 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; eith...
al3xtjames/Clover
3,915
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/powerpc32/mpih-mul3.S
/* PowerPC-32 submul_1 -- Multiply a limb vector with a limb and subtract * the result from a second limb vector. * * Copyright (C) 1995, 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the te...
al3xtjames/Clover
4,260
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/powerpc32/mpih-add1.S
/* PowerPC-32 add_n -- Add two limb vectors of equal, non-zero length. * * Copyright (C) 1992, 1994, 1995, 1998, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Lice...
al3xtjames/Clover
4,367
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/powerpc32/mpih-sub1.S
/* PowerPC-32 sub_n -- Subtract two limb vectors of the same length > 0 * and store difference in a third limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribu...
al3xtjames/Clover
2,294
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/mips3/mpih-mul1.S
/* mips3 mpih-mul1.S -- Multiply a limb vector with a limb and store * the result in a second limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, 2000 * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute...
al3xtjames/Clover
2,527
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/mips3/mpih-mul2.S
/* MIPS3 addmul_1 -- Multiply a limb vector with a single limb and * add the product to a second limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, 2000 * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can r...
al3xtjames/Clover
2,172
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/mips3/mpih-lshift.S
/* mips3 lshift * * Copyright (C) 1995, 1998, 2000, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by th...
al3xtjames/Clover
2,059
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/mips3/mpih-rshift.S
/* mips3 rshift * * Copyright (C) 1995, 1998, 2000 * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the...
al3xtjames/Clover
2,530
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/mips3/mpih-mul3.S
/* MIPS3 submul_1 -- Multiply a limb vector with a single limb and * subtract the product from a second limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, 2000 * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you ca...
al3xtjames/Clover
2,478
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/mips3/mpih-add1.S
/* mips3 add_n -- Add two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1995, 1998, 2000 * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or mod...