repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
4ms/metamodule-plugin-sdk | 1,491 | plugin-libc/newlib/libc/machine/i386/strlen.S | /*
* ====================================================
* Copyright (C) 1998, 2002, 2008 by Red Hat Inc. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is freely granted, provided that this notice
* is preserved.
* ====================================================
... |
4ms/metamodule-plugin-sdk | 2,833 | plugin-libc/newlib/libc/machine/i386/strchr.S | /*
* ====================================================
* Copyright (C) 1998, 2002, 2008 by Red Hat Inc. All rights reserved.
*
* Permission to use, copy, modify, and distribute this
* software is freely granted, provided that this notice
* is preserved.
* ====================================================
... |
4ms/metamodule-plugin-sdk | 2,194 | plugin-libc/newlib/libc/machine/d30v/setjmp.S | ; setjmp/longjmp for D30V.
.text
.globl setjmp
.type setjmp,@function
.stabs "setjmp.S",100,0,0,setjmp
.stabs "int:t(0,1)=r(0,1);-2147483648;2147483647;",128,0,0,0
.stabs "setjmp:F(0,1)",36,0,1,setjmp
setjmp:
; Address of jmpbuf is passed in R2. Save the appropriate registers.
st2w r26, @(r2+,r0)
st2w r28, @... |
4ms/metamodule-plugin-sdk | 1,762 | plugin-libc/newlib/libc/machine/aarch64/stpcpy.S | /*
stpcpy - copy a string returning pointer to end.
Copyright (c) 2015 ARM Ltd.
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the abo... |
4ms/metamodule-plugin-sdk | 7,064 | plugin-libc/newlib/libc/machine/aarch64/memcpy.S | /* Copyright (c) 2012-2013, Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of c... |
4ms/metamodule-plugin-sdk | 2,274 | plugin-libc/newlib/libc/machine/aarch64/rawmemchr.S | /* Copyright (c) 2015-2016, ARM Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of cond... |
4ms/metamodule-plugin-sdk | 2,524 | plugin-libc/newlib/libc/machine/aarch64/setjmp.S | /*
Copyright (c) 2011, 2012 ARM Ltd
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 list of conditio... |
4ms/metamodule-plugin-sdk | 10,507 | plugin-libc/newlib/libc/machine/aarch64/strcpy.S | /*
strcpy/stpcpy - copy a string returning pointer to start/end.
Copyright (c) 2013, 2014, 2015 ARM Ltd.
All Rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source... |
4ms/metamodule-plugin-sdk | 5,439 | plugin-libc/newlib/libc/machine/aarch64/memmove.S | /* Copyright (c) 2013, Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of condit... |
4ms/metamodule-plugin-sdk | 5,109 | plugin-libc/newlib/libc/machine/aarch64/strchrnul.S | /*
strchrnul - find a character or nul in a string
Copyright (c) 2014, ARM Limited
All rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the ... |
4ms/metamodule-plugin-sdk | 8,771 | plugin-libc/newlib/libc/machine/aarch64/strncmp.S | /* Copyright (c) 2013, 2018, Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of ... |
4ms/metamodule-plugin-sdk | 6,769 | plugin-libc/newlib/libc/machine/aarch64/memset.S | /* Copyright (c) 2012-2013, Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of c... |
4ms/metamodule-plugin-sdk | 6,488 | plugin-libc/newlib/libc/machine/aarch64/strrchr.S | /*
strrchr - find last instance of a character in a string
Copyright (c) 2014, ARM Limited
All rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must ret... |
4ms/metamodule-plugin-sdk | 5,428 | plugin-libc/newlib/libc/machine/aarch64/memchr.S | /*
* memchr - find a character in a memory zone
*
* Copyright (c) 2014, ARM Limited
* All rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the a... |
4ms/metamodule-plugin-sdk | 5,918 | plugin-libc/newlib/libc/machine/aarch64/memcmp.S | /* memcmp - compare memory
Copyright (c) 2018 Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
... |
4ms/metamodule-plugin-sdk | 7,735 | plugin-libc/newlib/libc/machine/aarch64/strlen.S | /* Copyright (c) 2013-2015, Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditio... |
4ms/metamodule-plugin-sdk | 5,909 | plugin-libc/newlib/libc/machine/aarch64/strnlen.S | /* strnlen - calculate the length of a string with limit.
Copyright (c) 2013, Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must reta... |
4ms/metamodule-plugin-sdk | 5,783 | plugin-libc/newlib/libc/machine/aarch64/strchr.S | /*
strchr - find a character in a string
Copyright (c) 2014, ARM Limited
All rights Reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copy... |
4ms/metamodule-plugin-sdk | 6,465 | plugin-libc/newlib/libc/machine/aarch64/strcmp.S | /* Copyright (c) 2012-2018, Linaro Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of c... |
4ms/metamodule-plugin-sdk | 2,546 | plugin-libc/newlib/libc/machine/frv/setjmp.S | # setjmp/longjmp for Frv. The jmpbuf looks like this:
#
# Register jmpbuf offset
# R16-R31 0x0-0x03c
# R48-R63 0x40-0x7c
# FR16-FR31 0x80-0xbc
# FR48-FR63 0xc0-0xfc
# LR 0x100
# SP 0x104
# FP 0x108
#
# R8 contains the pointer to jmpbuf
#include <frv-asm.h>
.text
.global EX... |
4ms/metamodule-plugin-sdk | 2,325 | plugin-libc/newlib/libc/machine/epiphany/setjmp.S | /* setjmp and longjmp
Copyright (c) 2011, Adapteva, Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
th... |
4ms/metamodule-plugin-sdk | 2,935 | plugin-libc/newlib/libc/machine/lm32/setjmp.S | /*
* setjmp/longjmp for LatticeMico32.
* Contributed by Jon Beniston <jon@beniston.com>
*
* 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
* no... |
4ms/metamodule-plugin-sdk | 1,979 | plugin-libc/newlib/libc/machine/moxie/setjmp.S | /* A setjmp.c for Moxie
Copyright (C) 2009, 2019 Anthony Green
The authors hereby grant permission to use, copy, modify, distribute,
and license this software and its documentation for any purpose, provided
that existing copyright notices are retained in all copies and that this
notice is included verb... |
4ms/metamodule-plugin-sdk | 2,776 | plugin-libc/newlib/libc/machine/microblaze/setjmp.S | /* Copyright (c) 2001, 2009 Xilinx, Inc. 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 source code must retain the above copyright notice,
this list of condi... |
4ms/metamodule-plugin-sdk | 2,800 | plugin-libc/newlib/libc/machine/microblaze/longjmp.S | /* Copyright (c) 2001, 2009 Xilinx, Inc. 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 source code must retain the above copyright notice,
this list of condi... |
4ms/metamodule-plugin-sdk | 6,575 | plugin-libc/newlib/libc/machine/hppa/memcpy.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 8,424 | plugin-libc/newlib/libc/machine/hppa/strncat.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 4,191 | plugin-libc/newlib/libc/machine/hppa/setjmp.S | /* Copyright (c) 1995, 2002 Red Hat Incorporated.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright
* notice, this lis... |
4ms/metamodule-plugin-sdk | 10,201 | plugin-libc/newlib/libc/machine/hppa/strcpy.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 7,404 | plugin-libc/newlib/libc/machine/hppa/strncmp.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 2,480 | plugin-libc/newlib/libc/machine/hppa/memset.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 1,332 | plugin-libc/newlib/libc/machine/hppa/memchr.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 7,108 | plugin-libc/newlib/libc/machine/hppa/memcmp.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 3,370 | plugin-libc/newlib/libc/machine/hppa/strlen.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 5,257 | plugin-libc/newlib/libc/machine/hppa/strcat.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 7,312 | plugin-libc/newlib/libc/machine/hppa/pcc_prefix.s | ;
; (c) Copyright 1986 HEWLETT-PACKARD COMPANY
;
; To anyone who acknowledges that this file is provided "AS IS"
; without any express or implied warranty:
; permission to use, copy, modify, and distribute this file
; for any purpose is hereby granted without fee, provided that
; the above copyright notice an... |
4ms/metamodule-plugin-sdk | 9,050 | plugin-libc/newlib/libc/machine/hppa/strcmp.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 8,847 | plugin-libc/newlib/libc/machine/hppa/strncpy.S | /*
* (c) Copyright 1986 HEWLETT-PACKARD COMPANY
*
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright n... |
4ms/metamodule-plugin-sdk | 3,913 | plugin-libc/newlib/libc/machine/m32c/setjmp.S | /*
Copyright (c) 2005 Red Hat Incorporated.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions and... |
4ms/metamodule-plugin-sdk | 2,426 | plugin-libc/newlib/libc/machine/z8k/memcpy.S | /*
* memcpy routine for Z8000
* Copyright (C) 2004 Christian Groessler <chris@groessler.org>
*
* Permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright notice and this notice appears in all
* copies.
*
* This file is distri... |
4ms/metamodule-plugin-sdk | 1,905 | plugin-libc/newlib/libc/machine/z8k/setjmp.S | .global _setjmp
.global _longjmp
#ifdef __Z8001__
segm
#ifdef __STD_CALL__
_setjmp:
ldl rr6,rr14(#4) ! get argument
ldl rr2,@rr14 ! fetch pc
ldl @rr6,rr2 ! save it
ldl rr6(#16),rr8
ldl rr6(#4),rr10
ldl rr6(#8),rr12 ! remember frame pointer
ldl rr6(#12),rr14 ! remember stack pointer
ldk r7,#0
ret t
_long... |
4ms/metamodule-plugin-sdk | 3,306 | plugin-libc/newlib/libc/machine/z8k/memmove.S | /*
* memmove routine for Z8000
* Copyright (C) 2004 Christian Groessler <chris@groessler.org>
*
* Permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright notice and this notice appears in all
* copies.
*
* This file is distr... |
4ms/metamodule-plugin-sdk | 1,908 | plugin-libc/newlib/libc/machine/z8k/memset.S | /*
* memset routine for Z8000
* Copyright (C) 2004 Christian Groessler <chris@groessler.org>
*
* Permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright notice and this notice appears in all
* copies.
*
* This file is distri... |
4ms/metamodule-plugin-sdk | 2,911 | plugin-libc/newlib/libc/machine/z8k/memcmp.S | /*
* memcmp routine for Z8000
* Copyright (C) 2004 Christian Groessler <chris@groessler.org>
*
* Permission to use, copy, modify, and distribute this file
* for any purpose is hereby granted without fee, provided that
* the above copyright notice and this notice appears in all
* copies.
*
* This file is distri... |
4ms/metamodule-plugin-sdk | 6,260 | plugin-libc/newlib/libc/machine/spu/spu_timer_flih.S | /*
(C) Copyright IBM Corp. 2008
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following discla... |
4ms/metamodule-plugin-sdk | 1,585 | plugin-libc/newlib/libc/machine/spu/sniprintf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 2,250 | plugin-libc/newlib/libc/machine/spu/fprintf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 5,817 | plugin-libc/newlib/libc/machine/spu/stack_reg_va.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 4,238 | plugin-libc/newlib/libc/machine/spu/setjmp.S | /*
(C) Copyright IBM Corp. 2005, 2006
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the foll... |
4ms/metamodule-plugin-sdk | 1,576 | plugin-libc/newlib/libc/machine/spu/iscanf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 2,244 | plugin-libc/newlib/libc/machine/spu/fscanf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 1,582 | plugin-libc/newlib/libc/machine/spu/siprintf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 2,055 | plugin-libc/newlib/libc/machine/spu/sprintf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 1,579 | plugin-libc/newlib/libc/machine/spu/iprintf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 1,579 | plugin-libc/newlib/libc/machine/spu/fiscanf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 1,579 | plugin-libc/newlib/libc/machine/spu/siscanf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 2,049 | plugin-libc/newlib/libc/machine/spu/printf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 1,582 | plugin-libc/newlib/libc/machine/spu/fiprintf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 2,043 | plugin-libc/newlib/libc/machine/spu/scanf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 2,061 | plugin-libc/newlib/libc/machine/spu/snprintf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 2,049 | plugin-libc/newlib/libc/machine/spu/sscanf.S | /*
Copyright (c) 2007, Toshiba Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions... |
4ms/metamodule-plugin-sdk | 3,694 | plugin-libc/newlib/libc/machine/spu/spu-mcount.S | /*
(C) Copyright IBM Corp. 2008
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following discla... |
4ms/metamodule-plugin-sdk | 5,119 | plugin-libc/newlib/libc/machine/sparc/setjmp.S | /*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* Modified for incorporation into newlib by Joel Sherrill
* (joel@OARcorp.com), On-Line Applications Research, 1995.
* Did the following:
* + merged in DEFS.h
* + removed error check since it pre... |
4ms/metamodule-plugin-sdk | 1,462 | plugin-libc/newlib/libc/machine/tic4x/setjmp.S | /* setjmp/longjmp routines.
*
* Written by Michael Hayes <m.hayes@elec.canterbury.ac.nz>.
*
* The author hereby grant permission to use, copy, modify, distribute,
* and license this software and its documentation for any purpose, provided
* that existing copyright notices are retained in all copies and that this
... |
4ms/metamodule-plugin-sdk | 2,731 | plugin-libc/newlib/libc/machine/necv70/fastmath.S | .globl _fast_sin
_fast_sin:
fsin.l [ap],[ap]
mov.d [ap],r0
ret #0
.globl _fast_sinf
_fast_sinf:
fsin.s [ap],[ap]
mov.w [ap],r0
ret #0
.globl _fast_cos
_fast_cos:
fcos.l [ap],[ap]
mov.d [ap],r0
ret #0
.globl _fast_cosf
_fast_cosf:
fcos.s [ap],[ap]
mov.w [ap],r0
ret #0
.globl _fast_tan
_fast_tan:... |
4ms/metamodule-plugin-sdk | 1,098 | plugin-libc/newlib/libc/machine/m88k/setjmp.S | /* This is a simple version of setjmp and longjmp.
Ian Lance Taylor, Cygnus Support, 15 July 1993. */
/* We need to save the address of the return instruction, which is in
r1, as well as general register r14 through r25. If we are
compiling for the 88110 with the extended register file, we also
need to ... |
4ms/metamodule-plugin-sdk | 1,790 | plugin-libc/newlib/libc/machine/mn10300/memcpy.S | .file "memcpy.S"
.section .text
.global _memcpy
.type _memcpy,@function
_memcpy:
movm [d2,d3,a2,a3],(sp)
.Lend_of_prologue:
mov d0,d2
mov d1,a0
mov d2,a1
mov (28,sp),d1
#ifndef __OPTIMIZE_SIZE__
mov a0,d0
or d2,d0
btst 3,d0
bne .L37
cmp 15,d1
bls .L34
setlb
mov (a0),d0
mov d0,(a1)
inc4 a0
inc4 a1
... |
4ms/metamodule-plugin-sdk | 1,328 | plugin-libc/newlib/libc/machine/mn10300/setjmp.S | .file "setjmp.S"
.section .text
.align 1
.global _setjmp
#ifdef __AM33__
#ifdef __AM33_2__
.am33_2
#else
.am33
#endif
#endif
_setjmp:
mov d0,a0
mov d2,(0,a0)
mov d3,(4,a0)
mov mdr,d1
mov d1,(8,a0)
mov a2,(12,a0)
mov a3,(16,a0)
mov sp,a1
mov a1,(20,a0)
#ifdef __AM33__
... |
4ms/metamodule-plugin-sdk | 1,655 | plugin-libc/newlib/libc/machine/mn10300/strcpy.S | .file "strcpy.S"
.section .text
.global _strcpy
.type _strcpy,@function
_strcpy:
movm [d2,d3,a2,a3],(sp)
.Lend_of_prologue:
mov d0,d3
mov d1,a0
mov d3,a1
mov a0,d0
#ifndef __OPTIMIZE_SIZE__
or d3,d0
btst 3,d0
bne .L2
mov (a0),d0
mov -16843009,a2
mov a2,d1
add d0,d1
not d0
and d0,d1
mov -2139062144,... |
4ms/metamodule-plugin-sdk | 1,826 | plugin-libc/newlib/libc/machine/mn10300/memset.S | .file "memset.S"
.section .text
.global _memset
.type _memset,@function
_memset:
movm [d2,d3,a2,a3], (sp)
.Lend_of_prologue:
mov d0, d3
mov d1, d2
mov (28, sp),a1
mov d3, a0
#ifndef __OPTIMIZE_SIZE__
cmp 3, a1
bls .L41
btst 3, d3
bne .L41
extbu d2
mov d2, d1
asl 8, d1
or d2, d... |
4ms/metamodule-plugin-sdk | 1,863 | plugin-libc/newlib/libc/machine/mn10300/memchr.S | .file "memchr.S"
.section .text
.global _memchr
.type _memchr,@function
_memchr:
movm [d2,d3,a2,a3],(sp)
.Lend_of_prologue:
mov d0,a0
mov d1,d2
mov (28,sp),a1
#ifndef __OPTIMIZE_SIZE__
cmp 3,a1
bls .L44
mov a0,d3
btst 3,d3
bne .L44
mov a0,a2
mov 0,a3
clr d1
setlb
mov a3,d0
asl 8,d0
mov d2,a3
add ... |
4ms/metamodule-plugin-sdk | 1,618 | plugin-libc/newlib/libc/machine/mn10300/memcmp.S | .file "memcmp.S"
.section .text
.global _memcmp
.type _memcmp,@function
_memcmp:
movm [d2,d3,a2,a3],(sp)
.Lend_of_prologue:
mov d0,a0
mov d1,a1
mov (28,sp),a2
#ifndef __OPTIMIZE_SIZE__
cmp 3,a2
bls .L22
mov a1,d2
or d2,d0
btst 3,d0
bne .L22
setlb
mov (a0),d1
mov (a1),d0
cmp d0,d1
bne .L22
inc4 a0
... |
4ms/metamodule-plugin-sdk | 1,592 | plugin-libc/newlib/libc/machine/mn10300/strlen.S | .file "strlen.S"
.section .text
.global _strlen
.type _strlen,@function
_strlen:
movm [d2,d3,a2,a3],(sp)
.Lend_of_prologue:
mov d0,a0
mov a0,a2
#ifndef __OPTIMIZE_SIZE__
btst 3,d0
bne .L21
mov (a0),d0
mov -16843009,a1
mov a1,d1
add d0,d1
not d0
and d0,d1
mov -2139062144,d2
btst -2139062144,d1
bne .L... |
4ms/metamodule-plugin-sdk | 2,065 | plugin-libc/newlib/libc/machine/mn10300/strchr.S | .file "strchr.S"
.section .text
.global _strchr
.type _strchr,@function
_strchr:
movm [d2,d3,a2,a3],(sp)
add -12,sp
.Lend_of_prologue:
mov d0,a1
movbu d1,(7,sp)
#ifndef __OPTIMIZE_SIZE__
btst 3,d0
bne .L20
clr d0
setlb
mov sp,a2
mov d0,d3
add d3,a2
mov a2,a0
add 12,a0
movbu (7,sp),d3
movbu d3,(-4,a... |
4ms/metamodule-plugin-sdk | 1,669 | plugin-libc/newlib/libc/machine/mn10300/strcmp.S | .file "strcmp.S"
.section .text
.global _strcmp
.type _strcmp,@function
_strcmp:
movm [d2,d3,a2,a3],(sp)
.Lend_of_prologue:
mov d0,a0
mov d1,a1
#ifndef __OPTIMIZE_SIZE__
or d1,d0
btst 3,d0
bne .L11
mov (a0),d1
mov (a1),d0
cmp d0,d1
bne .L11
mov -16843009,d3
setlb
mov (a0),d0
mov d3,d1
add d0,d1
no... |
4ms/metamodule-plugin-sdk | 3,291 | plugin-libc/newlib/libc/machine/h8300/memcpy.S | #include "setarch.h"
#include "defines.h"
#ifdef __H8300SX__
.global _memcpy
_memcpy:
stm.l er4-er6,@-er7
; Set up source and destination pointers for movmd.
mov.l er0,er6
mov.l er1,er5
; See whether the copy is long enough to use the movmd.l code.
; Although the code can handle anything longer than 6 bytes... |
4ms/metamodule-plugin-sdk | 1,037 | plugin-libc/newlib/libc/machine/h8300/setjmp.S | #include "setarch.h"
.file "setjmp.S"
.section .text
.align 2
.global _setjmp
_setjmp:
#if defined(__H8300SX__)
mov.l er7,@er0+
mov.l er6,@er0+
mov.l er5,@er0+
mov.l er4,@er0+
mov.l @sp,@er0
sub.l er0,er0
#elif defined(__H8300H__) || defined(__H8300S__)
mov.l er7,@er0
mov.l er6,@(4,er0)
mov.l er5,@(8,e... |
4ms/metamodule-plugin-sdk | 1,640 | plugin-libc/newlib/libc/machine/h8300/memset.S | #include "setarch.h"
#include "defines.h"
#if defined (__H8300SX__)
.global _memset
_memset:
; Use er3 is a temporary since er0 must remain unchanged on exit.
mov.l er0,er3
; Fill er1 with the byte to copy.
mov.b r1l,r1h
mov.w r1,e1
; Account for any excess bytes and words that will be copied after
; the m... |
4ms/metamodule-plugin-sdk | 2,731 | plugin-libc/newlib/libc/machine/nds32/memcpy.S | /*
Copyright (c) 2013 Andes Technology Corporation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions... |
4ms/metamodule-plugin-sdk | 4,974 | plugin-libc/newlib/libc/machine/nds32/setjmp.S | /*
Copyright (c) 2013 Andes Technology Corporation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions... |
4ms/metamodule-plugin-sdk | 2,863 | plugin-libc/newlib/libc/machine/nds32/strcpy.S | /*
Copyright (c) 2013 Andes Technology Corporation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions... |
4ms/metamodule-plugin-sdk | 3,027 | plugin-libc/newlib/libc/machine/nds32/memset.S | /*
Copyright (c) 2013 Andes Technology Corporation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions... |
4ms/metamodule-plugin-sdk | 3,494 | plugin-libc/newlib/libc/machine/nds32/strcmp.S | /*
Copyright (c) 2013 Andes Technology Corporation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright
notice, this list of conditions... |
4ms/metamodule-plugin-sdk | 8,107 | plugin-libc/newlib/libc/machine/i960/memccpy_ca.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 5,853 | plugin-libc/newlib/libc/machine/i960/memcpy.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 12,226 | plugin-libc/newlib/libc/machine/i960/memcpy_ca.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 3,435 | plugin-libc/newlib/libc/machine/i960/strpbrk.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 6,881 | plugin-libc/newlib/libc/machine/i960/memcmp_ca.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 5,781 | plugin-libc/newlib/libc/machine/i960/strncat.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 3,917 | plugin-libc/newlib/libc/machine/i960/setjmp.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 6,476 | plugin-libc/newlib/libc/machine/i960/strcpy.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 3,179 | plugin-libc/newlib/libc/machine/i960/strcspn.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 9,947 | plugin-libc/newlib/libc/machine/i960/strcpy_ca.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 5,074 | plugin-libc/newlib/libc/machine/i960/strlen_ca.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 2,480 | plugin-libc/newlib/libc/machine/i960/strdup.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 4,835 | plugin-libc/newlib/libc/machine/i960/memccpy.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 5,373 | plugin-libc/newlib/libc/machine/i960/memchr_ca.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 4,578 | plugin-libc/newlib/libc/machine/i960/strncmp.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 3,969 | plugin-libc/newlib/libc/machine/i960/memset.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
4ms/metamodule-plugin-sdk | 10,423 | plugin-libc/newlib/libc/machine/i960/strncat_ca.S | /*******************************************************************************
*
* Copyright (c) 1993 Intel Corporation
*
* Intel hereby grants you permission to copy, modify, and distribute this
* software and its documentation. Intel grants this permission provided
* that the above copyright notice appears... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.