repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
alexstanoev/FoxDAC
6,494
firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCR5/Startup/AC5/startup_ARMCR8.s
;/**************************************************************************//** ; * @file startup_ARMCM7.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM7 Device ; * @version V5.4.0 ; * @date 12. December 2018 ; ****************************************************************************...
alexstanoev/FoxDAC
15,248
firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCR5/Startup/AC6/startup.s
/****************************************************************************** * @file startup_ARMCR5.c * @brief Unvalidated Startup File for a Cortex-R5 Device ******************************************************************************/ /* * Copyright (c) 2009-2020 Arm Limited. All rights reserved. * ...
alexstanoev/FoxDAC
14,931
firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCR5/Startup/AC6/old_startup.s
/****************************************************************************** * @file startup_ARMCR5.c * @brief Unvalidated Startup File for a Cortex-R5 Device ******************************************************************************/ /* * Copyright (c) 2009-2020 Arm Limited. All rights reserved. * ...
alexstanoev/FoxDAC
6,494
firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCR52/Startup/AC5/startup_ARMCR8.s
;/**************************************************************************//** ; * @file startup_ARMCM7.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM7 Device ; * @version V5.4.0 ; * @date 12. December 2018 ; ****************************************************************************...
alexstanoev/FoxDAC
18,113
firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCR52/Startup/AC6/startup.s
/****************************************************************************** * @file startup_ARMCR8.c * @brief Unvalidated Startup File for a Cortex-R8 Device ******************************************************************************/ /* * Copyright (c) 2009-2020 Arm Limited. All rights reserved. * ...
alexstanoev/FoxDAC
6,494
firmware/foxdac/CMSIS/DSP/Platforms/IPSS/ARMCM0/Startup/AC5/startup_ARMCM0.s
;/**************************************************************************//** ; * @file startup_ARMCM7.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM7 Device ; * @version V5.4.0 ; * @date 12. December 2018 ; ****************************************************************************...
alexstanoev/FoxDAC
5,727
firmware/foxdac/CMSIS/DSP/Platforms/MPS3/ARMCM33/Startup/AC6/startup_ARMCM33.s
;/**************************************************************************//** ; * @file startup_ARMCM33.s ; * @brief CMSIS Core Device Startup File for ; * ARMCM33 Device ; * @version V5.4.0 ; * @date 12. December 2018 ; **************************************************************************...
alexstanoev/FoxDAC
5,313
firmware/foxdac/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S
;/* ---------------------------------------------------------------------- ; * Project: CMSIS DSP Library ; * Title: arm_bitreversal2.S ; * Description: arm_bitreversal_32 function done in assembly for maximum speed. ; * Called after doing an fft to reorder the output. ; * The f...
alexstanoev/FoxDAC
9,795
firmware/pico-extras/src/common/pico_audio/audio_utils.S
/* * Copyright (c) 2020 Raspberry Pi (Trading) Ltd. * * SPDX-License-Identifier: BSD-3-Clause */ #include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" .syntax unified .cpu cortex-m0plus .thumb #define AUDIO_UPSAMPLE_SCALE_BITS 12 .align 2 .section .time_critical.audio_upsample .global audio_upsamp...
alexstanoev/FoxDAC
12,191
firmware/pico-extras/src/common/platypus/decompress_row.S
#include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" .syntax unified .cpu cortex-m0plus .thumb #ifndef VIDEO_DBI #define FIRST_TEST_SHIFT 16 #define SECOND_TEST_SHIFT 8 #else #define FIRST_TEST_SHIFT 6 #define SECOND_TEST_SHIFT 11 #endif #define r_output r0 #define r_interps r1 #define r_input r2 #def...
alibaba/async_simple
3,725
async_simple/uthread/internal/Linux/aarch64/make_arm64_aapcs_elf_gas.S
/* Copyright Edward Nevill + Oliver Kowalke 2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
4,284
async_simple/uthread/internal/Linux/aarch64/jump_arm64_aapcs_elf_gas.S
/* Copyright Edward Nevill + Oliver Kowalke 2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
4,292
async_simple/uthread/internal/Linux/aarch64/ontop_arm64_aapcs_elf_gas.S
/* Copyright Edward Nevill + Oliver Kowalke 2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
4,158
async_simple/uthread/internal/Linux/riscv64/make_riscv64_sysv_elf_gas.S
/* Copyright andreas-schwab 2019 Copyright Reimar Döffinger 2024 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
5,206
async_simple/uthread/internal/Linux/riscv64/jump_riscv64_sysv_elf_gas.S
/* Copyright andreas-schwab 2019 Copyright Reimar Döffinger 2024 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
5,219
async_simple/uthread/internal/Linux/riscv64/ontop_riscv64_sysv_elf_gas.S
/* Copyright andreas-schwab 2019 Copyright Reimar Döffinger 2024 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
3,406
async_simple/uthread/internal/Linux/x86_64/make_x86_64_sysv_elf_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
alibaba/async_simple
3,493
async_simple/uthread/internal/Linux/x86_64/jump_x86_64_sysv_elf_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
alibaba/async_simple
3,542
async_simple/uthread/internal/Linux/x86_64/ontop_x86_64_sysv_elf_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
alibaba/async_simple
7,871
async_simple/uthread/internal/Linux/ppc64le/ontop_ppc64_sysv_elf_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
7,390
async_simple/uthread/internal/Linux/ppc64le/jump_ppc64_sysv_elf_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
6,252
async_simple/uthread/internal/Linux/ppc64le/make_ppc64_sysv_elf_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
3,540
async_simple/uthread/internal/Darwin/arm64/make_arm64_aapcs_macho_gas.S
/* Copyright Edward Nevill + Oliver Kowalke 2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
4,098
async_simple/uthread/internal/Darwin/arm64/jump_arm64_aapcs_macho_gas.S
/* Copyright Edward Nevill + Oliver Kowalke 2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
4,103
async_simple/uthread/internal/Darwin/arm64/ontop_arm64_aapcs_macho_gas.S
/* Copyright Edward Nevill + Oliver Kowalke 2015 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
alibaba/async_simple
3,239
async_simple/uthread/internal/Darwin/x86_64/make_x86_64_sysv_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
alibaba/async_simple
3,328
async_simple/uthread/internal/Darwin/x86_64/jump_x86_64_sysv_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
alibaba/async_simple
3,374
async_simple/uthread/internal/Darwin/x86_64/ontop_x86_64_sysv_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
alibaba/coobjc
8,503
cocore/coroutine_context.s
// // coroutine_context.s // coobjc // // Copyright © 2018 Alibaba Group Holding Limited All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.a...
alibaba/dexposed
3,267
dexposed_so/dexposed_art/art_quick_dexposed_invoke_handler.S
#include "arch/arm/asm_support_arm.S" .macro SETUP_REF_AND_ARGS_CALLEE_SAVE_FRAME push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves .save {r1-r3, r5-r8, r10-r11, lr} .cfi_rel_offset r1, 0 .cfi_rel_offset r2, 4 .cfi_rel_offset r3, 8 .cfi_rel_offset r5, 12 .cfi_rel_offset r6, 16 ...
alibaba/atlas
42,842
atlas-aapt/external/zlib/src/contrib/inflate86/inffast.S
/* * inffast.S is a hand tuned assembler version of: * * inffast.c -- fast decoding * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h * * Copyright (C) 2003 Chris Anderson <christop@charm.net> * Please use the copyright conditions above. * * This ver...
alibaba/atlas
10,365
atlas-aapt/external/zlib/src/contrib/asm686/match.S
/* match.S -- x86 assembly version of the zlib longest_match() function. * Optimized for the Intel 686 chips (PPro and later). * * Copyright (C) 1998, 2007 Brian Raiter <breadbox@muppetlabs.com> * * This software is provided 'as-is', without any express or implied * warranty. In no event will the author be held ...
alibaba/atlas
15,839
atlas-aapt/external/zlib/src/contrib/gcc_gvmat64/gvmat64.S
/* ;uInt longest_match_x64( ; deflate_state *s, ; IPos cur_match); // current match ; gvmat64.S -- Asm portion of the optimized longest_match for 32 bits x86_64 ; (AMD64 on Athlon 64, Opteron, Phenom ; and Intel EM64T on Pentium 4 with EM64T, Pentium D, Core 2 Duo, Core I5/I7) ;...
alibaba/atlas
12,418
atlas-aapt/external/zlib/src/contrib/amd64/amd64-match.S
/* * match.S -- optimized version of longest_match() * based on the similar work by Gilles Vollant, and Brian Raiter, written 1998 * * This is free software; you can redistribute it and/or modify it * under the terms of the BSD License. Use by owners of Che Guevarra * parafernalia is prohibited, where possible, a...
alibaba/atlas
8,339
atlas-aapt/external/libpng/arm/filter_neon.S
/* filter_neon.S - NEON optimised filter functions * * Copyright (c) 2014 Glenn Randers-Pehrson * Written by Mans Rullgard, 2011. * Last changed in libpng 1.6.16 [December 22, 2014] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer * and license in...
alibaba/atlas
8,374
atlas-aapt/external/compiler-rt/lib/tsan/rtl/tsan_rtl_ppc64.S
#include "tsan_ppc_regs.h" .section .text .hidden __tsan_setjmp .globl _setjmp .type _setjmp, @function .align 4 #if _CALL_ELF == 2 _setjmp: #else .section ".opd","aw" .align 3 _setjmp: .quad .L._setjmp,.TOC.@tocbase,0 .previous #endif .L._setjmp: mflr r0 ...
alibaba/atlas
4,688
atlas-aapt/external/compiler-rt/lib/tsan/rtl/tsan_rtl_aarch64.S
#include "sanitizer_common/sanitizer_asm.h" .section .text .hidden __tsan_setjmp .comm _ZN14__interception11real_setjmpE,8,8 .type setjmp, @function setjmp: CFI_STARTPROC // save env parameters for function call stp x29, x30, [sp, -32]! CFI_DEF_CFA_OFFSET (32) CFI_OFFSET (29, -32) CFI_OFFSET (30, -24)...
alibaba/atlas
8,471
atlas-aapt/external/compiler-rt/lib/tsan/rtl/tsan_rtl_amd64.S
#include "sanitizer_common/sanitizer_asm.h" #if !defined(__APPLE__) .section .text #else .section __TEXT,__text #endif ASM_HIDDEN(__tsan_trace_switch) .globl ASM_TSAN_SYMBOL(__tsan_trace_switch_thunk) ASM_TSAN_SYMBOL(__tsan_trace_switch_thunk): CFI_STARTPROC # Save scratch registers. push %rax CFI_ADJUST_CFA_O...
alibaba/atlas
1,875
atlas-aapt/external/compiler-rt/lib/builtins/i386/ashrdi3.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // di_int __ashrdi3(di_int input, int count); #ifdef __i386__ #ifdef __SSE2__ .text .balign 4 DEFINE_COMPILERRT_FUNCTION(__ashrdi3) movd 12(%esp), %xmm2 // Lo...
alibaba/atlas
3,527
atlas-aapt/external/compiler-rt/lib/builtins/i386/udivdi3.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // du_int __udivdi3(du_int a, du_int b); // result = a / b. // both inputs and the output are 64-bit unsigned integers. // This will do whatever the underlying har...
alibaba/atlas
1,738
atlas-aapt/external/compiler-rt/lib/builtins/i386/lshrdi3.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // di_int __lshrdi3(di_int input, int count); // This routine has some extra memory traffic, loading the 64-bit input via two // 32-bit loads, then immediately sto...
alibaba/atlas
5,068
atlas-aapt/external/compiler-rt/lib/builtins/i386/divdi3.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // di_int __divdi3(di_int a, di_int b); // result = a / b. // both inputs and the output are 64-bit signed integers. // This will do whatever the underlying hardwa...
alibaba/atlas
1,730
atlas-aapt/external/compiler-rt/lib/builtins/i386/ashldi3.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // di_int __ashldi3(di_int input, int count); // This routine has some extra memory traffic, loading the 64-bit input via two // 32-bit loads, then immediately sto...
alibaba/atlas
3,749
atlas-aapt/external/compiler-rt/lib/builtins/i386/umoddi3.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // du_int __umoddi3(du_int a, du_int b); // result = remainder of a / b. // both inputs and the output are 64-bit unsigned integers. // This will do whatever the u...
alibaba/atlas
2,656
atlas-aapt/external/compiler-rt/lib/builtins/i386/floatundisf.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // float __floatundisf(du_int a); // Note that there is a hardware instruction, fildll, that does most of what // this function needs to do. However, because of o...
alibaba/atlas
1,367
atlas-aapt/external/compiler-rt/lib/builtins/i386/floatundidf.S
//===-- floatundidf.S - Implement __floatundidf for i386 ------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
5,139
atlas-aapt/external/compiler-rt/lib/builtins/i386/moddi3.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // di_int __moddi3(di_int a, di_int b); // result = remainder of a / b. // both inputs and the output are 64-bit signed integers. // This will do whatever the unde...
alibaba/atlas
1,344
atlas-aapt/external/compiler-rt/lib/builtins/i386/chkstk2.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" #ifdef __i386__ // _chkstk (_alloca) routine - probe stack between %esp and (%esp-%eax) in 4k increments, // then decrement %esp by %eax. Preserves all registers ...
alibaba/atlas
1,319
atlas-aapt/external/compiler-rt/lib/builtins/ppc/saveFP.S
//===-- saveFP.S - Implement saveFP ---------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
1,438
atlas-aapt/external/compiler-rt/lib/builtins/ppc/restFP.S
//===-- restFP.S - Implement restFP ---------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
3,421
atlas-aapt/external/compiler-rt/lib/builtins/arm/umodsi3.S
/*===-- umodsi3.S - 32-bit unsigned integer modulus -----------------------===// * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * *===----------------------------------------...
alibaba/atlas
1,911
atlas-aapt/external/compiler-rt/lib/builtins/arm/switch32.S
//===-- switch.S - Implement switch* --------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
1,747
atlas-aapt/external/compiler-rt/lib/builtins/arm/switchu8.S
//===-- switch.S - Implement switch* --------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
3,593
atlas-aapt/external/compiler-rt/lib/builtins/arm/udivsi3.S
/*===-- udivsi3.S - 32-bit unsigned integer divide ------------------------===// * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * *===----------------------------------------...
alibaba/atlas
1,921
atlas-aapt/external/compiler-rt/lib/builtins/arm/divsi3.S
/*===-- divsi3.S - 32-bit signed integer divide ---------------------------===// * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * *===----------------------------------------...
alibaba/atlas
1,812
atlas-aapt/external/compiler-rt/lib/builtins/arm/clzsi2.S
/* ===-- clzsi2.c - Implement __clzsi2 -------------------------------------=== * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * * ===----------------------------------------------...
alibaba/atlas
2,148
atlas-aapt/external/compiler-rt/lib/builtins/arm/aeabi_cfcmp.S
//===-- aeabi_cfcmp.S - EABI cfcmp* implementation ------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
2,238
atlas-aapt/external/compiler-rt/lib/builtins/arm/aeabi_cdcmp.S
//===-- aeabi_cdcmp.S - EABI cdcmp* implementation ------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
2,107
atlas-aapt/external/compiler-rt/lib/builtins/arm/clzdi2.S
/* ===-- clzdi2.c - Implement __clzdi2 -------------------------------------=== * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * * ===----------------------------------------------...
alibaba/atlas
1,536
atlas-aapt/external/compiler-rt/lib/builtins/arm/aeabi_dcmp.S
//===-- aeabi_dcmp.S - EABI dcmp* implementation ---------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------------...
alibaba/atlas
1,226
atlas-aapt/external/compiler-rt/lib/builtins/arm/restore_vfp_d8_d15_regs.S
//===-- save_restore_regs.S - Implement save/restore* ---------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
1,219
atlas-aapt/external/compiler-rt/lib/builtins/arm/save_vfp_d8_d15_regs.S
//===-- save_restore_regs.S - Implement save/restore* ---------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
5,474
atlas-aapt/external/compiler-rt/lib/builtins/arm/comparesf2.S
//===-- comparesf2.S - Implement single-precision soft-float comparisons --===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
2,193
atlas-aapt/external/compiler-rt/lib/builtins/arm/divmodsi4.S
/*===-- divmodsi4.S - 32-bit signed integer divide and modulus ------------===// * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * *===----------------------------------------...
alibaba/atlas
1,133
atlas-aapt/external/compiler-rt/lib/builtins/arm/aeabi_memset.S
//===-- aeabi_memset.S - EABI memset implementation -----------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
3,953
atlas-aapt/external/compiler-rt/lib/builtins/arm/udivmodsi4.S
/*===-- udivmodsi4.S - 32-bit unsigned integer divide and modulus ---------===// * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * *===----------------------------------------...
alibaba/atlas
1,169
atlas-aapt/external/compiler-rt/lib/builtins/arm/bswapdi2.S
//===------- bswapdi2 - Implement bswapdi2 --------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
1,909
atlas-aapt/external/compiler-rt/lib/builtins/arm/switch16.S
//===-- switch.S - Implement switch* --------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
1,811
atlas-aapt/external/compiler-rt/lib/builtins/arm/modsi3.S
/*===-- modsi3.S - 32-bit signed integer modulus --------------------------===// * * The LLVM Compiler Infrastructure * * This file is dual licensed under the MIT and the University of Illinois Open * Source Licenses. See LICENSE.TXT for details. * *===----------------------------------------...
alibaba/atlas
1,750
atlas-aapt/external/compiler-rt/lib/builtins/arm/switch8.S
//===-- switch.S - Implement switch* --------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
1,534
atlas-aapt/external/compiler-rt/lib/builtins/arm/aeabi_fcmp.S
//===-- aeabi_fcmp.S - EABI fcmp* implementation ---------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===---------------------------------------...
alibaba/atlas
1,433
atlas-aapt/external/compiler-rt/lib/builtins/x86_64/floatundixf.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" // long double __floatundixf(du_int a); #ifdef __x86_64__ CONST_SECTION .balign 16 twop64: .quad 0x43f0000000000000 #define REL_ADDR(_a) (_a)(%rip) .text ...
alibaba/atlas
1,316
atlas-aapt/external/compiler-rt/lib/builtins/x86_64/floatundidf.S
//===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
alibaba/atlas
1,421
atlas-aapt/external/compiler-rt/lib/builtins/x86_64/chkstk2.S
// This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. #include "../assembly.h" #ifdef __x86_64__ // _chkstk (_alloca) routine - probe stack between %rsp and (%rsp-%rax) in 4k increments, // then decrement %rsp by %rax. Preserves all register...
alibaba/atlas
5,667
atlas-aapt/system/core/libcutils/arch-arm64/android_memset.S
/* Copyright (c) 2012, Linaro Limited All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of condit...
alibaba/atlas
2,759
atlas-aapt/system/core/libcutils/arch-arm/memset32.S
/* * Copyright (C) 2006 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
alibaba/atlas
18,366
atlas-aapt/system/core/libcutils/arch-x86/android_memset16.S
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
alibaba/atlas
12,706
atlas-aapt/system/core/libcutils/arch-x86/android_memset32.S
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
alibaba/atlas
15,549
atlas-aapt/system/core/libcutils/arch-x86_64/android_memset16.S
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
alibaba/atlas
9,859
atlas-aapt/system/core/libcutils/arch-x86_64/android_memset32.S
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
alibaba-damo-academy/RynnRCP
6,496
common/third_party/openssl-3.2.0/crypto/ia64cpuid.S
// Copyright 2004-2017 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the Apache License 2.0 (the "License"). You may not use // this file except in compliance with the License. You can obtain a copy // in the file LICENSE in the source distribution or at // https://www.openssl.org/source/lice...
alibaba-damo-academy/RynnRCP
12,288
common/third_party/openssl-3.2.0/crypto/sparccpuid.S
! Copyright 2005-2016 The OpenSSL Project Authors. All Rights Reserved. ! ! Licensed under the Apache License 2.0 (the "License"). You may not use ! this file except in compliance with the License. You can obtain a copy ! in the file LICENSE in the source distribution or at ! https://www.openssl.org/source/license.ht...
alibaba-damo-academy/RynnRCP
8,485
common/third_party/openssl-3.2.0/crypto/poly1305/asm/poly1305-ia64.S
// ==================================================================== // Written by Andy Polyakov, @dot-asm, initially for use in the OpenSSL // project. // ==================================================================== // // Poly1305 for Itanium. // // January 2019 // // Performance was reported to be ~2.1 cyc...
alibaba-damo-academy/RynnRCP
28,328
common/third_party/openssl-3.2.0/crypto/bn/asm/sparcv8.S
.ident "sparcv8.s, Version 1.4" .ident "SPARC v8 ISA artwork by Andy Polyakov <appro@openssl.org>" /* * ==================================================================== * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You may no...
alibaba-damo-academy/RynnRCP
45,641
common/third_party/openssl-3.2.0/crypto/bn/asm/ia64.S
.explicit .text .ident "ia64.S, Version 2.1" .ident "IA-64 ISA artwork by Andy Polyakov <appro@openssl.org>" // Copyright 2001-2018 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the Apache License 2.0 (the "License"). You may not use // this file except in compliance with the License. You ca...
alibaba-damo-academy/RynnRCP
33,214
common/third_party/openssl-3.2.0/crypto/bn/asm/sparcv8plus.S
.ident "sparcv8plus.s, Version 1.4" .ident "SPARC v9 ISA artwork by Andy Polyakov <appro@openssl.org>" /* * ==================================================================== * Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the Apache License 2.0 (the "License"). You ma...
alibaba-damo-academy/RynnRCP
13,354
common/third_party/openssl-3.2.0/crypto/bn/asm/s390x.S
.ident "s390x.S, version 1.1" // ==================================================================== // Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the Apache License 2.0 (the "License"). You may not use // this file except in compliance with the License. You can obtain...
alibaba-damo-academy/RynnRCP
41,611
common/third_party/openssl-3.2.0/crypto/aes/asm/aes-ia64.S
// Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under the Apache License 2.0 (the "License"). You may not use // this file except in compliance with the License. You can obtain a copy // in the file LICENSE in the source distribution or at // https://www.openssl.org/source/lice...
alibaba/MNN
4,795
backupcode/cpubackend/_AVX512_MNNGemmFloatUnit1x8.S
// // _AVX512_MNNGemmFloatUnit1x8.S // MNN // // Created by MNN on 2020/05/22. // Copyright © 2018, Alibaba Group Holding Limited // #include "../MNNAsmGlobal.h" .text .align 4 asm_function _AVX512_MNNGemmFloatUnit1x8 //void _AVX512_MNNGemmFloatUnit1x8(float* C, const float* A, const float* B, const size_t* param...
alibaba/MNN
3,368
backupcode/cpubackend/arm/arm32/bf16/MNNUnPackC4_BF16.S
// // NEON_MNNUnPackC4_BF16.S // MNN // // Created by MNN on 2021/02/24. // Copyright © 2018-2021 Alibaba Group Holding Limited. // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 // .macro transpose // vtrn.16 d0, d1 // vtrn.16 d2, d3 // vswp d0[2-3], d1[2-3] // should swap high half...
alibaba/MNN
3,394
backupcode/cpubackend/arm/arm32/bf16/MNNPackC4_BF16.S
// // MNNPackC4_BF16.S // MNN // // Created by MNN on 2021/02/26. // Copyright © 2018-2021 Alibaba Group Holding Limited // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 // .macro transpose // vtrn.16 d0, d1 // vtrn.16 d2, d3 // vswp d0[2-3], d1[2-3] // should swap high half of d...
alibaba/MNN
4,756
backupcode/cpubackend/arm/arm32/bf16/MNNPackC4ForMatMul_A_BF16.S
// // NEON_MNNPackC4ForMatMul_A_BF16.S // MNN // // Created by MNN on 2021/02/21. // Copyright © 2018-2021 Alibaba Group Holding Limited // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 asm_function NEON_MNNPackC4ForMatMul_A_BF16 // treate float pointer as int16_t* //void NEON_MNNPac...
alibaba/MNN
1,521
backupcode/cpubackend/arm/arm32/bf16/MNNReluWithSlopeChannelBF16.S
// // MNNReluWithSlopeChannelBF16.S // MNN // // Created by MNN on 2022/06/23. // Copyright © 2018, Alibaba Group Holding Limited // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 asm_function MNNReluWithSlopeChannelBF16 //void MNNReluWithSlopeChannel(float* dst, const float* src, co...
alibaba/MNN
2,899
backupcode/cpubackend/arm/arm32/bf16/MNNGelu_BF16.S
// // MNNGelu.S // MNN // // Created by MNN on 2023/2/27. // Copyright © 2018, Alibaba Group Holding Limited // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 asm_function NEON_MNNGelu_BF16 //void NEON_MNNGelu_BF16(int16_t* dst, const int16_t* src, size_t size, float* parameters); /...
alibaba/MNN
5,741
backupcode/cpubackend/arm/arm32/bf16/MNNPackedMatMul_BF16.S
// // NEON_MNNPackedMatMul_BF16.S // MNN // // Created by MNN on 2021/02/24. // Copyright © 2018-2021 Alibaba Group Holding Limited. // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 // 12 * 8 MatMul asm_function NEON_MNNPackedMatMul_BF16 // treate float pointer as int16_t* //void NE...
alibaba/MNN
5,108
backupcode/cpubackend/arm/arm32/bf16/MNNConvRunForLineDepthwise_BF16.S
// // NEON_MNNConvRunForLineDepthwise_BF16.S // MNN // // Created by MNN on 2021/03/09. // Copyright © 2018-2021 Alibaba Group Holding Limited // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 asm_function NEON_MNNConvRunForLineDepthwise_BF16 //void NEON_MNNConvRunForLineDepthwise_B...
alibaba/MNN
1,165
backupcode/cpubackend/arm/arm32/bf16/MNNAxByClampBroadcastC4_BF16.S
// // NEON_MNNAxByClampBroadcastC4_BF16.S // MNN // // Created by MNN on 2021/03/09. // Copyright © 2018-2021 Alibaba Group Holding Limited // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 asm_function NEON_MNNAxByClampBroadcastC4_BF16 //void NEON_MNNAxByClampBroadcastC4_BF16(float...
alibaba/MNN
4,124
backupcode/cpubackend/arm/arm32/bf16/MNNPackedMatMulRemain_BF16.S
// // NEON_MNNPackedMatMulRemain_BF16.S // MNN // // Created by MNN on 2021/02/24. // Copyright © 2018-2021 Alibaba Group Holding Limited. // #ifdef __arm__ #ifndef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 // 12 * 8 MatMul asm_function NEON_MNNPackedMatMulRemain_BF16 // treate float pointer as int16_...
alibaba/MNN
3,258
backupcode/cpubackend/arm/arm64/bf16/MNNUnPackC4_BF16.S
// // NEON_MNNUnPackC4_BF16.S // MNN // // Created by MNN on 2019/02/02. // Copyright © 2018, Alibaba Group Holding Limited // #ifdef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 asm_function NEON_MNNUnpackC4_BF16 // treate float pointer as int16_t* //void NEON_MNNUnpackC4_BF16(float* dst, const float* s...
alibaba/MNN
10,082
backupcode/cpubackend/arm/arm64/bf16/ARMV86_MNNPackedMatMul_BF16.S
// // ARMV86_MNNPackedMatMul_BF16.S // MNN // // Created by MNN on 2022/10/09. // Copyright © 2018-2021 Alibaba Group Holding Limited // #ifdef __aarch64__ #include "MNNAsmGlobal.h" .text .align 5 .macro SET_ZERO d0, d1, d2, d3 movi \d0\().4s, #0 movi \d1\().4s, #0 movi \d2\().4s, #0 movi \d3\()....