repo_id
string
size
int64
file_path
string
content
string
wheybags/freeablo
9,295
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/dct64_avx_float.S
/* dct64_x86_64_float: SSE optimized dct64 for x86-64 (float output version) copyright 1995-2013 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h" #define samples %rdx #...
wheybags/freeablo
6,269
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/synth_stereo_avx.S
/* synth_stereo_avx: AVX optimized synth for x86-64 (stereo specific version) copyright 1995-2013 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h" #ifdef IS_MSABI /* sh...
wheybags/freeablo
5,628
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/dct36_neon64.S
/* dct36_neon64: NEON optimized dct36 for AArch64 copyright 1995-2014 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h" #ifndef __APPLE__ .section .rodata #else .data ...
wheybags/freeablo
9,909
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/dct64_sse.S
/* dct64_sse: MMX/SSE optimized dct64 copyright 1995-2009 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h" #define ARG(n) (8+n*4)(%ebp) #define TEMP(n) (4+n*16)(%esp) #...
wheybags/freeablo
6,390
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/synth_x86_64_accurate.S
/* synth_x86_64_accurate: SSE optimized synth for x86-64 (MPEG-compliant 16bit output version) copyright 1995-2009 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h" #ifd...
wheybags/freeablo
5,274
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/synth_stereo_neon64_s32.S
/* synth_stereo_neon64_s32: NEON optimized synth for AArch64 (stereo specific, 32bit output version) copyright 1995-2014 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h"...
wheybags/freeablo
15,307
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/dct64_3dnowext.S
/* dct64_3dnowext: extended 3DNow optimized DCT64 copyright ?-2007 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org Transformed back into standalone asm, with help of gcc -S -DHAVE_CONFIG_H -I. -march=k6-3 -O3 -Wall -pedanti...
wheybags/freeablo
9,211
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/dct64_x86_64_float.S
/* dct64_x86_64_float: SSE optimized dct64 for x86-64 (float output version) copyright 1995-2009 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h" #ifdef IS_MSABI /* sho...
wheybags/freeablo
9,682
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/dct64_x86_64.S
/* dct64_x86_64: SSE optimized dct64 for x86-64 copyright 1995-2009 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ #include "mangle.h" #ifdef IS_MSABI /* short *out0 */ #define ARG0 %r9 ...
wheybags/freeablo
5,224
extern/SDL_mixer/external/mpg123-1.25.6/src/libmpg123/synth_stereo_neon64_accurate.S
/* synth_stereo_neon64_accurate: NEON optimized synth for AArch64 (stereo specific, MPEG-compliant 16bit output version) copyright 1995-2014 by the mpg123 project - free software under the terms of the LGPL 2.1 see COPYING and AUTHORS files in distribution or http://mpg123.org initially written by Taihei Monma */ ...
wheybags/freeablo
13,216
extern/SDL_image/external/jpeg-9/jidctfst.S
/* * Copyright (C) 2008 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...
wheybags/freeablo
15,839
extern/SDL_image/external/zlib-1.2.8/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) ;...
wheybags/freeablo
42,842
extern/SDL_image/external/zlib-1.2.8/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...
wheybags/freeablo
10,365
extern/SDL_image/external/zlib-1.2.8/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 ...
wheybags/freeablo
12,418
extern/SDL_image/external/zlib-1.2.8/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...
wheybags/freeablo
7,724
extern/SDL_image/external/libpng-1.6.2/arm/filter_neon.S
/* filter_neon.S - NEON optimised filter functions * * Copyright (c) 2011 Glenn Randers-Pehrson * Written by Mans Rullgard, 2011. * Last changed in libpng 1.5.7 [December 15, 2011] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer * and license in ...
wheybags/freeablo
8,339
extern/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...
wheybags/freeablo
15,839
extern/zlib/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) ;...
wheybags/freeablo
42,842
extern/zlib/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...
wheybags/freeablo
10,365
extern/zlib/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 ...
wheybags/freeablo
12,418
extern/zlib/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...
whid-injector/BRUSCHETTA-board
6,011
Linux/openocd-bruschetta/testing/examples/LPC2294Test/src/crt.s
/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. 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. Redistributio...
whid-injector/BRUSCHETTA-board
8,279
Linux/openocd-bruschetta/testing/examples/STR710Test/src/crt.s
/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. 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 o...
whid-injector/BRUSCHETTA-board
7,009
Linux/openocd-bruschetta/testing/examples/SAM7S256Test/src/crt.s
/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. 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. Redistributio...
whid-injector/BRUSCHETTA-board
7,009
Linux/openocd-bruschetta/testing/examples/SAM7X256Test/src/crt.s
/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. 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. Redistributio...
whid-injector/BRUSCHETTA-board
5,514
Linux/openocd-bruschetta/testing/examples/STR912Test/src/startup.s
/*********************************************************************************** * Copyright 2005 Anglia Design * This demo code and associated components are provided as is and has no warranty, * implied or otherwise. You are free to use/modify any of the provided * code at your own risk in your applications with...
whid-injector/BRUSCHETTA-board
5,724
Linux/openocd-bruschetta/testing/examples/AT91R40008Test/src/crt.s
/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. 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. Redistributio...
whid-injector/BRUSCHETTA-board
7,801
Linux/openocd-bruschetta/testing/examples/STR710JtagSpeed/src/crt.s
/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. 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. Redistributio...
whid-injector/BRUSCHETTA-board
5,979
Linux/openocd-bruschetta/testing/examples/LPC2148Test/src/crt.s
/**************************************************************************** * Copyright (c) 2006 by Michael Fischer. 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. Redistributio...
whid-injector/BRUSCHETTA-board
1,172
Linux/openocd-bruschetta/contrib/loaders/erase_check/armv7m_erase_check.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2010 by Spencer Oliver * * spen@spen-soft.co.uk * ***************************************...
whid-injector/BRUSCHETTA-board
1,066
Linux/openocd-bruschetta/contrib/loaders/erase_check/stm8_erase_check.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Copyright (C) 2017 Ake Rehnman * ake.rehnman(at)gmail.com */ ;; ;; erase check memory code ;; .org 0x0 ;; start address start_addr: .byte 0x00 .word 0x8000 ;; byte count byte_cnt: .byte 0x00 .word 0x8000 ; ; SP must point to start_addr on ent...
whid-injector/BRUSCHETTA-board
1,561
Linux/openocd-bruschetta/contrib/loaders/flash/armv4_5_cfi_span_16.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2005, 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * Copyright (C) 2010 Spencer Oliver ...
whid-injector/BRUSCHETTA-board
2,644
Linux/openocd-bruschetta/contrib/loaders/flash/efm32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2011 by Andreas Fritiofson * * andreas.fritiofson@gmail.com * * Copyright (C) 2013 by Roman Dmitrie...
whid-injector/BRUSCHETTA-board
1,672
Linux/openocd-bruschetta/contrib/loaders/flash/stellaris.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2006 by Magnus Lundin * * lundin@mlu.mine.nu * * ...
whid-injector/BRUSCHETTA-board
1,845
Linux/openocd-bruschetta/contrib/loaders/flash/cortex-m0.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2014 by Angus Gratton * * Derived from stm32f1x.S: * Copyright (C) 2011 by Andreas Fritiofson * * andre...
whid-injector/BRUSCHETTA-board
1,345
Linux/openocd-bruschetta/contrib/loaders/flash/armv7m_cfi_span_16_dq7.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2005, 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * Copyright (C) 2010 Spencer Oliver ...
whid-injector/BRUSCHETTA-board
1,760
Linux/openocd-bruschetta/contrib/loaders/flash/sim3x.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2014 by Ladislav Bábel * * ladababel@seznam.cz * ***************************************...
whid-injector/BRUSCHETTA-board
1,611
Linux/openocd-bruschetta/contrib/loaders/flash/armv7m_cfi_span_16.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2005, 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * Copyright (C) 2010 Spencer Oliver ...
whid-injector/BRUSCHETTA-board
1,198
Linux/openocd-bruschetta/contrib/loaders/flash/str7x.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2010 by Spencer Oliver * * spen@spen-soft.co.uk * ***************************************...
whid-injector/BRUSCHETTA-board
2,549
Linux/openocd-bruschetta/contrib/loaders/flash/pic32mx.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2010 by Spencer Oliver * * spen@spen-soft.co.uk * ***************************************...
whid-injector/BRUSCHETTA-board
1,561
Linux/openocd-bruschetta/contrib/loaders/flash/armv4_5_cfi_span_32.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2005, 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * Copyright (C) 2010 Spencer Oliver ...
whid-injector/BRUSCHETTA-board
1,325
Linux/openocd-bruschetta/contrib/loaders/flash/armv4_5_cfi_span_16_dq7.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2005, 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * Copyright (C) 2010 Spencer Oliver ...
whid-injector/BRUSCHETTA-board
6,565
Linux/openocd-bruschetta/contrib/loaders/flash/lpcspifi_write.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2012 by George Harris * * george@luminairecoffee.com * ***************************************...
whid-injector/BRUSCHETTA-board
1,561
Linux/openocd-bruschetta/contrib/loaders/flash/armv4_5_cfi_span_8.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2005, 2007 by Dominic Rath * * Dominic.Rath@gmx.de * * Copyright (C) 2010 Spencer Oliver ...
whid-injector/BRUSCHETTA-board
2,380
Linux/openocd-bruschetta/contrib/loaders/flash/k1921vk01t.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2015 by Bogdan Kolbov * * kolbov@niiet.ru * ***************************************...
whid-injector/BRUSCHETTA-board
2,598
Linux/openocd-bruschetta/contrib/loaders/flash/mdr32fx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2011 by Andreas Fritiofson * * andreas.fritiofson@gmail.com * * ...
whid-injector/BRUSCHETTA-board
3,183
Linux/openocd-bruschetta/contrib/loaders/flash/lpcspifi_init.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2012 by George Harris * * george@luminairecoffee.com * *******************************************...
whid-injector/BRUSCHETTA-board
5,378
Linux/openocd-bruschetta/contrib/loaders/flash/mrvlqspi_write.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2014 by Mahavir Jain <mjain@marvell.com> * * * * Adapted from (contrib/loaders/flash...
whid-injector/BRUSCHETTA-board
4,891
Linux/openocd-bruschetta/contrib/loaders/flash/lpcspifi_erase.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2012 by George Harris * * george@luminairecoffee.com * ***************************************...
whid-injector/BRUSCHETTA-board
1,183
Linux/openocd-bruschetta/contrib/loaders/watchdog/armv7m_kinetis_wdog.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2015 Tomas Vanek * * vanekt@fbl.cz * ***************************************...
whid-injector/BRUSCHETTA-board
1,537
Linux/openocd-bruschetta/contrib/loaders/watchdog/armv7m_kinetis_wdog32.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2017 Tomas Vanek * * vanekt@fbl.cz * ***************************************...
whid-injector/BRUSCHETTA-board
1,270
Linux/openocd-bruschetta/contrib/loaders/checksum/mips32.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2010 by Spencer Oliver * * spen@spen-soft.co.uk * ***************************************...
whid-injector/BRUSCHETTA-board
1,300
Linux/openocd-bruschetta/contrib/loaders/flash/nrf5/nrf5.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2014 Angus Gratton * * gus@projectgus.com * ***************************************...
whid-injector/BRUSCHETTA-board
1,793
Linux/openocd-bruschetta/contrib/loaders/flash/numicro/numicro_m0.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2015 Nemui Trinomius * * nemuisan_kawausogasuki@live.jp * * ...
whid-injector/BRUSCHETTA-board
1,562
Linux/openocd-bruschetta/contrib/loaders/flash/numicro/numicro_m4.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2017 Zale Yu * * CYYU@nuvoton.com * * ...
whid-injector/BRUSCHETTA-board
1,264
Linux/openocd-bruschetta/contrib/loaders/flash/xmc1xxx/erase_check.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Infineon XMC1000 flash sector erase check * * Copyright (c) 2016 Andreas Färber * * Based on XMC1100 AA-Step Reference Manual */ #include "xmc1xxx.S" .macro verify_block, nvmbase, addr, tmp, tmp2 movs \tmp, #0x00 mvns \tmp, \tmp str \tmp, [\addr, #0x0] ...
whid-injector/BRUSCHETTA-board
1,048
Linux/openocd-bruschetta/contrib/loaders/flash/xmc1xxx/write.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Infineon XMC1000 flash write * * Copyright (c) 2016 Andreas Färber * * Based on XMC1100 AA-Step Reference Manual */ #include "xmc1xxx.S" .macro write_block, nvmbase, dest, src, tmp, tmp2 ldr \tmp, [\src, #0x0] str \tmp, [\dest, #0x0] ldr \tmp, [\src, ...
whid-injector/BRUSCHETTA-board
3,203
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmqspi_crc32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2019 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
3,760
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmqspi_read.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2019 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
4,466
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmoctospi_read.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2019 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
3,476
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmoctospi_erase_check.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2019 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
5,991
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmqspi_write.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2016 - 2018 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
2,770
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmqspi_erase_check.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2019 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
8,187
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmoctospi_write.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2018 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
3,908
Linux/openocd-bruschetta/contrib/loaders/flash/stmqspi/stmoctospi_crc32.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2019 by Andreas Bolsch * * andreas.bolsch@mni.thm.de * ***************************************...
whid-injector/BRUSCHETTA-board
1,287
Linux/openocd-bruschetta/contrib/loaders/flash/fm4/erase.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Spansion FM4 flash sector erase algorithm * * Copyright (c) 2015 Andreas Färber * * Based on S6E2CC_MN709-00007 for S6E2CC/C5/C4/C3/C2/C1 series */ #include "fm4.h" #define RESULT_OKAY 0 #define RESULT_NONE 1 #define RESULT_TIMEOUT 2 .macro busy_wait, res,...
whid-injector/BRUSCHETTA-board
1,482
Linux/openocd-bruschetta/contrib/loaders/flash/fm4/write.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Spansion FM4 flash write algorithm * * Copyright (c) 2015 Andreas Färber * * Based on S6E2CC_MN709-00007 for S6E2CC/C5/C4/C3/C2/C1 series */ #include "fm4.h" #define RESULT_OKAY 0 #define RESULT_NONE 1 #define RESULT_TIMEOUT 2 .macro busy_wait, res, addr, ...
whid-injector/BRUSCHETTA-board
2,831
Linux/openocd-bruschetta/contrib/loaders/flash/cc3220sf/cc3220sf.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2017 by Texas Instruments, Inc. * ***************************************************************************/ /* Params: * r0 = buffer start addr...
whid-injector/BRUSCHETTA-board
5,709
Linux/openocd-bruschetta/contrib/loaders/flash/sh_qspi/sh_qspi.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * SH QSPI (Quad SPI) driver * Copyright (C) 2019 Marek Vasut <marek.vasut@gmail.com> */ #define BIT(n) (1UL << (n)) /* SH QSPI register bit masks <REG>_<BIT> */ #define SPCR_MSTR 0x08 #define SPCR_SPE 0x40 #define SPSR_SPRFF 0x80 #define SPSR_SPTEF 0x20 #define SP...
whid-injector/BRUSCHETTA-board
2,046
Linux/openocd-bruschetta/contrib/loaders/flash/kinetis/kinetis_flash.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2015 by Ivan Meleca * * ivan@artekit.eu * * ...
whid-injector/BRUSCHETTA-board
5,418
Linux/openocd-bruschetta/contrib/loaders/flash/at91sam7x/crt.s
/* SPDX-License-Identifier: BSD-3-Clause */ /**************************************************************************** * Copyright (c) 2006 by Michael Fischer. All rights reserved. **************************************************************************** * * History: * * 18.12.06 mifi First Version * ...
whid-injector/BRUSCHETTA-board
3,509
Linux/openocd-bruschetta/contrib/loaders/flash/kinetis_ke/kinetis_ke_flash.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2015 by Ivan Meleca * * ivan@artekit.eu * ***************************************...
whid-injector/BRUSCHETTA-board
2,116
Linux/openocd-bruschetta/contrib/loaders/flash/stm32/stm32f2x.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2010 by Spencer Oliver * * spen@spen-soft.co.uk * * ...
whid-injector/BRUSCHETTA-board
2,220
Linux/openocd-bruschetta/contrib/loaders/flash/stm32/stm32lx.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2010 by Spencer Oliver * * spen@spen-soft.co.uk * * ...
whid-injector/BRUSCHETTA-board
1,568
Linux/openocd-bruschetta/contrib/loaders/flash/stm32/stm32f1x.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2011 by Andreas Fritiofson * * andreas.fritiofson@gmail.com * ***************************************...
whid-injector/BRUSCHETTA-board
3,071
Linux/openocd-bruschetta/contrib/loaders/flash/stm32/stm32h7x.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2017 by STMicroelectronics * ***************************************************************************/ .text .syntax unified .cpu cortex-m...
whid-injector/BRUSCHETTA-board
1,386
Linux/openocd-bruschetta/contrib/loaders/flash/max32xxx/max32xxx.s
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2016 by Maxim Integrated * * Kevin Gillespie <kevin.gillespie@maximintegrated.com * ***************************************...
whid-injector/BRUSCHETTA-board
12,473
Linux/openocd-bruschetta/contrib/loaders/debug/xscale/debug_handler.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Copyright (C) 2006 by Dominic Rath * * Dominic.Rath@gmx.de * ***************************************...
whid-injector/BRUSCHETTA-board
4,508
Linux/openocd-bruschetta/contrib/loaders/reset/espressif/esp32/esp32_cpu_reset_handler.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Reset stub used by esp32 target * * Copyright (C) 2017 Espressif Systems Ltd. * ***************************************...
whid-injector/BRUSCHETTA-board
4,984
Linux/openocd-bruschetta/contrib/loaders/reset/espressif/esp32s3/esp32s3_cpu_reset_handler.S
/* SPDX-License-Identifier: GPL-2.0-or-later */ /*************************************************************************** * Reset stub used by esp32s3 target * * Copyright (C) 2020 Espressif Systems (Shanghai) Co. Ltd. * ***************************************...
whscullin/apple2js
1,962
asm/mouse.s
; ; Minimal mouse support. Only firmware routines are supported, no ; I/O hooks or softswitches. This is enough to work with titles ; that follow the documentation's recommendations to use the ; firmware routines like Dazzle Draw and Apple II DeskTop ; ORG $C700 ; Constants for future reference CLAMP_X_LOW EQU $478...
whscullin/apple2js
2,189
asm/smartport.s
ORG $C700 ; Slot scan ZP addresses SCAN_LO EQU $00 SCAN_HI EQU $01 ; ProDOS COMMAND EQU $42 UNIT EQU $43 ADDRESS_LO EQU $44 ADDRESS_HI EQU $45 BLOCK_LO EQU $46 BLOCK_HI EQU $47 MSLOT EQU $7F8 ; Slot I/O addresses STATUS EQU $C080 READY EQU $C081 XREG EQU $C082 YREG E...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,985
p4/xv6-public/bootasm.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Start the first CPU: switch to 32-bit protected mode, jump into C. # The BIOS loads this code from the first sector of the hard disk into # memory at physical address 0x7c00 and starts executing in real mode # with %cs=0 %ip=7c00. .code16 ...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,762
p4/xv6-public/entryother.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Each non-boot CPU ("AP") is started up in response to a STARTUP # IPI from the boot CPU. Section B.4.2 of the Multi-Processor # Specification says that the AP will start in real mode with CS:IP # set to XY00:0000, where XY is an 8-bit value sent with the # S...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
1,832
p4/xv6-public/entry.S
# The xv6 kernel starts executing in this file. This file is linked with # the kernel C code, so it can refer to kernel symbols such as main(). # The boot block (bootasm.S and bootmain.c) jumps to entry below. # Multiboot header, for multiboot boot loaders like GNU Grub. # http://www.gnu.org/software/grub/manu...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,985
p2/xv6-public/bootasm.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Start the first CPU: switch to 32-bit protected mode, jump into C. # The BIOS loads this code from the first sector of the hard disk into # memory at physical address 0x7c00 and starts executing in real mode # with %cs=0 %ip=7c00. .code16 ...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,762
p2/xv6-public/entryother.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Each non-boot CPU ("AP") is started up in response to a STARTUP # IPI from the boot CPU. Section B.4.2 of the Multi-Processor # Specification says that the AP will start in real mode with CS:IP # set to XY00:0000, where XY is an 8-bit value sent with the # S...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
1,832
p2/xv6-public/entry.S
# The xv6 kernel starts executing in this file. This file is linked with # the kernel C code, so it can refer to kernel symbols such as main(). # The boot block (bootasm.S and bootmain.c) jumps to entry below. # Multiboot header, for multiboot boot loaders like GNU Grub. # http://www.gnu.org/software/grub/manu...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,985
p2/old_ver/initial-xv6/src/bootasm.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Start the first CPU: switch to 32-bit protected mode, jump into C. # The BIOS loads this code from the first sector of the hard disk into # memory at physical address 0x7c00 and starts executing in real mode # with %cs=0 %ip=7c00. .code16 ...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,762
p2/old_ver/initial-xv6/src/entryother.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Each non-boot CPU ("AP") is started up in response to a STARTUP # IPI from the boot CPU. Section B.4.2 of the Multi-Processor # Specification says that the AP will start in real mode with CS:IP # set to XY00:0000, where XY is an 8-bit value sent with the # S...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
1,832
p2/old_ver/initial-xv6/src/entry.S
# The xv6 kernel starts executing in this file. This file is linked with # the kernel C code, so it can refer to kernel symbols such as main(). # The boot block (bootasm.S and bootmain.c) jumps to entry below. # Multiboot header, for multiboot boot loaders like GNU Grub. # http://www.gnu.org/software/grub/manu...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,985
p2/initial-xv6/src/bootasm.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Start the first CPU: switch to 32-bit protected mode, jump into C. # The BIOS loads this code from the first sector of the hard disk into # memory at physical address 0x7c00 and starts executing in real mode # with %cs=0 %ip=7c00. .code16 ...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,762
p2/initial-xv6/src/entryother.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Each non-boot CPU ("AP") is started up in response to a STARTUP # IPI from the boot CPU. Section B.4.2 of the Multi-Processor # Specification says that the AP will start in real mode with CS:IP # set to XY00:0000, where XY is an 8-bit value sent with the # S...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
1,832
p2/initial-xv6/src/entry.S
# The xv6 kernel starts executing in this file. This file is linked with # the kernel C code, so it can refer to kernel symbols such as main(). # The boot block (bootasm.S and bootmain.c) jumps to entry below. # Multiboot header, for multiboot boot loaders like GNU Grub. # http://www.gnu.org/software/grub/manu...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,985
p5/xv6-public/bootasm.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Start the first CPU: switch to 32-bit protected mode, jump into C. # The BIOS loads this code from the first sector of the hard disk into # memory at physical address 0x7c00 and starts executing in real mode # with %cs=0 %ip=7c00. .code16 ...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
2,762
p5/xv6-public/entryother.S
#include "asm.h" #include "memlayout.h" #include "mmu.h" # Each non-boot CPU ("AP") is started up in response to a STARTUP # IPI from the boot CPU. Section B.4.2 of the Multi-Processor # Specification says that the AP will start in real mode with CS:IP # set to XY00:0000, where XY is an 8-bit value sent with the # S...
whyaustin/CS537-Operating-System-Prof.-Remzi-H.-Chairman-of-UWCS-Department
1,832
p5/xv6-public/entry.S
# The xv6 kernel starts executing in this file. This file is linked with # the kernel C code, so it can refer to kernel symbols such as main(). # The boot block (bootasm.S and bootmain.c) jumps to entry below. # Multiboot header, for multiboot boot loaders like GNU Grub. # http://www.gnu.org/software/grub/manu...
wichtounet/thor-os
1,635
kernel/src/isrs.s
//======================================================================= // Copyright Baptiste Wicht 2013-2016. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT_1_0.txt) //=========================================================...
wichtounet/thor-os
1,074
kernel/src/syscalls.s
//======================================================================= // Copyright Baptiste Wicht 2013-2016. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT_1_0.txt) //=========================================================...
wichtounet/thor-os
2,166
kernel/src/common.s
//======================================================================= // Copyright Baptiste Wicht 2013-2016. // Distributed under the terms of the MIT License. // (See accompanying file LICENSE or copy at // http://www.opensource.org/licenses/MIT_1_0.txt) //=========================================================...