repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
al3xtjames/Clover
2,499
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/mips3/mpih-sub1.S
/* mips3 sub_n -- Subtract two limb vectors of the same length > 0 and * store difference in a third limb vector. * * Copyright (C) 1995, 1998, 1999, 2000, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistr...
al3xtjames/Clover
1,914
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/amd64/mpih-mul1.S
/* AMD64 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, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and/or m...
al3xtjames/Clover
3,596
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/amd64/mpih-mul2.S
/* AMD64 addmul2 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright (C) 1992, 1994, 1998, * 2001, 2002, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it an...
al3xtjames/Clover
2,189
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/amd64/mpih-lshift.S
/* AMD64 (x86_64) lshift -- Left shift a limb vector and store * result in a second limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it and...
al3xtjames/Clover
2,250
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/amd64/mpih-rshift.S
/* AMD64 (x86_64) rshift -- Right shift a limb vector and store * result in a second limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it an...
al3xtjames/Clover
2,020
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/amd64/mpih-mul3.S
/* AMD64 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, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redistribute it ...
al3xtjames/Clover
1,981
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/amd64/mpih-add1.S
/* AMD64 (x86_64) 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, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redi...
al3xtjames/Clover
1,984
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/amd64/mpih-sub1.S
/* AMD64 (x86_64) sub_n -- Subtract two limb vectors of the same length > 0 and store * sum in a third limb vector. * * Copyright (C) 1992, 1994, 1995, 1998, * 2001, 2002, 2006 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can...
al3xtjames/Clover
2,919
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/mpih-mul1.S
/* Alpha 21064 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, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt is free software; you can redi...
al3xtjames/Clover
2,794
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/mpih-mul2.S
/* Alpha 21064 addmul_1 -- Multiply a limb vector with a limb and add * the result to a second 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 ...
al3xtjames/Clover
3,051
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/mpih-lshift.S
/* alpha - left shift * * Copyright (C) 1994, 1995, 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 * publishe...
al3xtjames/Clover
2,950
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/mpih-rshift.S
/* alpha rshift * Copyright (C) 1994, 1995, 1998, 1999, * 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 * publis...
al3xtjames/Clover
2,811
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/mpih-mul3.S
/* Alpha 21064 submul_1 -- Multiply a limb vector with a limb and * subtract the result from a second 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 redistr...
al3xtjames/Clover
2,449
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/mpih-add1.S
/* alpha add_n -- Add two limb vectors of the same length > 0 and store * sum in a third limb vector. * Copyright (C) 1995, 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 GN...
al3xtjames/Clover
3,134
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/udiv-qrnnd.S
/* Alpha 21064 __udiv_qrnnd * * 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 and/or modify * it under the terms of the GNU Lesser General Public License as * ...
al3xtjames/Clover
2,487
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/alpha/mpih-sub1.S
/* Alpha sub_n -- Subtract two limb vectors of the same length > 0 and * store difference in a third limb vector. * Copyright (C) 1995, 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
4,503
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pentium4/mmx/mpih-lshift.S
/* Intel Pentium-4 mpn_lshift -- left shift. * * Copyright 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 Free Software Foundat...
al3xtjames/Clover
4,439
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pentium4/mmx/mpih-rshift.S
/* Intel Pentium-4 mpn_rshift -- right shift. * * Copyright 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 Free Software Founda...
al3xtjames/Clover
2,568
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pentium4/sse2/mpih-mul1.S
/* Intel Pentium-4 mpn_mul_1 -- Multiply a limb vector with a limb and store * the result in a second limb vector. * * Copyright 2001, 2002, 2003, 2005 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
3,284
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pentium4/sse2/mpih-mul2.S
/* Intel Pentium-4 mpn_addmul_1 -- Multiply a limb vector with a limb and add * the result to a second limb vector. * * Copyright 2001, 2002, 2004, 2005 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 o...
al3xtjames/Clover
4,093
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pentium4/sse2/mpih-mul3.S
/* Intel Pentium-4 mpn_submul_1 -- Multiply a limb vector with a limb and * subtract the result from a second limb vector. * * Copyright 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...
al3xtjames/Clover
2,488
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pentium4/sse2/mpih-add1.S
/* Intel Pentium-4 mpn_add_n -- mpn addition. * * Copyright 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 Free Software Founda...
al3xtjames/Clover
2,568
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/pentium4/sse2/mpih-sub1.S
/* Intel Pentium-4 mpn_sub_n -- mpn subtraction. * * Copyright 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 Free Software Fou...
al3xtjames/Clover
2,823
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/m68k/mc68020/mpih-mul1.S
/* mc68020 __mpn_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 softw...
al3xtjames/Clover
2,708
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/m68k/mc68020/mpih-mul2.S
/* mc68020 __mpn_addmul_1 -- Multiply a limb vector with a limb and add * the result to 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 ...
al3xtjames/Clover
2,717
FileSystems/GrubFS/grub/grub-core/lib/libgcrypt/mpi/m68k/mc68020/mpih-mul3.S
/* mc68020 __mpn_submul_1 -- Multiply a limb vector with a limb and subtract * the result from a second limb vector. * * Copyright (C) 1992, 1994, 1996, 1998, * 2001, 2002 Free Software Foundation, Inc. * * This file is part of Libgcrypt. * * Libgcrypt i...
al3xtjames/Clover
2,914
FileSystems/GrubFS/grub/grub-core/lib/i386/xen/relocator.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
2,919
FileSystems/GrubFS/grub/grub-core/lib/x86_64/xen/relocator.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
2,432
FileSystems/GrubFS/grub/grub-core/kern/i386/int.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 2010,2011 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,039
FileSystems/GrubFS/grub/grub-core/kern/i386/realmode.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2005,2006,2007,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, eith...
al3xtjames/Clover
2,045
FileSystems/GrubFS/grub/grub-core/kern/i386/coreboot/startup.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2005,2006,2007,2008 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 ve...
al3xtjames/Clover
1,092
FileSystems/GrubFS/grub/grub-core/kern/i386/xen/startup.S
/* startup.S - bootstrap GRUB itself */ /* * 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 v...
al3xtjames/Clover
1,200
FileSystems/GrubFS/grub/grub-core/kern/i386/xen/hypercall.S
/* hypercall.S - wrappers for Xen hypercalls */ /* * 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, ...
al3xtjames/Clover
1,143
FileSystems/GrubFS/grub/grub-core/kern/i386/efi/startup.S
/* startup.S - bootstrap GRUB itself */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2006,2007,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...
al3xtjames/Clover
1,396
FileSystems/GrubFS/grub/grub-core/kern/i386/ieee1275/startup.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2005,2006,2007,2008 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 ve...
al3xtjames/Clover
1,781
FileSystems/GrubFS/grub/grub-core/kern/i386/qemu/startup.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2005,2006,2007,2008,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, eith...
al3xtjames/Clover
4,743
FileSystems/GrubFS/grub/grub-core/kern/i386/pc/startup.S
/* * GRUB -- GRand Unified Bootloader * Copyright (C) 1999,2000,2001,2002,2003,2005,2006,2007,2008,2009,2011 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,...
al3xtjames/Clover
1,116
FileSystems/GrubFS/grub/grub-core/kern/x86_64/xen/startup.S
/* startup.S - bootstrap GRUB itself */ /* * 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 v...
al3xtjames/Clover
1,386
FileSystems/GrubFS/grub/grub-core/kern/x86_64/xen/hypercall.S
/* hypercall.S - wrappers for Xen hypercalls */ /* * GRUB -- GRand Unified Bootloader * Copyright (C) 2011 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, ...
al3xtjames/Clover
1,097
FileSystems/GrubFS/grub/grub-core/kern/x86_64/efi/startup.S
/* startup.S - bootstrap GRUB itself */ /* * 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...
al3xtjames/Clover
2,535
FileSystems/GrubFS/grub/grub-core/kern/x86_64/efi/callwrap.S
/* callwrap.S - wrapper for x86_64 efi calls */ /* * 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 Fo...
al3xtjames/Clover
1,822
Patches_for_EDK2/OvmfPkg/CsmOld/LegacyBiosDxe/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
Patches_for_EDK2/OvmfPkg/CsmOld/LegacyBiosDxe/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
21,906
Patches_for_EDK2/OvmfPkg/CsmOld/LegacyBiosDxe/Ipf/IpfThunk.s
//// @file // // Copyright (c) 1999 - 2008, 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 found at // http:...
alainesp/HashSuiteDroid
3,818
Hash_Suite/arch_neon64.S
// This file is part of Hash Suite password cracker, // Copyright (c) 2019 by Alain Espinosa. See LICENSE. .text .align 2 .global crypt_ntlm_neon_kernel_asm .type crypt_ntlm_neon_kernel_asm, %function crypt_ntlm_neon_kernel_asm: ret /////////////////////////////////////////////////////////////////////////////...
Aladdin-Wang/MicroLink
3,366
MicroLink/microlink_app/hpm_sdk_localized_for_hpm5301evklite/soc/HPM5300/HPM5301/toolchains/iar/startup.s
/* * Copyright (c) 2023-2024 HPMicro * SPDX-License-Identifier: BSD-3-Clause */ #include "hpm_csr_regs.h" MODULE ?startup /* Forward declaration of sections */ SECTION CSTACK:DATA:NOROOT(3) SECTION SAFESTACK:DATA:NOROOT(3) SECTION `.vector_table`:CODE:NOROOT(3) EXTERN _clean_up EXTER...
Aladdin-Wang/MicroLink
3,312
MicroLink/microlink_app/hpm_sdk_localized_for_hpm5301evklite/soc/HPM5300/HPM5301/toolchains/gcc/start.S
/* * Copyright (c) 2021-2022 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #include "hpm_csr_regs.h" .section .start, "ax" .global _start .type _start,@function _start: /* Initialize global pointer */ .option push .option norelax la gp, __global_pointer$ la tp, __thread_...
Aladdin-Wang/MicroLink
12,474
MicroLink/microlink_app/hpm_sdk_localized_for_hpm5301evklite/soc/HPM5300/HPM5301/toolchains/segger/startup.s
/********************************************************************* * SEGGER Microcontroller GmbH * * The Embedded Experts * ********************************************************************** * ...
alainesp/HashSuiteDroid
162,483
Hash_Suite/arch_neon.S
// This file is part of Hash Suite password cracker, // Copyright (c) 2014-2015,2019 by Alain Espinosa. See LICENSE. #define ROTATE(reg1,reg2,rot,t1,t2) \ vshr.u32 t1 , reg1, #(32-rot);\ vshr.u32 t2 , reg2, #(32-rot);\ vshl.u32 reg1, reg1, #(rot);\ vshl.u32 reg2, reg2, #(rot);\ vorr.u32 reg1, reg1, t1;\ vor...
Aladdin-Wang/MicroLink
3,366
MicroLink/microlink_app/linkers/iar/startup.s
/* * Copyright (c) 2023-2024 HPMicro * SPDX-License-Identifier: BSD-3-Clause */ #include "hpm_csr_regs.h" MODULE ?startup /* Forward declaration of sections */ SECTION CSTACK:DATA:NOROOT(3) SECTION SAFESTACK:DATA:NOROOT(3) SECTION `.vector_table`:CODE:NOROOT(3) EXTERN _clean_up EXTER...
Aladdin-Wang/MicroLink
3,312
MicroLink/microlink_app/linkers/gcc/start.S
/* * Copyright (c) 2021-2022 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #include "hpm_csr_regs.h" .section .start, "ax" .global _start .type _start,@function _start: /* Initialize global pointer */ .option push .option norelax la gp, __global_pointer$ la tp, __thread_...
Aladdin-Wang/MicroLink
12,474
MicroLink/microlink_app/linkers/segger/startup.s
/********************************************************************* * SEGGER Microcontroller GmbH * * The Embedded Experts * ********************************************************************** * ...
Aladdin-Wang/MicroLink
1,878
MicroLink/external/perf_counter/systick_wrapper_gnu.s
;/**************************************************************************** ;* Copyright 2024 Gorgon Meducer (Email:embedded_zhuoran@hotmail.com) * ;* * ;* Licensed under the Apache License, Version 2.0 (the "License"); * ;* ...
Aladdin-Wang/MicroLink
1,848
MicroLink/external/perf_counter/systick_wrapper_gcc.S
;/**************************************************************************** ;* Copyright 2024 Gorgon Meducer (Email:embedded_zhuoran@hotmail.com) * ;* * ;* Licensed under the Apache License, Version 2.0 (the "License"); * ;* ...
Aladdin-Wang/MicroLink
2,225
MicroLink/external/perf_counter/systick_wrapper_ual.s
;/**************************************************************************** ;* Copyright 2022 Gorgon Meducer (Email:embedded_zhuoran@hotmail.com) * ;* * ;* Licensed under the Apache License, Version 2.0 (the "License"); * ;* ...
Aladdin-Wang/MicroLink
12,193
MicroLink/external/perf_counter/CI/perf_counter_template_gcc/startup_stm32f103xe.s
/** *************** (C) COPYRIGHT 2017 STMicroelectronics ************************ * @file startup_stm32f103xe.s * @author MCD Application Team * @brief STM32F103xE Devices vector table for Atollic toolchain. * This module performs: * - Set the initial SP * ...
Aladdin-Wang/MicroLink
14,685
MicroLink/external/perf_counter/CI/perf_counter_template_gcc/MDK-ARM/startup_stm32f103xe.s
;******************** (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f103xe.s ;* Author : MCD Application Team ;* Description : STM32F103xE Devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
Aladdin-Wang/MicroLink
25,677
MicroLink/external/perf_counter/example/gcc/startup_ARMCM7.S
/* File: startup_ARMCM7.S * Purpose: startup file for Cortex-M7 devices. Should use with * GCC for ARM Embedded Processors * Version: V2.0 * Date: 01 August 2014 * * Copyright (c) 2011 - 2014 ARM LIMITED All rights reserved. Redistribution and use in source and binary forms, with or without modificati...
Aladdin-Wang/MicroLink
11,418
MicroLink/external/perf_counter/example/RTE/Device/CMSDK_CM3/startup_CMSDK_CM3.s
;/**************************************************************************//** ; * @file startup_CMSDK_CM3.s ; * @brief CMSIS Core Device Startup File for ; * CMSDK_CM3 Device ; * @version V3.05 ; * @date 09. November 2016 ; ***********************************************************************...
Aladdin-Wang/MicroLink
10,801
MicroLink/external/perf_counter/example/RTE/Device/CMSDK_CM0/startup_CMSDK_CM0.s
;/**************************************************************************//** ; * @file startup_CMSDK_CM0.s ; * @brief CMSIS Core Device Startup File for ; * CMSDK_CM0 Device ; * @version V3.05 ; * @date 09. November 2016 ; ***********************************************************************...
Aladdin-Wang/MicroLink
6,481
MicroLink/external/perf_counter/example/RTE/Device/ARMCM0/startup_ARMCM0.s
;/**************************************************************************//** ; * @file startup_ARMCM0.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM0 Device ; * @version V1.0.1 ; * @date 23. July 2019 ; ******************************************************************************/ ...
Aladdin-Wang/MicroLink
11,418
MicroLink/external/perf_counter/example/RTE/Device/CMSDK_CM7_SP/startup_CMSDK_CM7.s
;/**************************************************************************//** ; * @file startup_CMSDK_CM7.s ; * @brief CMSIS Core Device Startup File for ; * CMSDK_CM7 Device ; * @version V3.05 ; * @date 09. November 2016 ; ***********************************************************************...
Aladdin-Wang/MicroLink
6,644
MicroLink/external/perf_counter/example/RTE/Device/ARMCM3/startup_ARMCM3.s
;/**************************************************************************//** ; * @file startup_ARMCM3.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM3 Device ; * @version V1.0.1 ; * @date 23. July 2019 ; ******************************************************************************/ ...
Aladdin-Wang/MicroBoot_Demo
18,719
STM32F207_BOOT/MDK-ARM/startup_stm32f207xx.s
******************* (C) COPYRIGHT 2017 STMicroelectronics ******************** ;* File Name : startup_stm32f207xx.s ;* Author : MCD Application Team ;* Description : STM32F207xx devices vector table for MDK-ARM toolchain. ;* This module performs: ;* ...
alambe94/I-CUBE-USBD-Composite
29,821
USBD_Test/Core/Startup/startup_stm32h7b3lihxq.s
/** ****************************************************************************** * @file startup_stm32h7b3xxq.s * @author MCD Application Team * @brief STM32H7B3xx Devices vector table for GCC based toolchain. * This module performs: * - Set the initial SP * ...
Aladdin-Wang/MicroBoot_Demo
6,431
STM32F7_APP/rt-thread/components/lwp/arch/risc-v/rv64/lwp_gcc.S
/* * Copyright (c) 2006-2020, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-12-10 Jesven first version * 2021-02-03 lizhirui port to riscv64 * 2021-02-19 lizhirui port to new version of rt-smart * 2022-1...
Aladdin-Wang/MicroBoot_Demo
13,128
STM32F7_APP/rt-thread/components/lwp/arch/aarch64/cortex-a/lwp_gcc.S
/* * Copyright (c) 2006-2023, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-05-18 Jesven first version * 2023-07-16 Shell Move part of the codes to C from asm in signal handling * 2023-08-03 Shell S...
Aladdin-Wang/MicroBoot_Demo
9,481
STM32F7_APP/rt-thread/components/lwp/arch/arm/cortex-a/lwp_gcc.S
/* * Copyright (c) 2006-2020, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2018-12-10 Jesven first version * 2023-07-16 Shell Move part of the codes to C from asm in signal handling */ #include "rtconfig.h" #incl...
Aladdin-Wang/MicroBoot_Demo
1,321
STM32F7_APP/rt-thread/components/lwp/arch/x86/i386/lwp_gcc.S
/* * Copyright (c) 2006-2021, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2021-7-14 JasonHu first version */ #include "rtconfig.h" .section .text.lwp /* * void lwp_switch_to_user(frame); */ .global lwp_switch_to_us...
Aladdin-Wang/MicroBoot_Demo
5,653
STM32F7_APP/rt-thread/libcpu/arm/cortex-m3/context_rvds.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2009-01-17 Bernard first version ; * 2013-06-18 aozima add restore MSP feature. ; * 2013-07-09 aozima enhancement hard fault...
Aladdin-Wang/MicroBoot_Demo
6,133
STM32F7_APP/rt-thread/libcpu/arm/cortex-m3/context_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2009-10-11 Bernard First version * 2010-12-29 onelife Modify for EFM32 * 2011-06-17 onelife Merge all of the assembly source code into context_gcc.S * ...
Aladdin-Wang/MicroBoot_Demo
5,584
STM32F7_APP/rt-thread/libcpu/arm/cortex-m3/context_iar.S
;/* ; * Copyright (c) 2006-2018, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2009-01-17 Bernard first version ; * 2009-09-27 Bernard add protect when contex switch occurs ; * 2013-06-18 aozima add resto...
Aladdin-Wang/MicroBoot_Demo
2,590
STM32F7_APP/rt-thread/libcpu/arm/dm36x/context_rvds.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2011-08-14 weety copy from mini2440 ; */ NOINT EQU 0xc0 ; disable interrupt in psr AREA |.text|, CODE, READONLY, ALIGN=2 ARM ...
Aladdin-Wang/MicroBoot_Demo
2,277
STM32F7_APP/rt-thread/libcpu/arm/dm36x/context_gcc.S
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2011-01-13 weety */ /*! * \addtogroup DM36X */ /*@{*/ #define NOINT 0xc0 /* * rt_base_t rt_hw_interrupt_disable(); */ .globl rt_hw_interrup...
Aladdin-Wang/MicroBoot_Demo
3,181
STM32F7_APP/rt-thread/libcpu/arm/cortex-a/cp15_gcc.S
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2013-07-05 Bernard the first version */ .globl rt_cpu_get_smp_id rt_cpu_get_smp_id: mrc p15, #0, r0, c0, c0, #5 bx lr .globl rt_cpu_...
Aladdin-Wang/MicroBoot_Demo
16,702
STM32F7_APP/rt-thread/libcpu/arm/cortex-a/start_gcc.S
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2013-07-05 Bernard the first version * 2018-11-22 Jesven in the interrupt context, use rt_scheduler_do_irq_switch checks * ...
Aladdin-Wang/MicroBoot_Demo
6,016
STM32F7_APP/rt-thread/libcpu/arm/cortex-a/context_gcc.S
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2013-07-05 Bernard the first version */ #include "rtconfig.h" .section .text, "ax" #ifdef RT_USING_SMP #define rt_hw_interrupt_disable rt_hw_local_ir...
Aladdin-Wang/MicroBoot_Demo
2,589
STM32F7_APP/rt-thread/libcpu/arm/sep4020/context_rvds.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2009-01-20 Bernard first version ; */ NOINT EQU 0xc0 ; disable interrupt in psr AREA |.text|, CODE, READONLY, ALIGN=2 ARM ...
Aladdin-Wang/MicroBoot_Demo
11,690
STM32F7_APP/rt-thread/libcpu/arm/sep4020/start_rvds.S
;============================================================================================== ; star_rvds.s for Keil MDK 4.10 ; ; SEP4020 start up code ; ; Change Logs: ; Date Author Notes ; 2010-03-17 zchong ;=====================================================================================...
Aladdin-Wang/MicroBoot_Demo
2,589
STM32F7_APP/rt-thread/libcpu/arm/s3c44b0/context_rvds.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2009-01-20 Bernard first version ; */ NOINT EQU 0xc0 ; disable interrupt in psr AREA |.text|, CODE, READONLY, ALIGN=2 ARM ...
Aladdin-Wang/MicroBoot_Demo
6,112
STM32F7_APP/rt-thread/libcpu/arm/s3c44b0/start_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2006-09-06 XuXinming first version * 2006-09-20 Bernard clean the code */ /** * @addtogroup S3C44B0 */ /*@{*/ .section .init, "ax" .code 32...
Aladdin-Wang/MicroBoot_Demo
2,336
STM32F7_APP/rt-thread/libcpu/arm/s3c44b0/context_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2006-09-06 XuXinming first version */ /*! * \addtogroup S3C44B0 */ /*@{*/ #define NOINT 0xc0 /* * rt_base_t rt_hw_interrupt_disable(); *...
Aladdin-Wang/MicroBoot_Demo
43,817
STM32F7_APP/rt-thread/libcpu/arm/s3c44b0/start_rvds.S
;/*****************************************************************************/ ;/* S3C44B0X.S: Startup file for Samsung S3C44B0X */ ;/*****************************************************************************/ ;/* <<< Use Configuration Wizard in Context Menu >>> ...
Aladdin-Wang/MicroBoot_Demo
10,887
STM32F7_APP/rt-thread/libcpu/arm/cortex-m33/context_rvds.S
;/* ;* Copyright (c) 2006-2018, RT-Thread Development Team ;* ;* SPDX-License-Identifier: Apache-2.0 ;* ; * Change Logs: ; * Date Author Notes ; * 2009-01-17 Bernard first version. ; * 2012-01-01 aozima support context switch load/store FPU register. ; * 2013-06-18 aozima ad...
Aladdin-Wang/MicroBoot_Demo
11,337
STM32F7_APP/rt-thread/libcpu/arm/cortex-m33/context_gcc.S
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2009-10-11 Bernard first version * 2012-01-01 aozima support context switch load/store FPU register. * 2013-06-18 aozima add resto...
Aladdin-Wang/MicroBoot_Demo
10,762
STM32F7_APP/rt-thread/libcpu/arm/cortex-m33/context_iar.S
;/* ; * Copyright (c) 2006-2018, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2009-01-17 Bernard first version ; * 2009-09-27 Bernard add protect when contex switch occurs ; * 2012-01-01 aozima support c...
Aladdin-Wang/MicroBoot_Demo
1,658
STM32F7_APP/rt-thread/libcpu/arm/cortex-m33/syscall_rvds.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2019-10-25 tyx first version ; */ AREA |.text|, CODE, READONLY, ALIGN=2 THUMB REQUIRE8 PRESERVE8 IMPORT rt_secure_svc_...
Aladdin-Wang/MicroBoot_Demo
1,570
STM32F7_APP/rt-thread/libcpu/arm/cortex-m33/syscall_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2019-10-25 tyx first version */ .cpu cortex-m4 .syntax unified .thumb .text /* * int tzcall(int id, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t...
Aladdin-Wang/MicroBoot_Demo
1,707
STM32F7_APP/rt-thread/libcpu/arm/cortex-m33/syscall_iar.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2019-10-25 tyx first version ; * 2021-03-26 lxf modify bad instruction ; */ ;/* ; * @addtogroup cortex-m33 ; */ SECTION ...
Aladdin-Wang/MicroBoot_Demo
7,204
STM32F7_APP/rt-thread/libcpu/arm/cortex-m85/context_gcc.S
/* * Copyright (c) 2006-2018, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2009-10-11 Bernard first version * 2012-01-01 aozima support context switch load/store FPU register. * 2013-06-18 aozima add resto...
Aladdin-Wang/MicroBoot_Demo
4,835
STM32F7_APP/rt-thread/libcpu/arm/cortex-r52/cp15_gcc.S
/* * Copyright (c) 2011-2022, Shanghai Real-Thread Electronic Technology Co.,Ltd * * Change Logs: * Date Author Notes * 2022-08-29 RT-Thread first version */ .globl rt_cpu_get_smp_id rt_cpu_get_smp_id: mrc p15, #0, r0, c0, c0, #5 bx lr .globl rt_cpu_vector_set_base rt_cp...
Aladdin-Wang/MicroBoot_Demo
9,508
STM32F7_APP/rt-thread/libcpu/arm/cortex-r52/start_iar.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2024-03-11 Wangyuqiang first version ; */ ;@------------------------------------------------------------------------------- ;@ sys_core.asm ;@ ;@ (c...
Aladdin-Wang/MicroBoot_Demo
13,975
STM32F7_APP/rt-thread/libcpu/arm/cortex-r52/start_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes */ @------------------------------------------------------------------------------- @ sys_core.asm @ @ (c) Texas Instruments 2009-2013, All rights reserved. @ //#...
Aladdin-Wang/MicroBoot_Demo
7,405
STM32F7_APP/rt-thread/libcpu/arm/cortex-r52/context_gcc.S
/* * Copyright (c) 2006-2024, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2024-03-01 Wangyuqiang first version */ /** * @addtogroup cortex-r52 */ /*@{*/ //#include <rtconfig.h> .text .arm .globl rt_thread_switch_int...
Aladdin-Wang/MicroBoot_Demo
7,759
STM32F7_APP/rt-thread/libcpu/arm/cortex-r52/context_iar.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2009-01-20 Bernard first version ; * 2011-07-22 Bernard added thumb mode porting ; * 2013-05-24 Grissiom port to CCS ; * 2013-05-26...
Aladdin-Wang/MicroBoot_Demo
1,072
STM32F7_APP/rt-thread/libcpu/arm/cortex-r52/vector_iar.S
;/* ; * Copyright (c) 2006-2018, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2024-03-11 Wangyuqiang first version ; */ ;@------------------------------------------------------------------------------- ;@ sys_intvecs.asm ;@ ;@...
Aladdin-Wang/MicroBoot_Demo
12,636
STM32F7_APP/rt-thread/libcpu/arm/zynqmp-r5/start_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2020-03-19 WangHuachen first version * 2021-05-11 WangHuachen Added call to Xil_InitializeExistingMPURegConfig to * initi...
Aladdin-Wang/MicroBoot_Demo
2,819
STM32F7_APP/rt-thread/libcpu/arm/zynqmp-r5/context_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2020-03-19 WangHuachen first version */ .section .text, "ax" /* * rt_base_t rt_hw_interrupt_disable(); */ .globl rt_hw_interrupt_disable rt_hw_interrupt...
Aladdin-Wang/MicroBoot_Demo
5,903
STM32F7_APP/rt-thread/libcpu/arm/cortex-m0/context_rvds.S
;/* ; * Copyright (c) 2006-2022, RT-Thread Development Team ; * ; * SPDX-License-Identifier: Apache-2.0 ; * ; * Change Logs: ; * Date Author Notes ; * 2010-01-25 Bernard first version ; * 2012-06-01 aozima set pendsv priority to 0xFF. ; * 2012-08-17 aozima fixed bug: store r...
Aladdin-Wang/MicroBoot_Demo
6,278
STM32F7_APP/rt-thread/libcpu/arm/cortex-m0/context_gcc.S
/* * Copyright (c) 2006-2022, RT-Thread Development Team * * SPDX-License-Identifier: Apache-2.0 * * Change Logs: * Date Author Notes * 2010-01-25 Bernard first version * 2012-06-01 aozima set pendsv priority to 0xFF. * 2012-08-17 aozima fixed bug: store r8 - r11. * 2013-02-2...