repo_id stringlengths 5 115 | size int64 590 5.01M | file_path stringlengths 4 212 | content stringlengths 590 5.01M |
|---|---|---|---|
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... |
4ms/metamodule-plugin-sdk | 5,234 | plugin-libc/newlib/libc/machine/i960/strchr_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 | 8,008 | plugin-libc/newlib/libc/machine/i960/strcmp_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 | 10,205 | plugin-libc/newlib/libc/machine/i960/strncpy_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,015 | plugin-libc/newlib/libc/machine/i960/strrchr.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 | 8,544 | plugin-libc/newlib/libc/machine/i960/strncmp_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,835 | plugin-libc/newlib/libc/machine/i960/memchr.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,628 | plugin-libc/newlib/libc/machine/i960/memcmp.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,046 | plugin-libc/newlib/libc/machine/i960/strlen.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,364 | plugin-libc/newlib/libc/machine/i960/strchr.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,396 | plugin-libc/newlib/libc/machine/i960/strcmp.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,675 | plugin-libc/newlib/libc/machine/i960/strncpy.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,261 | plugin-libc/newlib/libc/machine/arc/memcpy.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,337 | plugin-libc/newlib/libc/machine/arc/memcpy-bs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 4,244 | plugin-libc/newlib/libc/machine/arc/setjmp.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 4,627 | plugin-libc/newlib/libc/machine/arc/strncpy-bs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 2,941 | plugin-libc/newlib/libc/machine/arc/strcpy.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,269 | plugin-libc/newlib/libc/machine/arc/strlen-bs-norm.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 4,537 | plugin-libc/newlib/libc/machine/arc/strchr-bs-norm.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 4,560 | plugin-libc/newlib/libc/machine/arc/memset-bs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 7,794 | plugin-libc/newlib/libc/machine/arc/memcpy-archs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,862 | plugin-libc/newlib/libc/machine/arc/memset-archs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,419 | plugin-libc/newlib/libc/machine/arc/memset.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 2,969 | plugin-libc/newlib/libc/machine/arc/strcmp-archs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 5,138 | plugin-libc/newlib/libc/machine/arc/memcmp-bs-norm.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,322 | plugin-libc/newlib/libc/machine/arc/strcpy-bs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,969 | plugin-libc/newlib/libc/machine/arc/memcmp.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 4,143 | plugin-libc/newlib/libc/machine/arc/strlen.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 5,286 | plugin-libc/newlib/libc/machine/arc/strchr.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,353 | plugin-libc/newlib/libc/machine/arc/strlen-bs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 4,439 | plugin-libc/newlib/libc/machine/arc/strcmp.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,445 | plugin-libc/newlib/libc/machine/arc/strcpy-bs-arc600.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 3,718 | plugin-libc/newlib/libc/machine/arc/strncpy.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 5,236 | plugin-libc/newlib/libc/machine/arc/strchr-bs.S | /*
Copyright (c) 2015, Synopsys, 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 of source code must retain the above copyright notice,
this list of conditions and... |
4ms/metamodule-plugin-sdk | 2,589 | plugin-libc/newlib/libc/machine/riscv/setjmp.S | /* Copyright (c) 2017 SiFive Inc. All rights reserved.
This copyrighted material is made available to anyone wishing to use,
modify, copy, or redistribute it subject to the terms and conditions
of the FreeBSD License. This program is distributed in the hope that
it will be useful, but WITHOUT ANY WARRAN... |
4ms/metamodule-plugin-sdk | 1,981 | plugin-libc/newlib/libc/machine/riscv/memset.S | /* Copyright (c) 2017 SiFive Inc. All rights reserved.
This copyrighted material is made available to anyone wishing to use,
modify, copy, or redistribute it subject to the terms and conditions
of the FreeBSD License. This program is distributed in the hope that
it will be useful, but WITHOUT ANY WARRAN... |
4ms/metamodule-plugin-sdk | 3,647 | plugin-libc/newlib/libc/machine/riscv/strcmp.S | /* Copyright (c) 2017 SiFive Inc. All rights reserved.
This copyrighted material is made available to anyone wishing to use,
modify, copy, or redistribute it subject to the terms and conditions
of the FreeBSD License. This program is distributed in the hope that
it will be useful, but WITHOUT ANY WARRAN... |
4ms/metamodule-plugin-sdk | 7,726 | plugin-libc/newlib/libc/machine/sh/memcpy.S | !
! Fast SH memcpy
!
! by Toshiyasu Morita (tm@netcom.com)
! hacked by J"orn Rernnecke (joern.rennecke@superh.com) ("o for o-umlaut)
! SH5 code Copyright 2002 SuperH Ltd.
!
! Entry: ARG0: destination pointer
! ARG1: source pointer
! ARG3: byte count
!
! Exit: RESULT: destination pointer
! any othe... |
4ms/metamodule-plugin-sdk | 3,695 | plugin-libc/newlib/libc/machine/sh/setjmp.S | /* We want to pretend we're in SHmedia mode, even when assembling for
SHcompact. */
#if __SH5__ == 32 && ! __SHMEDIA__
# undef __SHMEDIA__
# define __SHMEDIA__ 1
#endif
#if __SHMEDIA__
.mode SHmedia
#endif
#include "asm.h"
ENTRY(setjmp)
#if __SH5__
ptabs r18, tr0
gettr tr5, r5
gettr tr6, r6
gettr tr7, r7
s... |
4ms/metamodule-plugin-sdk | 2,524 | plugin-libc/newlib/libc/machine/sh/strcpy.S | ! Entry: arg0: destination
! arg1: source
! Exit: result: destination
!
! SH5 code Copyright 2002 SuperH Ltd.
#include "asm.h"
ENTRY(strcpy)
#if __SHMEDIA__
pta/l shortstring,tr1
ldlo.q r3,0,r4
ptabs r18,tr4
shlli r3,3,r7
addi r2, 8, r0
mcmpeq.b r4,r63,r6
SHHI r6,r7,r6
bnei/u r6,0,tr1 // shortstring... |
4ms/metamodule-plugin-sdk | 3,191 | plugin-libc/newlib/libc/machine/sh/memset.S | !
! Fast SH memset
!
! by Toshiyasu Morita (tm@netcom.com)
!
! SH5 code by J"orn Rennecke (joern.rennecke@superh.com)
! Copyright 2002 SuperH Ltd.
!
#include "asm.h"
ENTRY(memset)
#if __SHMEDIA__
pta/l multiquad, tr0
ptabs r18, tr2
andi r2, -8, r25
add r2, r4, r5
addi r5, -1, r20 // calculate end address.
a... |
4ms/metamodule-plugin-sdk | 1,370 | plugin-libc/newlib/libc/machine/sh/strlen.S | ! Entry: arg0: string start address
! Exit: result: length
!
! Copyright 2002 SuperH Ltd.
#include "asm.h"
ENTRY(strlen)
#if __SHMEDIA__
ldlo.q r2,0,r3
ptabs/l r18,tr0
pta/l loop,tr1
andi r2,-8,r0
shlli r2,3,r1
mcmpeq.b r3,r63,r3
SHHI r3,r1,r4
beqi/u r4,0,tr1 // loop
#ifdef __LITTLE_ENDIAN__
movi -1,r2
a... |
4ms/metamodule-plugin-sdk | 4,092 | plugin-libc/newlib/libc/machine/sh/strcmp.S | ! SH5 code Copyright 2002 SuperH Ltd.
#include "asm.h"
ENTRY(strcmp)
#if __SHMEDIA__
ld.ub r2,0,r4
pt/l quickret0,tr0
ld.ub r3,0,r5
ptabs r18,tr2
beqi/u r4,0,tr0
ld.ub r2,1,r6
bne/u r4,r5,tr0
pt/l quickret1,tr1
ld.ub r3,1,r7
beqi/u r6,0,tr1
ld.ub r2,2,r4
bne/u r6,r7,tr1
ld.ub r3,2,r5
beqi/u r4,0,tr0
l... |
4ms/metamodule-plugin-sdk | 4,945 | plugin-libc/newlib/libc/machine/sh/strncpy.S | /* Copyright 2003 SuperH Ltd. */
#include "asm.h"
#ifdef __SH5__
#if __SHMEDIA__
#ifdef __LITTLE_ENDIAN__
#define ZPAD_MASK(src, dst) addi src, -1, dst
#else
#define ZPAD_MASK(src, dst) \
byterev src, dst; addi dst, -1, dst; byterev dst, dst
#endif
/* We assume that the destination is not in the first 16 bytes o... |
4ms/metamodule-plugin-sdk | 3,123 | plugin-libc/newlib/libc/machine/arm/strcmp-armv6m.S | /*
* Copyright (c) 2014 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 conditions a... |
4ms/metamodule-plugin-sdk | 6,243 | plugin-libc/newlib/libc/machine/arm/strlen-armv7.S | /* Copyright (c) 2010-2011,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 ... |
4ms/metamodule-plugin-sdk | 1,999 | plugin-libc/newlib/libc/machine/arm/memcpy.S | /*
* Copyright (c) 2013-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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditi... |
4ms/metamodule-plugin-sdk | 1,934 | plugin-libc/newlib/libc/machine/arm/strlen-thumb1-Os.S | /* 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 above copyright
notice, this list of conditions and the f... |
4ms/metamodule-plugin-sdk | 7,156 | plugin-libc/newlib/libc/machine/arm/setjmp.S | /* This is a simple version of setjmp and longjmp.
Nick Clifton, Cygnus Solutions, 13 June 1997. */
#include "../../../../include/arm-acle-compat.h"
/* ANSI concatenation macros. */
#define CONCAT(a, b) CONCAT2(a, b)
#define CONCAT2(a, b) a##b
#ifndef __USER_LABEL_PREFIX__
#error __USER_LABEL_PREFIX__ not de... |
4ms/metamodule-plugin-sdk | 15,559 | plugin-libc/newlib/libc/machine/arm/memcpy-armv7a.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 | 9,453 | plugin-libc/newlib/libc/machine/arm/strcmp-armv7m.S | /*
* Copyright (c) 2012-2014 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 conditi... |
4ms/metamodule-plugin-sdk | 9,931 | plugin-libc/newlib/libc/machine/arm/strcmp-armv4.S | /*
* Copyright (c) 2012-2014 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 conditi... |
4ms/metamodule-plugin-sdk | 2,147 | plugin-libc/newlib/libc/machine/arm/aeabi_memmove-thumb2.S | /*
* 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:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.