repo_id
string
size
int64
file_path
string
content
string
WojciechMula/toys
5,222
autovectorization-tests/results/clang11-avx2/transform_inc_avx2.s
.text .file "transform_inc.cpp" .section .rodata.cst32,"aM",@progbits,32 .p2align 5 # -- Begin function _Z18transform_inc_epi8RSt6vectorIaSaIaEE .LCPI0_0: .zero 32,42 .text .globl _Z18transform_inc_epi8RSt6vectorIaSaIaEE .p2align 4, 0x90 .type _Z18transform_inc_epi8RSt6vectorIaSaI...
WojciechMula/toys
3,922
autovectorization-tests/results/clang11-avx2/all_of_avx2.s
.text .file "all_of.cpp" .globl _Z11all_of_epi8RKSt6vectorIaSaIaEE # -- Begin function _Z11all_of_epi8RKSt6vectorIaSaIaEE .p2align 4, 0x90 .type _Z11all_of_epi8RKSt6vectorIaSaIaEE,@function _Z11all_of_epi8RKSt6vectorIaSaIaEE: # @_Z11all_of_epi8RKSt6vectorIaSaIaEE .cfi_startproc # %bb.0: movq (%rdi), %rcx mo...
wolfetplayer/RealRTCW
1,371
code/asm/matha.s
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
wolfetplayer/RealRTCW
4,984
code/asm/snd_mixa.s
/* =========================================================================== Copyright (C) 1999-2005 Id Software, Inc. This file is part of Quake III Arena source code. Quake III Arena source code is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publish...
wolfetplayer/RealRTCW
20,657
code/opus-1.2.1/celt/arm/celt_pitch_xcorr_arm-gnu.S
.syntax unified @ Copyright (c) 2007-2008 CSIRO @ Copyright (c) 2007-2009 Xiph.Org Foundation @ Copyright (c) 2013 Parrot @ Written by Aurélien Zanelli @ @ Redistribution and use in source and binary forms, with or without @ modification, are permitted provided that the following conditions @ are met: @ @ - Re...
wolfetplayer/RealRTCW
20,117
code/opus-1.2.1/celt/arm/celt_pitch_xcorr_arm.s
; Copyright (c) 2007-2008 CSIRO ; Copyright (c) 2007-2009 Xiph.Org Foundation ; Copyright (c) 2013 Parrot ; Written by Aurélien Zanelli ; ; Redistribution and use in source and binary forms, with or without ; modification, are permitted provided that the following conditions ; are met: ; ; - Redistributions of sou...
wolfetplayer/RealRTCW
10,388
sdk/rtcw-bspc-custom/src/unix/matha.s
// // math.s // x86 assembly-language math routines. #define GLQUAKE 1 // don't include unneeded defs #include "qasm.h" #if id386 .data .align 4 Ljmptab: .long Lcase0, Lcase1, Lcase2, Lcase3 .long Lcase4, Lcase5, Lcase6, Lcase7 .text // TODO: rounding needed? // stack parameter offset #define val 4 .globl...
wolfetplayer/RealRTCW
4,011
sdk/rtcw-bspc-custom/src/unix/snd_mixa.s
// // snd_mixa.s // x86 assembly-language sound code // #include "qasm.h" #if id386 .text #if 0 //---------------------------------------------------------------------- // 8-bit sound-mixing code //---------------------------------------------------------------------- #define ch 4+16 #define sc 8+16 #define co...
wolfetplayer/RealRTCW
11,169
sdk/rtcw-bspc-custom/src/unix/vm_x86a.s
// // vm_x86a.s // linux x86 vm support #include "qasm.h" .extern C(instructionPointers) .data .align 4 programStack .long 0 opStack .long 0 syscallNum .long 0 .text .globl C(AsmCAll) C(AsmCall): movl (%edi),%eax subl 4,%edi orl %eax,%eax jl systemCall // calling another vm function shll 2,%eax ad...
wolfetplayer/RealRTCW
1,216
sdk/rtcw-bspc-custom/src/unix/sys_dosa.s
// // sys_dosa.s // x86 assembly-language DOS-dependent routines. #include "qasm.h" .data .align 4 fpenv: .long 0, 0, 0, 0, 0, 0, 0, 0 .text .globl C(MaskExceptions) C(MaskExceptions): fnstenv fpenv orl $0x3F,fpenv fldenv fpenv ret #if 0 .globl C(unmaskexceptions) C(unmaskexceptions): fnstenv fpenv a...
wolfSSL/wolfBoot
2,562
test-app/vector_riscv.S
/** * RISC-V bootup * Copyright (C) 2021 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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 opt...
wolfSSL/wolfBoot
2,373
test-app/boot_arm32_start.S
/** * Arm32 (32bit Cortex-A) boot up * Copyright (C) 2024 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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, ...
wolfSSL/wolfBoot
2,540
src/vector_riscv.S
/** * RISC-V bootup * Copyright (C) 2021 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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 opt...
wolfSSL/wolfBoot
10,568
src/boot_ppc_mp.S
/* boot_ppc_mp.S * * Copyright (C) 2023 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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 opti...
wolfSSL/wolfBoot
2,356
src/boot_arm32_start.S
/** * Arm32 (32bit Cortex-A) boot up * Copyright (C) 2024 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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, ...
wolfSSL/wolfBoot
3,567
src/boot_renesas_start.S
/* boot_renesas_start.S * * Copyright (C) 2024 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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 yo...
wolfSSL/wolfBoot
4,043
src/boot_x86_fsp_start.S
;; boot_x86_fsp_start.S ;; ;; Copyright (C) 2023 wolfSSL Inc. ;; ;; This file is part of wolfBoot. ;; ;; wolfBoot 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 yo...
wolfSSL/wolfBoot
30,783
src/boot_ppc_start.S
/* boot_ppc_start.S * * Copyright (C) 2023 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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 o...
wolfSSL/wolfBoot
32,435
src/boot_aarch64_start.S
/** * Aarch64 bootup * Copyright (C) 2024 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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 op...
wolfSSL/wolfBoot
1,087
IDE/Renesas/e2studio/RZN2L/flash_app/src/Flash_section.s
/* Flash_sections.s * * Custom configuration for wolfCrypt/wolfSSL. * Enabled via WOLFSSL_USER_SETTINGS. * * * Copyright (C) 2024 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
wolfSSL/wolfBoot
1,161
IDE/Renesas/e2studio/RZN2L/flash_app/src/Flash_update.s
/* Flash_sections.s * * Custom configuration for wolfCrypt/wolfSSL. * Enabled via WOLFSSL_USER_SETTINGS. * * * Copyright (C) 2024 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ...
wolfSSL/wolfBoot
1,067
IDE/Renesas/e2studio/RZN2L/flash_app/src/Flash_wrappedkey_public.s
/* Flash_wrappedkey_public.s * * Copyright (C) 2024 wolfSSL Inc. * * This file is part of wolfBoot. * * wolfBoot 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 2 of the License, or * (...
wolkenwelten/wolkenwelten-c
2,113
common/src/asm/aarch64/rainPosUpdate.s
.text .global rainPosUpdateNEON .type rainPosUpdateNEON, @function rainPosUpdateNEON: ldr x10,=rainCount ldr w9,[x10] lsr x9,x9,#1 add w9,w9,#1 ldr x10,=rainVel ld1 {v4.4s},[x10] ldr x10,=glRainDrops ldr x11,=rainDrops .rainPosUpdateLoopNEON: ld1 {v0.4s},[x10] ld1 {v1.4s},[x11] fadd...
WonderfulToolchain/agbpack
4,172
rt/src/stage1.S
/** * Copyright (c) 2022 Luna Mittelbach * Copyright (c) 2023, 2025 Adrian "asie" Siekierka * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone ...
WonderfulToolchain/agbpack
2,439
rt/src/stage2.S
/** * Copyright (c) 2022 Luna Mittelbach * Copyright (c) 2023, 2025 Adrian "asie" Siekierka * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * * Permission is granted to anyone ...
WonderfulToolchain/agbpack
3,359
rt/src/apack.s
#define APACK_DIRECTION 1 @APlib ARM7 decompressor by Dan Weiss, based on the original C version @Takes in raw apacked data, NOT data created by the 'safe' compressor. src .req r0 dest .req r1 byte .req r2 mask .req r3 gamma .req r5 lwm .req r6 recentoff .req r7 temp .req r8 @r0 = src @r1 = dest @r2 = byte @...
wong-fi-hung/termux-miner
41,850
asm/sha2-arm.S
/* * Copyright 2012 pooler@litecoinpool.org * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. See COPYING for mor...
wong-fi-hung/termux-miner
17,247
asm/scrypt-x86.S
/* * Copyright 2011-2012, 2014 pooler@litecoinpool.org * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, th...
wong-fi-hung/termux-miner
26,517
asm/sha2-x86.S
/* * Copyright 2012 pooler@litecoinpool.org * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. See COPYING for mor...
wong-fi-hung/termux-miner
71,360
asm/scrypt-x64.S
/* * Copyright 2011-2014 pooler@litecoinpool.org * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this lis...
wong-fi-hung/termux-miner
23,107
asm/scrypt-arm.S
/* * Copyright 2012, 2014 pooler@litecoinpool.org * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. See COPYING f...
wong-fi-hung/termux-miner
1,339
asm/aesb-x64.S
#include <cpuminer-config.h> #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif .text .p2align 6 .globl fast_aesb_single_round .globl _fast_aesb_single_round fast_aesb_single_round: _fast_aesb_single_round: #if defined(_WIN64) || defined(__CYGWIN__) movdqa ...
wong-fi-hung/termux-miner
95,935
asm/sha2-x64.S
/* * Copyright 2012-2013 pooler@litecoinpool.org * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. See COPYING fo...
wong-fi-hung/termux-miner
16,078
asm/neoscrypt_asm.S
/* * Copyright (c) 2014 John Doering <ghostlander@phoenixcoin.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * ...
wong-fi-hung/termux-miner
28,448
secp256k1/src/asm/field_10x26_arm.s
@ vim: set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab syntax=armasm: /********************************************************************** * Copyright (c) 2014 Wladimir J. van der Laan * * Distributed under the MIT software license, see the accompanying * * file COPYING or http://www...
woodenshark/Lightpack
3,064
Firmware/LUFA/Platform/UC3/Exception.S
/* LUFA Library Copyright (C) Dean Camera, 2011. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
wookayin/pintos
5,227
src/threads/start.S
#include "threads/loader.h" #### Kernel startup code. #### The loader (in loader.S) loads the kernel at physical address #### 0x20000 (128 kB) and jumps to "start", defined here. This code #### switches from real mode to 32-bit protected mode and calls #### main(). /* Flags in control register 0. */ #define CR0_PE...
wookayin/pintos
7,224
src/threads/loader.S
#include "threads/loader.h" #### Kernel loader. #### This code should be stored in the first sector of a hard disk. #### When the BIOS runs, it loads this code at physical address #### 0x7c00-0x7e00 (512 bytes) and jumps to the beginning of it, #### in real mode. The loader loads the kernel into memory and jumps ###...
wookayin/pintos
1,689
src/threads/switch.S
#include "threads/switch.h" #### struct thread *switch_threads (struct thread *cur, struct thread *next); #### #### Switches from CUR, which must be the running thread, to NEXT, #### which must also be running switch_threads(), returning CUR in #### NEXT's context. #### #### This function works by assuming that the th...
wookayin/pintos
7,407
src/threads/intr-stubs.S
#include "threads/loader.h" .text /* Main interrupt entry point. An internal or external interrupt starts in one of the intrNN_stub routines, which push the `struct intr_frame' frame_pointer, error_code, and vec_no members on the stack, then jump here. We save the rest of the `struct intr_fra...
wookey-project/ewok-kernel
12,032
src/arch/socs/stm32f407/startup.S
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief STM32F4xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module pe...
wookey-project/ewok-kernel
12,032
src/arch/socs/stm32f439/startup.S
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief STM32F4xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module pe...
wookey-project/ewok-kernel
12,032
src/arch/socs/stm32f429/startup.S
/** ****************************************************************************** * @file startup_stm32f4xx.s * @author MCD Application Team * @version V1.0.0 * @date 30-September-2011 * @brief STM32F4xx Devices vector table for Atollic TrueSTUDIO toolchain. * This module pe...
WoozleWrangler/SNES--HD-
205,978
src/snes4iphone_src/os9x_65c816.S
.text /**************************************************************** ****************************************************************/ .align 4 @ notaz #define asm_spc700 1 // 1 = use notaz's asm_spc700 core /**************************************************************** defines ***********************...
WoozleWrangler/SNES--HD-
13,926
src/snes4iphone_src/spc_decode.S
.align 4 .globl DecodeBlockAsm .globl DecodeBlockAsm2 /* ;Bit-Rate Expand Waveform ; ;Desc: ; Decompresses a 9-byte bit-rate reduced block into 16 16-bit samples. ; This procedure is designed to be recursively called to decompress a series of blocks. ;In: ; R0=ESI-> Sample Block ; R1=EDI -> Output buf...
WoozleWrangler/SNES--HD-
11,910
src/snes4iphone_src/memcpy.s
/* $NetBSD: memcpy.S,v 1.3 1997/11/22 03:27:12 mark Exp $ */ /*- * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Neil A. Carson and Mark Brinicombe * * Redistribution and use in source and binary forms, with or wit...
WoozleWrangler/SNES--HD-
2,066
src/snes4iphone_src/osnes9xgp_asmfunc.S
.global asmClearScreenFast8 .global asmClearScreenFast16 asmClearScreenFast16: ;@R0 = scr ;@R1 = starty ;@R2 = endy ;@R3 = col stmfd R13!,{R4-R11} sub R12,R2,R1 add R12,R12,#1 ;@R12 = endy-starty+1 mov r2,#320 mul r1,r2,r1 ;@R1 = 320*starty add R0,R0,R1,lsl #...
WoozleWrangler/SNES--HD-
3,723
src/snes4iphone_src/render8 orr.S
.global asmDrawTile8_noflip .global asmDrawTile8_hflip .global asmDrawTile8_hvflip .global asmDrawTile8_vflip .global asmDrawTile8T_noflip .global asmDrawTile8T_hflip .global asmDrawTile8T_hvflip .global asmDrawTile8T_vflip ;@ ############################### .macro DRAWTILE_NOFLIP ;@ ######################...
WoozleWrangler/SNES--HD-
1,904
src/snes4iphone_src/giz_kgsdkasm.s
.global BlitBufferToScreen BlitBufferToScreen: ;@ r0 - Buffer to copy from ;@ r1 - Buffer to copy to stmfd sp!,{r4-r12,lr} mov r12,#240>>1 1: ;@ first line is perfectly aligned ldmia r0!,{r2-r11} stmia r1!,{r2-r11} ldmia r0!,{r2-r11} stmia r1!,{r2-r11} ldmia r0!,{r2-r11} stmia r1!,{r2-r11} ld...
WoozleWrangler/SNES--HD-
3,242
src/snes4iphone_src/misc.s
@ vim:filetype=armasm @ Generic memory routines. @ (c) Copyright 2007, Grazvydas "notaz" Ignotas .global memcpy16 @ unsigned short *dest, unsigned short *src, int count memcpy16: eor r3, r0, r1 tst r3, #2 bne mcp16_cant_align tst r0, #2 ldrneh r3, [r1], #2 subne r2, r2, #...
WoozleWrangler/SNES--HD-
105,845
src/snes4iphone_src/spc700a.s
.text @ notaz's SPC700 Emulator v0.11 - Assembler Output @ (c) Copyright 2006 notaz, All rights reserved. @ this is a rewrite of spc700.cpp in ARM asm, inspired by other asm CPU cores like @ Cyclone and DrZ80. It is meant to be used in Snes9x emulator ports for ARM platforms. @ the code is released under Snes9x ...
WoozleWrangler/SNES--HD-
1,751
src/snes4iphone_src/m3d_func.S
.align 4 .globl funcSMULT1616 .globl funcUMULT1616 .globl funcSMULT32 .globl funcUMULT32 .globl funcUADDMULT1616 .globl funcSADDMULT1616 .globl funcSADDMULT32 .globl funcUADDMULT32 // Int32 funcSMULT1616(Int32 a,Int32 b,Int32 dummy1,Int32 dummy2) funcSMULT1616: mov r2,r0 mov r3,r1 smull...
WoozleWrangler/SNES--HD-
16,506
src/snes4iphone_src/dspMixer.s
.TEXT .ARM .ALIGN #include "mixrate.h" @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ Function called with: @ r0 - Raw brr data (s8*) @ r1 - Decoded sample data (s16*) @ r2 - DspChannel *channel @@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ Function Data: @ r4 - r4 @ r5 - r5 @ r6,r7 - tmp @ r8 - shift amount @ r9 - number of iterations left @ r...
worldfnd/provekit
20,914
skyscraper/block-multiplier/src/aarch64/montgomery_square_interleaved_4.s
// GENERATED FILE, DO NOT EDIT! // in("x0") a[0], in("x1") a[1], in("x2") a[2], in("x3") a[3], // in("x4") a1[0], in("x5") a1[1], in("x6") a1[2], in("x7") a1[3], // in("v0") av[0], in("v1") av[1], in("v2") av[2], in("v3") av[3], // lateout("x0") out[0], lateout("x1") out[1], lateout("x2") out[2], lateout("x3") out[3], ...
worldfnd/provekit
15,672
skyscraper/block-multiplier/src/aarch64/montgomery_square_interleaved_3.s
// GENERATED FILE, DO NOT EDIT! // in("x0") a[0], in("x1") a[1], in("x2") a[2], in("x3") a[3], // in("v0") av[0], in("v1") av[1], in("v2") av[2], in("v3") av[3], // lateout("x0") out[0], lateout("x1") out[1], lateout("x2") out[2], lateout("x3") out[3], // lateout("v0") outv[0], lateout("v1") outv[1], lateout("v2") outv...
worldfnd/provekit
17,280
skyscraper/block-multiplier/src/aarch64/montgomery_interleaved_3.s
// GENERATED FILE, DO NOT EDIT! // in("x0") a[0], in("x1") a[1], in("x2") a[2], in("x3") a[3], // in("x4") b[0], in("x5") b[1], in("x6") b[2], in("x7") b[3], // in("v0") av[0], in("v1") av[1], in("v2") av[2], in("v3") av[3], // in("v4") bv[0], in("v5") bv[1], in("v6") bv[2], in("v7") bv[3], // lateout("x0") out[0], lat...
worldfnd/provekit
20,246
skyscraper/block-multiplier/src/aarch64/montgomery_square_log_interleaved_4.s
// GENERATED FILE, DO NOT EDIT! // in("x0") a[0], in("x1") a[1], in("x2") a[2], in("x3") a[3], // in("x4") a1[0], in("x5") a1[1], in("x6") a1[2], in("x7") a1[3], // in("v0") av[0], in("v1") av[1], in("v2") av[2], in("v3") av[3], // lateout("x0") out[0], lateout("x1") out[1], lateout("x2") out[2], lateout("x3") out[3], ...
worldfnd/provekit
15,320
skyscraper/block-multiplier/src/aarch64/montgomery_square_log_interleaved_3.s
// GENERATED FILE, DO NOT EDIT! // in("x0") a[0], in("x1") a[1], in("x2") a[2], in("x3") a[3], // in("v0") av[0], in("v1") av[1], in("v2") av[2], in("v3") av[3], // lateout("x0") out[0], lateout("x1") out[1], lateout("x2") out[2], lateout("x3") out[3], // lateout("v0") outv[0], lateout("v1") outv[1], lateout("v2") outv...
worldfnd/provekit
22,743
skyscraper/block-multiplier/src/aarch64/montgomery_interleaved_4.s
// GENERATED FILE, DO NOT EDIT! // in("x0") a[0], in("x1") a[1], in("x2") a[2], in("x3") a[3], // in("x4") b[0], in("x5") b[1], in("x6") b[2], in("x7") b[3], // in("x8") a1[0], in("x9") a1[1], in("x10") a1[2], in("x11") a1[3], // in("x12") b1[0], in("x13") b1[1], in("x14") b1[2], in("x15") b1[3], // in("v0") av[0], in(...
worlfChina/UVCCameraDemo
140,841
libuvccamera/src/main/jni/libjpeg-turbo-1.5.0/simd/jsimd_mips_dspr2.S
/* * MIPS DSPr2 optimizations for libjpeg-turbo * * Copyright (C) 2013-2014, MIPS Technologies, Inc., California. * All Rights Reserved. * Authors: Teodora Novkovic (teodora.novkovic@imgtec.com) * Darko Laus (darko.laus@imgtec.com) * Copyright (C) 2015, D. R. Commander. All Rights Reserved. * ...
worlfChina/UVCCameraDemo
143,313
libuvccamera/src/main/jni/libjpeg-turbo-1.5.0/simd/jsimd_arm64_neon.S
/* * ARMv8 NEON optimizations for libjpeg-turbo * * Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). * All Rights Reserved. * Author: Siarhei Siamashka <siarhei.siamashka@nokia.com> * Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved. * Author: Ragesh Radhakrishnan <ragesh.r@li...
worlfChina/UVCCameraDemo
101,995
libuvccamera/src/main/jni/libjpeg-turbo-1.5.0/simd/jsimd_arm_neon.S
/* * ARMv7 NEON optimizations for libjpeg-turbo * * Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies). * All Rights Reserved. * Author: Siarhei Siamashka <siarhei.siamashka@nokia.com> * Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved. * Copyright (C) 2014, Linaro Limited. All Ri...
wpilibsuite/GradleRIO
5,593
testing/asm/src/main/asm/Robot.s
.set STACK_SIZE, 48 .set PWM_LOCATION, 44 .set DIO_LOCATION, 40 .set EVENT_LOCATION, 36 .set COUNTER_LOCATION, 32 .global main .data .LC0: .ascii "Failed to initialize the HAL\000" .LC1: .ascii "Initialized the HAL\000" .LC2: .ascii "Looping Disabled\000" .LC3: .ascii "Looping Teleop\000" .LC4: ...
Wren6991/Hazard3
2,869
test/sim/common/irq_dispatch.S
#include "hazard3_csr.h" .global isr_external_irq isr_external_irq: // Save caller saves and exception return state whilst IRQs are disabled. // We can't be pre-empted during this time, but if a higher-priority IRQ // arrives ("late arrival"), that will be the one displayed in meinext. addi sp, sp, -80 sw ra, 0...
Wren6991/Hazard3
4,657
test/sim/common/init.S
#include "hazard3_csr.h" #define IO_BASE 0x80000000 #define IO_PRINT_CHAR (IO_BASE + 0x0) #define IO_PRINT_U32 (IO_BASE + 0x4) #define IO_EXIT (IO_BASE + 0x8) // Provide trap vector table, reset handler and weak default trap handlers for // Hazard3. This is not a crt0: the reset handler calls an external _star...
Wren6991/PicoDVI
26,037
software/libdvi/tmds_encode.S
#include "pico.h" #include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" #include "dvi_config_defs.h" // This file contains both Arm and RISC-V source, with the correct version // selected via the __arm__ and __riscv predefined macros. The targeted Arm // dialect is Armv6-M, and the targeted RISC-V diale...
Wren6991/PicoDVI
13,321
software/libsprite/sprite_riscv.S
// Functions for doing simple 2D graphics operations on a RGB scanline buffer. #include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" #include "sprite_asm_const.h" #define POP2_OFFS (SIO_INTERP0_POP_FULL_OFFSET - SIO_INTERP0_ACCUM0_OFFSET) #define PEEK0_OFFS (SIO_INTERP0_PEEK_LANE0_OFFSET - SIO_IN...
Wren6991/PicoDVI
4,913
software/libsprite/tile_riscv.S
#include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" #include "sprite_asm_const.h" #define POP2_OFFS (SIO_INTERP0_POP_FULL_OFFSET - SIO_INTERP0_ACCUM0_OFFSET) // ---------------------------------------------------------------------------- // Tile layout // // Some terms: // Tileset: 1D array of tile ...
Wren6991/PicoDVI
4,329
software/libsprite/tile_armv6m.S
#include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" #include "sprite_asm_const.h" #define POP2_OFFS (SIO_INTERP0_POP_FULL_OFFSET - SIO_INTERP0_ACCUM0_OFFSET) .syntax unified .cpu cortex-m0plus .thumb // ---------------------------------------------------------------------------- // Tile layout // /...
Wren6991/PicoDVI
9,793
software/libsprite/sprite_armv6m.S
// Functions for doing simple 2D graphics operations on a RGB scanline buffer. #include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" #include "sprite_asm_const.h" #define POP2_OFFS (SIO_INTERP0_POP_FULL_OFFSET - SIO_INTERP0_ACCUM0_OFFSET) #define CTRL0_OFFS (SIO_INTERP0_CTRL_LANE0_OFFSET - SIO_INTERP0...
Wren6991/PicoDVI
15,849
software/apps/colour_terminal/tmds_encode_font_2bpp.S
#include "hardware/regs/addressmap.h" #include "hardware/regs/sio.h" #ifndef __riscv .syntax unified .cpu cortex-m0plus .thumb #endif // Using the following: // // - A font stored as a 1bpp bitmap, with row 0 of each character stored in // one contiguous array, then row 1, etc, where each character is 8 bits // w...
Wren6991/PicoDVI
1,464
software/apps/bad_apple/rle_decompress.S
// Note this is a fairly suboptimal approach now, see tmds_encode_1bpp in // tmds_encode.S for a faster and more general solution // Taking the encoder from DVI spec, with initial balance 0: // // - Encoding either 0x00 or 0xff will produce a running balance of -8, with // output symbol of 0x100 or 0x200 // // - S...
Wren6991/RISCBoy
2,949
software/src/init.S
#include "addressmap.h" #define COLLAPSE_WEAK_HANDLERS .section .vectors .macro VEC name:req .p2align 2 j \name .endm // ---------------------------------------------------------------------------- // Vector table // Hazard5 requires 4k alignment of mtvec .p2align 12 .vector_table: // Exceptions VEC handle_inst...
Wren6991/RISCBoy
15,982
test/ppu/testcases/framebuffer_qvga_argb1555/0.S
clip 0, 319 blit 0, 0, size=SIZE_1024, fmt=FORMAT_ARGB1555, img=0x10000 sync blit 0, 1, size=SIZE_1024, fmt=FORMAT_ARGB1555, img=0x10280 sync blit 0, 2, size=SIZE_1024, fmt=FORMAT_ARGB1555, img=0x10500 sync blit 0, 3, size=SIZE_1024, fmt=FORMAT_ARGB1555, img=0x10780 sync blit 0, 4, size=SIZE_1024, fmt=FORMAT_ARGB1555, ...
Wren6991/RISCBoy
4,600
test/ppu/testcases/fill_colours/0.S
# No branches in this test! clip 0 319 # Red gradient fill r=0 sync fill r=1 sync fill r=2 sync fill r=3 sync fill r=4 sync fill r=5 sync fill r=6 sync fill r=7 sync fill r=8 sync fill r=9 sync fill r=10 sync fill r=11 sync fill r=12 sync fill r=13 sync fill r=14 sync fill r=15 sync f...
Wren6991/RISCBoy
14,485
test/ppu/testcases/tile_clip/0.S
.define tilemap_loc 0x10000 .define tileset_loc 0x20000 push entry_point popj scanline_func: tile 0 0 size=SIZE_16 pfsize=SIZE_128 \ tilemap=tilemap_loc tileset=tileset_loc \ fmt=FORMAT_ARGB1555 sync clip 0 319 fill r=31 popj entry_point: clip 0 319 fill r=31 # Generated code starts here clip 0 80 pus...
Wren6991/RISCBoy
17,150
test/ppu/testcases/fill_clip/0.S
clip 0 319 fill r=31 clip 171 271 fill g=31 clip 319 0 fill b=31 sync clip 0 319 fill r=31 clip 172 272 fill g=31 clip 318 1 fill b=31 sync clip 0 319 fill r=31 clip 173 273 fill g=31 clip 317 2 fill b=31 sync clip 0 319 fill r=31 clip 174 274 fill g=31 clip 316 3 fill b=31 sync clip 0 319 fill r=31 clip 175 275 fill g...
wrf-model/WPS
15,839
external/zlib-1.2.11/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) ;...
wrf-model/WPS
42,842
external/zlib-1.2.11/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...
wrf-model/WPS
10,365
external/zlib-1.2.11/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 ...
wrf-model/WPS
12,418
external/zlib-1.2.11/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...
wrf-model/WPS
8,352
external/libpng-1.6.37/arm/filter_neon.S
/* filter_neon.S - NEON optimised filter functions * * Copyright (c) 2018 Cosmin Truta * Copyright (c) 2014,2017 Glenn Randers-Pehrson * Written by Mans Rullgard, 2011. * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer * and license in png.h */ /...
wtetzner/waterbear
2,035
macros/arithmetic.s
.include "basic.s" ; Note that we use a big-endian layout for multibyte values %macro add64mem %input add %input + 7 st %acc + 7 ld %acc + 6 addc %input + 6 st %acc + 6 ld %acc + 5 addc %input + 5 st %acc + 5 ld %acc + 4 addc %input + 4 st %acc + 4 ld %acc + 3 addc %input + 3 st %acc ...
wtetzner/waterbear
1,649
macros/basic.s
acc = $100 acc_byte_0 = $170 acc_byte_1 = $171 acc_byte_2 = $172 acc_byte_3 = $173 acc_byte_4 = $174 acc_byte_5 = $175 acc_byte_6 = $176 %macro ld64 %location ld %location %end %macro push64acc push acc push acc_byte_6 push acc_byte_5 push acc_byte_4 push acc_byte_3 push acc_byte_2 push acc_byte_1 ...
wudimahua/Firewall
1,630
EXPLOITS/EPBA/EPICBANANA/versions/asa722_skeleton.s
.set vers_len, (vers_end - vers_start) .set cleanup_len, (cleanup_end - cleanup_start) .set block2_len, (block2_end - block2_start) .set block3_len, (block3_end - block3_start) .set block4_len, (block4_end - block4_start) .set block5_len, (block5_end - block5_start) .set block6_len, (block6_end - block6_start) .set bl...
wudimahua/Firewall
1,677
EXPLOITS/EPBA/EPICBANANA/versions/asa825_skeleton.s
.set vers_len, (vers_end - vers_start) .set cleanup_len, (cleanup_end - cleanup_start) .set block2_len, (block2_end - block2_start) .set block3_len, (block3_end - block3_start) .set block4_len, (block4_end - block4_start) .set block5_len, (block5_end - block5_start) .set block6_len, (block6_end - block6_start) .set bl...
wudimahua/Firewall
1,630
EXPLOITS/EPBA/EPICBANANA/versions/pix722_skeleton.s
.set vers_len, (vers_end - vers_start) .set cleanup_len, (cleanup_end - cleanup_start) .set block2_len, (block2_end - block2_start) .set block3_len, (block3_end - block3_start) .set block4_len, (block4_end - block4_start) .set block5_len, (block5_end - block5_start) .set block6_len, (block6_end - block6_start) .set bl...
WuFengXue/WeChatVoiceCodec
3,564
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_resampler_private_IIR_FIR_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
15,326
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_inner_prod_aligned_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
3,460
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_resampler_down2_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
3,431
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_sum_sqr_shift_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
7,104
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_warped_autocorrelation_FIX_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
2,966
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_sigm_Q15_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
5,346
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_schur64_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
2,632
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_resampler_private_AR2_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
3,613
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_resampler_private_ARMA4_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
2,964
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_A2NLSF_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
5,894
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_ana_filt_bank_1_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
4,326
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_prefilter_FIX_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...
WuFengXue/WeChatVoiceCodec
47,507
libwcvcodec/src/main/cpp/silk/src/SKP_Silk_MA_arm.S
/*********************************************************************** Copyright (c) 2006-2012, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following conditi...