repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
genetel200/u-boot | 1,257 | arch/arm/cpu/armv7/smccc-call.S | /* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2015, Linaro Limited
*/
#include <linux/linkage.h>
#include <asm/opcodes-sec.h>
#include <asm/opcodes-virt.h>
#ifdef CONFIG_EFI_LOADER
.section .text.efi_runtime
#endif
#define UNWIND(x...)
/*
* Wrap c macros in asm macros to delay expansion until after... |
genetel200/u-boot | 9,096 | arch/arm/cpu/armv7/psci.S | /*
* Copyright (C) 2013,2014 - ARM Ltd
* Author: Marc Zyngier <marc.zyngier@arm.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* This program is distributed in the ho... |
genetel200/u-boot | 2,808 | arch/arm/cpu/arm926ejs/start.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* armboot - Startup Code for ARM926EJS CPU-core
*
* Copyright (c) 2003 Texas Instruments
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
* Copyrig... |
genetel200/u-boot | 2,525 | arch/arm/cpu/sa1100/start.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* armboot - Startup Code for SA1100 CPU
*
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
* Copyright (C) 2000 Wolfgang Denk <wd@denx.de>
* Copyright (c) 2001 Alex Züpke <azu@sysgo.de>
*/
#inclu... |
genetel200/u-boot | 10,486 | arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Low-level initialization for EP93xx
*
* Copyright (C) 2009 Matthias Kaehlcke <matthias@kaehlcke.net>
* Copyright (C) 2013
* Sergey Kostanabev <sergey.kostanbaev <at> fairwaves.ru>
*
* Copyright (C) 2006 Dominic Rath <Dominic.Rath@gmx.de>
* Copyright (C) 2006 Cirrus L... |
genetel200/u-boot | 12,413 | arch/arm/cpu/armv8/fsl-layerscape/lowlevel.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2014-2015 Freescale Semiconductor
* Copyright 2019 NXP
*
* Extracted from armv8/start.S
*/
#include <config.h>
#include <linux/linkage.h>
#include <asm/gic.h>
#include <asm/macro.h>
#include <asm/arch-fsl-layerscape/soc.h>
#ifdef CONFIG_MP
#include <asm/a... |
genetel200/u-boot | 5,253 | arch/arm/cpu/armv7/ls102xa/psci.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright 2015 Freescale Semiconductor, Inc.
* Author: Wang Dongsheng <dongsheng.wang@freescale.com>
*/
#include <config.h>
#include <linux/linkage.h>
#include <asm/armv7.h>
#include <asm/arch-armv7/generictimer.h>
#include <asm/psci.h>
#define RCPM_TWAITSR 0x04C
#de... |
genetel200/u-boot | 1,892 | arch/arm/cpu/arm926ejs/mx27/relocate.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* relocate - i.MX27-specific vector relocation
*
* Copyright (c) 2013 Albert ARIBAUD <albert.u.boot@aribaud.net>
*/
#include <asm-offsets.h>
#include <config.h>
#include <linux/linkage.h>
/*
* The i.MX27 SoC is very specific with respect to exceptions: it
* does not... |
genetel200/u-boot | 2,810 | arch/arm/cpu/arm926ejs/mxs/start.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* armboot - Startup Code for ARM926EJS CPU-core
*
* Copyright (c) 2003 Texas Instruments
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
* Copyright (c) 2001 Marius Groger <mag@sysgo.de>
* Copyright (c) 2002 Alex Zupke <azu@sysgo.de>
* Copyrig... |
genetel200/u-boot | 1,963 | arch/arm/cpu/arm926ejs/spear/start.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* armboot - Startup Code for ARM926EJS CPU-core
*
* Copyright (c) 2003 Texas Instruments
*
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
*
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
* Copyrig... |
genetel200/u-boot | 2,744 | arch/arm/cpu/arm926ejs/spear/spr_lowlevel_init.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2006
* Vipin Kumar, ST Micoelectronics, vipin.kumar@st.com.
*/
#include <config.h>
/*
* platform specific initializations are already done in Xloader
* Initializations already done include
* DDR, PLLs, IP's clock enable and reset release etc
*/
.globl ... |
genetel200/u-boot | 3,020 | arch/arc/lib/start.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*/
#include <asm-offsets.h>
#include <config.h>
#include <linux/linkage.h>
#include <asm/arcregs.h>
ENTRY(_start)
/* Setup interrupt vector base that matches "__text_start" */
sr __ivt_start, [ARC_AUX_INTR_VEC... |
genetel200/u-boot | 2,919 | arch/arc/lib/ints_low.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
*/
#include <linux/linkage.h>
/*
* Note on the LD/ST addressing modes with address register write-back
*
* LD.a same as LD.aw
*
* LD.a reg1, [reg2, x] => Pre Incr
* Eff Addr for load = [reg2 + x]
... |
genetel200/u-boot | 5,541 | arch/arc/lib/_millicodethunk.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 1995, 1997, 2007-2013 Free Software Foundation, Inc.
*/
/* ANSI concatenation macros. */
#define CONCAT1(a, b) CONCAT2(a, b)
#define CONCAT2(a, b) a ## b
/* Use the right prefix for global labels. */
#define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x... |
genetel200/u-boot | 1,067 | arch/arc/cpu/arcv2/ivt.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
*/
.section .ivt, "a",@progbits
.align 4
/* Critical system events */
.word _start /* 0x00 - Reset */
.word memory_error /* 0x01 - Memory Error */
.word instruction_error /* 0x02 - Instruction Error */
/* E... |
genetel200/u-boot | 6,657 | arch/x86/lib/bios_asm.S | /* SPDX-License-Identifier: GPL-2.0 */
/*
* From coreboot x86_asm.S, cleaned up substantially
*
* Copyright (C) 2009-2010 coresystems GmbH
*/
#include <asm/processor.h>
#include <asm/processor-flags.h>
#include "bios.h"
#define SEG(segment) $segment * X86_GDT_ENTRY_SIZE
/*
* This is the interrupt handler stub c... |
genetel200/u-boot | 1,040 | arch/x86/lib/crt0_ia32_efi.S | /* SPDX-License-Identifier: BSD-3-Clause */
/*
* crt0-efi-ia32.S - x86 EFI startup code.
*
* Copyright (C) 1999 Hewlett-Packard Co.
* Contributed by David Mosberger <davidm@hpl.hp.com>.
* All rights reserved.
*/
.text
.align 4
.globl _start
_start:
pushl %ebp
movl %esp,%ebp
pushl 12(%ebp) # copy "image... |
genetel200/u-boot | 7,033 | arch/x86/cpu/start.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* U-Boot - x86 Startup Code
*
* (C) Copyright 2008-2011
* Graeme Russ, <graeme.russ@gmail.com>
*
* (C) Copyright 2002
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
*/
#include <config.h>
#include <asm/global_data.h>
#include <asm/post.h>
#include <asm/proce... |
genetel200/u-boot | 1,240 | arch/x86/cpu/call32.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2015 Google, Inc
* Written by Simon Glass <sjg@chromium.org>
*/
#include <asm/global_data.h>
#include <asm/msr-index.h>
#include <asm/processor-flags.h>
/*
* rdi - 32-bit code segment selector
* rsi - target address
* rdx - table address (0 if none)... |
genetel200/u-boot | 4,514 | arch/x86/cpu/sipi_vector.S | /* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2015 Google, Inc
*
* Taken from coreboot file of the same name
*/
/*
* The SIPI vector is responsible for initializing the APs in the sytem. It
* loads microcode, sets up MSRs, and enables caching before calling into
* C code
*/
#include <asm/global_da... |
genetel200/u-boot | 3,004 | arch/x86/cpu/start16.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* U-Boot - x86 Startup Code
*
* (C) Copyright 2008-2011
* Graeme Russ, <graeme.russ@gmail.com>
*
* (C) Copyright 2002,2003
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
*/
#include <asm/global_data.h>
#include <asm/processor-flags.h>
#define BOOT_SEG 0xfff... |
genetel200/u-boot | 1,665 | arch/x86/cpu/wakeup.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2017, Bin Meng <bmeng.cn@gmail.com>
*
* From coreboot src/arch/x86/wakeup.S
*/
#include <asm/acpi_s3.h>
#include <asm/processor.h>
#include <asm/processor-flags.h>
#define RELOCATED(x) ((x) - __wakeup + WAKEUP_BASE)
#define CODE_SEG (X86_GDT_ENTRY_16BIT_... |
genetel200/u-boot | 2,531 | arch/x86/lib/fsp/fsp_car.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2014, Bin Meng <bmeng.cn@gmail.com>
*/
#include <config.h>
#include <asm/post.h>
.globl car_init
car_init:
/*
* Note: ebp holds the BIST value (built-in self test) so far, but ebp
* will be destroyed through the FSP call, thus we have to test the
* B... |
genetel200/u-boot | 2,245 | arch/x86/cpu/i386/call64.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* (C) Copyright 2014 Google, Inc
* Copyright (C) 1991, 1992, 1993 Linus Torvalds
*
* Parts of this copied from Linux arch/x86/boot/compressed/head_64.S
*/
#include <asm/global_data.h>
#include <asm/msr-index.h>
#include <asm/processor-flags.h>
.code32
.globl cpu_call64... |
genetel200/u-boot | 1,139 | arch/x86/cpu/i386/setjmp.S | /* SPDX-License-Identifier: GPL-2.0 */
/*
* Written by H. Peter Anvin <hpa@zytor.com>
* Brought in from Linux v4.4 and modified for U-Boot
* From Linux arch/um/sys-i386/setjmp.S
*/
#define _REGPARM
/*
* The jmp_buf is assumed to contain the following, in order:
* %ebx
* %esp
* %ebp
* %esi
* %edi
* <return ... |
genetel200/u-boot | 5,618 | arch/x86/cpu/intel_common/car.S | /* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright (c) 2014 Google, Inc
*
* From Coreboot file cpu/intel/model_206ax/cache_as_ram.inc
*
* Copyright (C) 2000,2007 Ronald G. Minnich <rminnich@gmail.com>
* Copyright (C) 2005 Tyan (written by Yinghai Lu for Tyan)
* Copyright (C) 2007-2008 coresystems GmbH
* Copy... |
genetel200/u-boot | 2,247 | arch/x86/cpu/quark/car.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2015, Bin Meng <bmeng.cn@gmail.com>
*/
#include <config.h>
#include <asm/pci.h>
#include <asm/post.h>
#include <asm/arch/quark.h>
#include <asm/arch/msg_port.h>
.globl car_init
car_init:
post_code(POST_CAR_START)
/*
* Quark SoC contains an embedded 512... |
genetel200/u-boot | 4,834 | post/lib_powerpc/asm.S | /* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2002 Wolfgang Denk <wd@denx.de>
*/
#include <config.h>
#include <post.h>
#include <ppc_asm.tmpl>
#include <ppc_defs.h>
#include <asm/cache.h>
#if CONFIG_POST & CONFIG_SYS_POST_CPU
/* void cpu_post_exec_02 (ulong *code, ulong op1, ulong op2); */
.global ... |
geobitus/m328p_sin_pwm | 1,384 | reg_init.s | void reg_init()
{
asm(
"cli \n"
"in r24, 0x34 \n"
"andi r24, 0xF7 \n"
"out 0x34, r24 \n"
"ldi r30, 0x60 \n"
"ldi r31, 0x00 \n"
"ld r24, Z \n"
"ori r24, 0x18 \n"
"st Z, r24 \n"
"st Z, r1 \n"
"in r24, 0x04 \n"
"or... |
georgevio/IoT-Embedded | 1,818 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/addc/float/dspm_addc_f32_ae32.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dspm_addc_platform.h"
#if (dspm_addc_f32_ae32_enabled == 1)
// This is an add function for sub-matrices for ESP32 processor
.text
.align 4
.global dspm_addc_f32_ae32
.type ... |
georgevio/IoT-Embedded | 1,892 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_3x3x1_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 3,043 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_f32_arp4.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 6,777 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_ex_f32_aes3.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dspm_mult_platform.h"
#if (dspm_mult_f32_aes3_enabled == 1)
// This is matrix multiplication function for ESP32S3 processor.
.text
.align 4
.global dspm_mult_ex_f32_aes3
.g... |
georgevio/IoT-Embedded | 4,782 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_f32_aes3.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,580 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_ex_f32_ae32.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dspm_mult_platform.h"
#if (dspm_mult_f32_ae32_enabled == 1)
#include "dsps_dotprode_f32_m_ae32.S"
// This is matrix multiplication function for ESP32 processor.
.text
.align 4
... |
georgevio/IoT-Embedded | 3,319 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_ex_f32_arp4.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,126 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_3x3x3_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,678 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,905 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_4x4x1_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,204 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/float/dspm_mult_4x4x4_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,366 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/fixed/dspm_mult_s16_m_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 4,361 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/fixed/dspm_mult_s16_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 3,691 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/fixed/dspm_mult_s16_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 2,322 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/fixed/dspm_mult_s16_m_ae32_vector.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 4,887 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mul/fixed/dspm_mult_s16_aes3.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,818 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/mulc/float/dspm_mulc_f32_ae32.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dspm_mulc_platform.h"
#if (dspm_mulc_f32_ae32_enabled == 1)
// This is a mul function for sub-matrices for ESP32 processor
.text
.align 4
.global dspm_mulc_f32_ae32
.type d... |
georgevio/IoT-Embedded | 2,133 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/sub/float/dspm_sub_f32_ae32.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dspm_sub_platform.h"
#if (dspm_sub_f32_ae32_enabled == 1)
// This is an sub function for sub-matrices for ESP32 processor
.text
.align 4
.global dspm_sub_f32_ae32
.type dsp... |
georgevio/IoT-Embedded | 2,133 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/matrix/add/float/dspm_add_f32_ae32.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dspm_add_platform.h"
#if (dspm_add_f32_ae32_enabled == 1)
// This is an add function for sub-matrices for ESP32 processor
.text
.align 4
.global dspm_add_f32_ae32
.type dsp... |
georgevio/IoT-Embedded | 5,412 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/support/cplx_gen/dsps_cplx_gen.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_cplx_gen_platform.h"
#if (dsps_cplx_gen_aes3_enbled || dsps_cplx_gen_ae32_enbled)
// This is a Complex signal generator for ESP32 processor.
.text
.align 4
.global dsps_cplx... |
georgevio/IoT-Embedded | 13,626 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/support/mem/esp32s3/dsps_memset_aes3.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_mem_platform.h"
#if dsps_mem_aes3_enbled
// This is memory access for ESP32S3 processor.
.text
.align 4
.global dsps_memset_aes3
.type dsps_memset_aes3,@function
// Th... |
georgevio/IoT-Embedded | 20,165 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/support/mem/esp32s3/dsps_memcpy_aes3.S | /*
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_mem_platform.h"
#if dsps_mem_aes3_enbled
// This is memory access for ESP32S3 processor.
.text
.align 4
.global dsps_memcpy_aes3
.type dsps_memcpy_aes3,@function
// Th... |
georgevio/IoT-Embedded | 2,417 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/iir/biquad/dsps_biquad_f32_aes3.S | // Copyright 2025 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 3,677 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/iir/biquad/dsps_biquad_sf32_arp4.S | // Copyright 2018-2025 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,814 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/iir/biquad/dsps_biquad_sf32_ae32.S | // Copyright 2018-2025 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,309 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/iir/biquad/dsps_biquad_f32_ae32.S | // Copyright 2018-2025 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,625 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/iir/biquad/dsps_biquad_f32_arp4.S | // Copyright 2018-2025 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,699 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/float/dsps_bit_rev_lookup_fc32_aes3.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 3,655 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/float/dsps_fft2r_fc32_aes3_.S | /*
* SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD
* SPDX-FileContributor: 2024 f4lcOn @ Libera Chat IRC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_fft2r_platform.h"
#if (dsps_fft2r_fc32_aes3_enabled == 1)
.text
.align 4
.global dsps_fft2r_fc32_aes3_
.type dsps_fft2r... |
georgevio/IoT-Embedded | 7,652 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/float/dsps_fft4r_fc32_aes3_.S | /*
* SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD
* SPDX-FileContributor: 2024 f4lcOn @ Libera Chat IRC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsp_err_codes.h"
#include "dsps_fft4r_platform.h"
#if (dsps_fft4r_fc32_aes3_enabled == 1)
.section .text
.global dsps_fft4r_fc... |
georgevio/IoT-Embedded | 3,678 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/float/dsps_fft2r_fc32_ae32_.S | /*
* SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD
* SPDX-FileContributor: 2024 f4lcOn @ Libera Chat IRC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_fft2r_platform.h"
#if (dsps_fft2r_fc32_ae32_enabled == 1)
.text
.align 4
.global dsps_fft2r_fc32_ae32_
.type dsps_fft2... |
georgevio/IoT-Embedded | 6,414 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/float/dsps_fft4r_fc32_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 7,631 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/float/dsps_fft4r_fc32_ae32_.S | /*
* SPDX-FileCopyrightText: 2018-2025 Espressif Systems (Shanghai) CO LTD
* SPDX-FileContributor: 2024 f4lcOn @ Libera Chat IRC
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsp_err_codes.h"
#include "dsps_fft4r_platform.h"
#if (dsps_fft4r_fc32_ae32_enabled == 1)
.section .text # placed in IRAM instea... |
georgevio/IoT-Embedded | 3,118 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/float/dsps_fft2r_fc32_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 6,295 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/fixed/dsps_fft2r_sc16_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 4,483 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/fixed/dsps_fft2r_sc16_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 5,878 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/fft/fixed/dsps_fft2r_sc16_aes3.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,777 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/addc/float/dsps_addc_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,051 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/mul/float/dsps_mul_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,993 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/mul/fixed/dsps_mul_s16_ae32.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_mul_platform.h"
#if (dsps_mul_s16_ae32_enabled == 1)
.text
.align 4
.global dsps_mul_s16_ae32
.type dsps_mul_s16_ae32,@function
// The function implements the followin... |
georgevio/IoT-Embedded | 2,961 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/mul/fixed/dsps_mul_s8_aes3.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_mul_platform.h"
#if (dsps_mul_s16_aes3_enabled == 1)
.text
.align 4
.global dsps_mul_s8_aes3
.type dsps_mul_s8_aes3,@function
// The function implements the following ... |
georgevio/IoT-Embedded | 3,230 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/mul/fixed/dsps_mul_s16_aes3.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_mul_platform.h"
#if (dsps_mul_s16_aes3_enabled == 1)
.text
.align 4
.global dsps_mul_s16_aes3
.type dsps_mul_s16_aes3,@function
// The function implements the followin... |
georgevio/IoT-Embedded | 1,777 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/mulc/float/dsps_mulc_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,481 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/mulc/fixed/dsps_mulc_s16_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,053 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/sub/float/dsps_sub_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,962 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/sub/fixed/dsps_sub_s8_aes3.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_sub_platform.h"
#if (dsps_sub_s16_aes3_enabled == 1)
.text
.align 4
.global dsps_sub_s8_aes3
.type dsps_sub_s8_aes3,@function
// The function implements the following ... |
georgevio/IoT-Embedded | 3,231 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/sub/fixed/dsps_sub_s16_aes3.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_sub_platform.h"
#if (dsps_sub_s16_aes3_enabled == 1)
.text
.align 4
.global dsps_sub_s16_aes3
.type dsps_sub_s16_aes3,@function
// The function implements the followin... |
georgevio/IoT-Embedded | 1,992 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/sub/fixed/dsps_sub_s16_ae32.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_sub_platform.h"
#if (dsps_sub_s16_ae32_enabled == 1)
.text
.align 4
.global dsps_sub_s16_ae32
.type dsps_sub_s16_ae32,@function
// The function implements the followin... |
georgevio/IoT-Embedded | 2,053 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/add/float/dsps_add_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 3,232 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/add/fixed/dsps_add_s16_aes3.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_add_platform.h"
#if (dsps_add_s16_aes3_enabled == 1)
.text
.align 4
.global dsps_add_s16_aes3
.type dsps_add_s16_aes3,@function
// The function implements the followi... |
georgevio/IoT-Embedded | 2,962 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/add/fixed/dsps_add_s8_aes3.S | /*
* SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
#include "dsps_add_platform.h"
#if (dsps_add_s16_aes3_enabled == 1)
.text
.align 4
.global dsps_add_s8_aes3
.type dsps_add_s8_aes3,@function
// The function implements the following ... |
georgevio/IoT-Embedded | 2,494 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/math/add/fixed/dsps_add_s16_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,238 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/conv/float/dsps_corr_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 3,715 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/conv/float/dsps_ccorr_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,309 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/conv/float/dsps_conv_f32_m_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 3,716 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/conv/float/dsps_conv_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,926 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/float/dsps_dotprod_f32_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 1,942 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/float/dsps_dotprode_f32_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 1,732 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/float/dsps_dotprod_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,719 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/float/dsps_dotprode_f32_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,242 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/float/dsps_dotprod_f32_aes3.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,440 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/float/dsps_dotprod_f32_m_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 1,387 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/float/dsps_dotprode_f32_m_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 14,933 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dspi_dotprod_s16_aes3.S | // Copyright 2018-2021 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,649 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dspi_dotprod_s8_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 2,718 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dspi_dotprod_u16_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 3,555 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dsps_dotprod_s16_m_ae32.S | // Copyright 2018-2019 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 14,880 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dspi_dotprod_s8_aes3.S | // Copyright 2018-2021 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 17,637 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dspi_dotprod_off_u16_aes3.S | // Copyright 2018-2021 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
georgevio/IoT-Embedded | 2,928 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dspi_dotprod_off_s16_arp4.S | // Copyright 2024 Espressif Systems (Shanghai) PTE LTD
//
// 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 applic... |
georgevio/IoT-Embedded | 17,039 | esp-idf/esp32-cam-webPage/managed_components/espressif__esp-dsp/modules/dotprod/fixed/dspi_dotprod_off_u8_aes3.S | // Copyright 2018-2021 Espressif Systems (Shanghai) PTE LTD
//
// 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 a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.