repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
aliceatlas/hexagen
2,674
Hexagen/Boost/src/context/asm/make_arm_aapcs_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
aliceatlas/hexagen
3,579
Hexagen/Boost/src/context/asm/make_arm64_aapcs_macho_gas.S
/******************************************************* * * * ------------------------------------------------- * * | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | * * ------------------------------------------------- * * | 0x0 | 0x4 | 0x8 | 0xc | 0x10|...
aliceatlas/hexagen
4,189
Hexagen/Boost/src/context/asm/jump_arm64_aapcs_macho_gas.S
/******************************************************* * * * ------------------------------------------------- * * | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | * * ------------------------------------------------- * * | 0x0 | 0x4 | 0x8 | 0xc | 0x10|...
aliceatlas/hexagen
3,554
Hexagen/Boost/src/context/asm/make_x86_64_sysv_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
aliceatlas/hexagen
2,817
Hexagen/Boost/src/context/asm/jump_i386_sysv_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
aliceatlas/hexagen
3,229
Hexagen/Boost/src/context/asm/jump_arm_aapcs_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /******************************************************* * ...
aliceatlas/hexagen
2,542
Hexagen/Boost/src/context/asm/make_i386_sysv_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
aliceatlas/hexagen
3,836
Hexagen/Boost/src/context/asm/jump_x86_64_sysv_macho_gas.S
/* Copyright Oliver Kowalke 2009. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ /**************************************************************************************** * ...
alibaba/LVS
13,495
kernel/drivers/lguest/x86/switcher_32.S
/*P:900 * This is the Switcher: code which sits at 0xFFC00000 (or 0xFFE00000) astride * both the Host and Guest to do the low-level Guest<->Host switch. It is as * simple as it can be made, but it's naturally very specific to x86. * * You have now completed Preparation. If this has whet your appetite; if you * ...
alibaba/LVS
23,685
kernel/drivers/net/wan/wanxlfw.S
.psize 0 /* wanXL serial card driver for Linux card firmware part Copyright (C) 2003 Krzysztof Halasa <khc@pm.waw.pl> This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. DP...
AliceLR/megazeux
3,575
arch/djgpp/interrupt.S
/* MegaZeux * * Copyright (C) 2010 Alan Williams <mralert@gmail.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later ver...
alibaba/LVS
3,320
kernel/drivers/scsi/arm/acornscsi-io.S
/* * linux/drivers/acorn/scsi/acornscsi-io.S: Acorn SCSI card IO * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/linkage.h> #include <asm/assembler.h> #inc...
alibaba/x-deeplearning
1,316
xdl/third_party/tbb/src/tbb/ia64-gas/log2.s
// Copyright (c) 2005-2018 Intel Corporation // // 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 applicable law o...
alibaba/x-deeplearning
15,136
xdl/third_party/tbb/src/tbb/ia64-gas/atomic_support.s
// Copyright (c) 2005-2018 Intel Corporation // // 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 applicable law o...
alibaba/x-deeplearning
1,282
xdl/third_party/tbb/src/tbb/ia64-gas/lock_byte.s
// Copyright (c) 2005-2018 Intel Corporation // // 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 applicable law o...
alibaba/x-deeplearning
2,699
xdl/third_party/tbb/src/tbb/ia64-gas/ia64_misc.s
// Copyright (c) 2005-2018 Intel Corporation // // 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 applicable law o...
alibaba/x-deeplearning
42,842
blaze/thirdparty/zlib/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...
alibaba/x-deeplearning
10,365
blaze/thirdparty/zlib/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 ...
alibaba/x-deeplearning
15,839
blaze/thirdparty/zlib/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) ;...
alibaba/x-deeplearning
12,418
blaze/thirdparty/zlib/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...
aligrudi/neatlibc
1,898
x64/string.s
global memcpy memcpy: mov rax, rdi mov rcx, rdx cld rep movsb ret global memmove memmove: mov rcx, rdx cmp rdi, rsi jng .usual mov rax, rsi add rax, rcx cmp rdi, rax jg .usual mov rax, rdi std add rsi, rcx add rdi, rcx dec rsi dec rdi rep movsb ret .usual: mov rax, rdi cld rep movsb ret gl...
aligrudi/neatlibc
3,936
x64/syscall.s
extern errno __syscall: mov r10, rcx syscall cmp rax, 0 jge done cmp rax, -4095 jb done neg rax mov [errno], eax mov rax, -1 done: ret global _exit _exit: mov rax, 60 jmp __syscall global fork fork: mov eax, 57 jmp __syscall global read read: mov eax, 0 jmp __syscall global write write: mov eax,...
aligrudi/neatlibc
2,015
arm/string.s
.global memcpy memcpy: mov r12, r0 .loop: subs r2, r2, #1 bmi .ret ldrb r3, [r1], #1 strb r3, [r0], #1 b .loop .ret: mov r0, r12 mov pc, lr .global memset memset: mov r12, r0 .loop: subs r2, r2, #1 bmi .ret strb r1, [r0], #1 b .loop .ret: mov r0, r12 mov pc, lr .global memmove memmove: mov r12, r0 c...
aligrudi/neatlibc
3,044
arm/syscall.s
__syscall: stmfd sp!, {r4, r5, r7, lr} ldr r4, [sp, #16] ldr r5, [sp, #20] mov r7, r12 swi #0 cmn r0, #4096 rsbcs r2, r0, #0 ldrcs r3, =errno mvncs r0, #0 strcs r2, [r3] ldmfd sp!, {r4, r5, r7, pc} .extern errno .global _exit _exit: mov r12, #1 b __syscall .global fork fork: mov r12, #2 b __syscall ...
aligrudi/neatlibc
2,582
x86/string.s
global memcpy memcpy: push esi push edi mov edi, [esp+12] mov esi, [esp+16] mov ecx, [esp+20] mov eax, edi cld rep movsb pop edi pop esi ret global memmove memmove: push esi push edi mov edi, [esp+12] mov esi, [esp+16] mov ecx, [esp+20] cmp edi, esi jng .usual mov eax, esi add eax, ecx cmp edi,...
aligrudi/neatlibc
3,425
x86/syscall.s
extern errno __syscall: push ebp mov ebp, esp push ebx push edi push esi mov ebx, [ebp+8] mov ecx, [ebp+12] mov edx, [ebp+16] mov esi, [ebp+20] mov edi, [ebp+24] mov ebp, [ebp+28] int 0x80 cmp eax, -125 jb done neg eax mov [errno], eax mov eax, -1 done: pop esi pop edi pop ebx pop ebp ret g...
aligrudi/neatroff_make
23,109
tmac/tmac.s
.ds sd \n(.D .\" RT - reset everything to normal state .de RT .if \\n(CS \{\ .SR 1 .BG\} .if !\\n(1T .BG .ce 0 .if !\\n(IK .if !\\n(IF .if !\\n(IX .if !\\n(BE .if !\\n(FT .di .ul 0 .if \\n(QP \{\ . ll +\\n(QIu . in -\\n(QIu . nr QP -1\} .if \\n(NX<=1 .if \\n(AJ=0 .if \\n(FT=0 .ll \\n(LLu .if !\\n(IF \{\ . ps \\n(PS . ...
alibaba/LVS
4,356
kernel/sound/oss/vidc_fill.S
/* * linux/drivers/sound/vidc_fill.S * * Copyright (C) 1997 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. * * Filler routines for DMA buffers */ #include ...
alibaba/LVS
90,665
kernel/arch/m68k/kernel/head.S
/* -*- mode: asm -*- ** ** head.S -- This file contains the initial boot code for the ** Linux/68k kernel. ** ** Copyright 1993 by Hamish Macdonald ** ** 68040 fixes by Michael Rausch ** 68060 fixes by Roman Hodek ** MMU cleanup by Randy Thelen ** Final MMU cleanup by Roman Zippel ** ** Atari support by Andreas Sc...
alibaba/LVS
2,046
kernel/arch/m68k/kernel/sun3-head.S
#include <linux/linkage.h> #include <linux/init.h> #include <asm/entry.h> #include <asm/page.h> #include <asm/contregs.h> #include <asm/sun3-head.h> PSL_HIGHIPL = 0x2700 NBSG = 0x20000 ICACHE_ONLY = 0x00000009 CACHES_OFF = 0x00000008 | actually a clear and disable --m #define MAS_STACK INT_STACK ROOT_T...
alibaba/LVS
17,757
kernel/arch/m68k/kernel/entry.S
/* -*- mode: asm -*- * * linux/arch/m68k/kernel/entry.S * * Copyright (C) 1991, 1992 Linus Torvalds * * This file is subject to the terms and conditions of the GNU General Public * License. See the file README.legal in the main directory of this archive * for more details. * * Linux/m68k support by Hamish...
alibaba/LVS
28,388
kernel/arch/m68k/fpsp040/setox.S
| | setox.sa 3.1 12/10/90 | | The entry point setox computes the exponential of a value. | setoxd does the same except the input value is a denormalized | number. setoxm1 computes exp(X)-1, and setoxm1d computes | exp(X)-1 for denormalized X. | | INPUT | ----- | Double-extended value in memory location pointed to by ad...
alibaba/LVS
12,262
kernel/arch/m68k/fpsp040/stwotox.S
| | stwotox.sa 3.1 12/10/90 | | stwotox --- 2**X | stwotoxd --- 2**X for denormalized X | stentox --- 10**X | stentoxd --- 10**X for denormalized X | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The function values are returned in Fp0. | | Accuracy and Monotonicity: ...
alibaba/LVS
19,468
kernel/arch/m68k/fpsp040/slogn.S
| | slogn.sa 3.1 12/10/90 | | slogn computes the natural logarithm of an | input value. slognd does the same except the input value is a | denormalized number. slognp1 computes log(1+X), and slognp1d | computes log(1+X) for denormalized X. | | Input: Double-extended value in memory location pointed to by address | reg...
alibaba/LVS
13,349
kernel/arch/m68k/fpsp040/stan.S
| | stan.sa 3.3 7/29/91 | | The entry point stan computes the tangent of | an input argument; | stand does the same except for denormalized input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value tan(X) returned in floating-point register Fp0. | | Accuracy and ...
alibaba/LVS
15,728
kernel/arch/m68k/fpsp040/decbin.S
| | decbin.sa 3.3 12/19/90 | | Description: Converts normalized packed bcd value pointed to by | register A6 to extended-precision value in FP0. | | Input: Normalized packed bcd value in ETEMP(a6). | | Output: Exact floating-point representation of the packed bcd value. | | Saves and Modifies: D2-D5 | | Speed: The prog...
alibaba/LVS
1,974
kernel/arch/m68k/fpsp040/sto_res.S
| | sto_res.sa 3.1 12/10/90 | | Takes the result and puts it in where the user expects it. | Library functions return result in fp0. If fp0 is not the | users destination register then fp0 is moved to the | correct floating-point destination register. fp0 and fp1 | are then restored to the original contents. | | Input...
alibaba/LVS
13,176
kernel/arch/m68k/fpsp040/gen_except.S
| | gen_except.sa 3.7 1/16/92 | | gen_except --- FPSP routine to detect reportable exceptions | | This routine compares the exception enable byte of the | user_fpcr on the stack with the exception status byte | of the user_fpsr. | | Any routine which may report an exceptions must load | the stack frame in memory with t...
alibaba/LVS
2,014
kernel/arch/m68k/fpsp040/x_unimp.S
| | x_unimp.sa 3.3 7/1/91 | | fpsp_unimp --- FPSP handler for unimplemented instruction | exception. | | Invoked when the user program encounters a floating-point | op-code that hardware does not support. Trap vector# 11 | (See table 8-1 MC68030 User's Manual). | | | Note: An fsave for an unimplemented inst. will crea...
alibaba/LVS
4,302
kernel/arch/m68k/fpsp040/binstr.S
| | binstr.sa 3.3 12/19/90 | | | Description: Converts a 64-bit binary integer to bcd. | | Input: 64-bit binary integer in d2:d3, desired length (LEN) in | d0, and a pointer to start in memory for bcd characters | in d0. (This pointer must point to byte 4 of the first | lword of the packed d...
alibaba/LVS
16,764
kernel/arch/m68k/fpsp040/round.S
| | round.sa 3.4 7/29/91 | | handle rounding and normalization tasks | | | | Copyright (C) Motorola, Inc. 1990 | All Rights Reserved | | For details on the license for this file, please see the | file, README, in this same directory. |ROUND idnt 2,1 | Motorola 040 Floating Point Software Package |s...
alibaba/LVS
13,813
kernel/arch/m68k/fpsp040/do_func.S
| | do_func.sa 3.4 2/18/91 | | Do_func performs the unimplemented operation. The operation | to be performed is determined from the lower 7 bits of the | extension word (except in the case of fmovecr and fsincos). | The opcode and tag bits form an index into a jump table in | tbldo.sa. Cases of zero, infinity and NaN...
alibaba/LVS
6,621
kernel/arch/m68k/fpsp040/x_snan.S
| | x_snan.sa 3.3 7/1/91 | | fpsp_snan --- FPSP handler for signalling NAN exception | | SNAN for float -> integer conversions (integer conversion of | an SNAN) is a non-maskable run-time exception. | | For trap disabled the 040 does the following: | If the dest data format is s, d, or x, then the SNAN bit in the NAN |...
alibaba/LVS
13,311
kernel/arch/m68k/fpsp040/kernel_ex.S
| | kernel_ex.sa 3.3 12/19/90 | | This file contains routines to force exception status in the | fpu for exceptional cases detected or reported within the | transcendental functions. Typically, the t_xx routine will | set the appropriate bits in the USER_FPSR word on the stack. | The bits are tested in gen_except.sa t...
alibaba/LVS
8,926
kernel/arch/m68k/fpsp040/scale.S
| | scale.sa 3.3 7/30/91 | | The entry point sSCALE computes the destination operand | scaled by the source operand. If the absolute value of | the source operand is (>= 2^14) an overflow or underflow | is returned. | | The entry point sscale is called from do_func to emulate | the fscale unimplemented instruction. | ...
alibaba/LVS
9,807
kernel/arch/m68k/fpsp040/x_operr.S
| | x_operr.sa 3.5 7/1/91 | | fpsp_operr --- FPSP handler for operand error exception | | See 68040 User's Manual pp. 9-44f | | Note 1: For trap disabled 040 does the following: | If the dest is a fp reg, then an extended precision non_signaling | NAN is stored in the dest reg. If the dest format is b, w, or l and | t...
alibaba/LVS
2,348
kernel/arch/m68k/fpsp040/sasin.S
| | sasin.sa 3.3 12/19/90 | | Description: The entry point sAsin computes the inverse sine of | an input argument; sAsind does the same except for denormalized | input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value arcsin(X) returned in floating-point regi...
alibaba/LVS
19,058
kernel/arch/m68k/fpsp040/ssin.S
| | ssin.sa 3.3 7/29/91 | | The entry point sSIN computes the sine of an input argument | sCOS computes the cosine, and sSINCOS computes both. The | corresponding entry points with a "d" computes the same | corresponding function values for denormalized inputs. | | Input: Double-extended number X in location pointed to...
alibaba/LVS
4,743
kernel/arch/m68k/fpsp040/x_ovfl.S
| | x_ovfl.sa 3.5 7/1/91 | | fpsp_ovfl --- FPSP handler for overflow exception | | Overflow occurs when a floating-point intermediate result is | too large to be represented in a floating-point data register, | or when storing to memory, the contents of a floating-point | data register are too large to be represented i...
alibaba/LVS
28,113
kernel/arch/m68k/fpsp040/bindec.S
| | bindec.sa 3.4 1/3/91 | | bindec | | Description: | Converts an input in extended precision format | to bcd format. | | Input: | a0 points to the input extended precision value | value in memory; d0 contains the k-factor sign-extended | to 32-bits. The input may be either normalized, | unnormalized, or denorm...
alibaba/LVS
2,932
kernel/arch/m68k/fpsp040/x_fline.S
| | x_fline.sa 3.3 1/10/91 | | fpsp_fline --- FPSP handler for fline exception | | First determine if the exception is one of the unimplemented | floating point instructions. If so, let fpsp_unimp handle it. | Next, determine if the instruction is an fmovecr with a non-zero | <ea> field. If so, handle here and return...
alibaba/LVS
14,062
kernel/arch/m68k/fpsp040/bugfix.S
| | bugfix.sa 3.2 1/31/91 | | | This file contains workarounds for bugs in the 040 | relating to the Floating-Point Software Package (FPSP) | | Fixes for bugs: 1238 | | Bug: 1238 | | | /* The following dirty_bit clear should be left in | * the handler permanently to improve throughput. | * The dirty_bits are...
alibaba/LVS
15,961
kernel/arch/m68k/fpsp040/satan.S
| | satan.sa 3.3 12/19/90 | | The entry point satan computes the arctangent of an | input value. satand does the same except the input value is a | denormalized number. | | Input: Double-extended value in memory location pointed to by address | register a0. | | Output: Arctan(X) returned in floating-point register Fp0...
alibaba/LVS
5,198
kernel/arch/m68k/fpsp040/slog2.S
| | slog2.sa 3.1 12/10/90 | | The entry point slog10 computes the base-10 | logarithm of an input argument X. | slog10d does the same except the input value is a | denormalized number. | sLog2 and sLog2d are the base-2 analogues. | | INPUT: Double-extended value in memory location pointed to | by address r...
alibaba/LVS
4,288
kernel/arch/m68k/fpsp040/smovecr.S
| | smovecr.sa 3.1 12/10/90 | | The entry point sMOVECR returns the constant at the | offset given in the instruction field. | | Input: An offset in the instruction word. | | Output: The constant rounded to the user's rounding | mode unchecked for overflow. | | Modified: fp0. | | | Copyright (C) Motorola, Inc. 1990 |...
alibaba/LVS
17,089
kernel/arch/m68k/fpsp040/util.S
| | util.sa 3.7 7/29/91 | | This file contains routines used by other programs. | | ovf_res: used by overflow to force the correct | result. ovf_r_k, ovf_r_x2, ovf_r_x3 are | derivatives of this routine. | get_fline: get user's opcode word | g_dfmtou: returns the destination format. | g_opcls: returns the opclass o...
alibaba/LVS
3,666
kernel/arch/m68k/fpsp040/sgetem.S
| | sgetem.sa 3.1 12/10/90 | | The entry point sGETEXP returns the exponent portion | of the input argument. The exponent bias is removed | and the exponent value is returned as an extended | precision number in fp0. sGETEXPD handles denormalized | numbers. | | The entry point sGETMAN extracts the mantissa of the | i...
alibaba/LVS
19,240
kernel/arch/m68k/fpsp040/tbldo.S
| | tbldo.sa 3.1 12/10/90 | | Modified: | 8/16/90 chinds The table was constructed to use only one level | of indirection in do_func for monadic | functions. Dyadic functions require two | levels, and the tables are still contained | in do_func. The table is arranged for | index with a 10-bit index, with th...
alibaba/LVS
2,995
kernel/arch/m68k/fpsp040/scosh.S
| | scosh.sa 3.1 12/10/90 | | The entry point sCosh computes the hyperbolic cosine of | an input argument; sCoshd does the same except for denormalized | input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value cosh(X) returned in floating-point register Fp0. | ...
alibaba/LVS
4,074
kernel/arch/m68k/fpsp040/stanh.S
| | stanh.sa 3.1 12/10/90 | | The entry point sTanh computes the hyperbolic tangent of | an input argument; sTanhd does the same except for denormalized | input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value tanh(X) returned in floating-point register Fp0. |...
alibaba/LVS
2,235
kernel/arch/m68k/fpsp040/satanh.S
| | satanh.sa 3.3 12/19/90 | | The entry point satanh computes the inverse | hyperbolic tangent of | an input argument; satanhd does the same except for denormalized | input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value arctanh(X) returned in floating-point...
alibaba/LVS
2,827
kernel/arch/m68k/fpsp040/sacos.S
| | sacos.sa 3.3 12/19/90 | | Description: The entry point sAcos computes the inverse cosine of | an input argument; sAcosd does the same except for denormalized | input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value arccos(X) returned in floating-point re...
alibaba/LVS
6,983
kernel/arch/m68k/fpsp040/x_store.S
| | x_store.sa 3.2 1/24/91 | | store --- store operand to memory or register | | Used by underflow and overflow handlers. | | a6 = points to fp value to be stored. | | Copyright (C) Motorola, Inc. 1990 | All Rights Reserved | | For details on the license for this file, please see the | file, README, in ...
alibaba/LVS
53,177
kernel/arch/m68k/fpsp040/res_func.S
| | res_func.sa 3.9 7/29/91 | | Normalizes denormalized numbers if necessary and updates the | stack frame. The function is then restored back into the | machine and the 040 completes the operation. This routine | is only used by the unsupported data type/format handler. | (Exception vector 55). | | For packed move o...
alibaba/LVS
20,372
kernel/arch/m68k/fpsp040/get_op.S
| | get_op.sa 3.6 5/19/92 | | get_op.sa 3.5 4/26/91 | | Description: This routine is called by the unsupported format/data | type exception handler ('unsupp' - vector 55) and the unimplemented | instruction exception handler ('unimp' - vector 11). 'get_op' | determines the opclass (0, 2, or 3) and branches to the | o...
alibaba/LVS
5,696
kernel/arch/m68k/fpsp040/sint.S
| | sint.sa 3.1 12/10/90 | | The entry point sINT computes the rounded integer | equivalent of the input argument, sINTRZ computes | the integer rounded to zero of the input argument. | | Entry points sint and sintrz are called from do_func | to emulate the fint and fintrz unimplemented instructions, | respectively. E...
alibaba/LVS
3,410
kernel/arch/m68k/fpsp040/ssinh.S
| | ssinh.sa 3.1 12/10/90 | | The entry point sSinh computes the hyperbolic sine of | an input argument; sSinhd does the same except for denormalized | input. | | Input: Double-extended number X in location pointed to | by address register a0. | | Output: The value sinh(X) returned in flo...
alibaba/LVS
11,802
kernel/arch/m68k/fpsp040/skeleton.S
| | skeleton.sa 3.2 4/26/91 | | This file contains code that is system dependent and will | need to be modified to install the FPSP. | | Each entry point for exception 'xxxx' begins with a 'jmp fpsp_xxxx'. | Put any target system specific handling that must be done immediately | before the jump instruction. If there n...
alibaba/LVS
12,287
kernel/arch/m68k/fpsp040/srem_mod.S
| | srem_mod.sa 3.1 12/10/90 | | The entry point sMOD computes the floating point MOD of the | input values X and Y. The entry point sREM computes the floating | point (IEEE) REM of the input values X and Y. | | INPUT | ----- | Double-extended value Y is pointed to by address in register |...
alibaba/LVS
2,257
kernel/arch/m68k/fpsp040/x_unsupp.S
| | x_unsupp.sa 3.3 7/1/91 | | fpsp_unsupp --- FPSP handler for unsupported data type exception | | Trap vector #55 (See table 8-1 Mc68030 User's manual). | Invoked when the user program encounters a data format (packed) that | hardware does not support or a data type (denormalized numbers or un- | normalized numbers)....
alibaba/LVS
6,961
kernel/arch/m68k/fpsp040/x_unfl.S
| | x_unfl.sa 3.4 7/1/91 | | fpsp_unfl --- FPSP handler for underflow exception | | Trap disabled results | For 881/2 compatibility, sw must denormalize the intermediate | result, then store the result. Denormalization is accomplished | by taking the intermediate result (which is always normalized) and | shifting the ...
alibaba/LVS
10,551
kernel/arch/m68k/ifpsp060/os.S
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP |M68000 Hi-Performance Microprocessor Division |M68060 Software Package |Production Release P1.00 -- October 10, 1994 | |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. | |...
alibaba/LVS
9,892
kernel/arch/m68k/ifpsp060/iskeleton.S
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP |M68000 Hi-Performance Microprocessor Division |M68060 Software Package |Production Release P1.00 -- October 10, 1994 | |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. | |...
alibaba/LVS
10,690
kernel/arch/m68k/ifpsp060/fskeleton.S
|~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP |M68000 Hi-Performance Microprocessor Division |M68060 Software Package |Production Release P1.00 -- October 10, 1994 | |M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. | |...
alibaba/LVS
36,342
kernel/arch/m68k/math-emu/fp_util.S
/* * fp_util.S * * Copyright Roman Zippel, 1997. 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, and the ...
alibaba/LVS
5,656
kernel/arch/m68k/math-emu/fp_cond.S
/* * fp_cond.S * * Copyright Roman Zippel, 1997. 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, and the ...
alibaba/LVS
6,805
kernel/arch/m68k/math-emu/fp_entry.S
/* * fp_emu.S * * Copyright Roman Zippel, 1997. 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, and the e...
alibaba/LVS
5,643
kernel/arch/m68k/math-emu/fp_move.S
/* * fp_move.S * * Copyright Roman Zippel, 1997. 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, and the ...
alibaba/LVS
8,176
kernel/arch/m68k/math-emu/fp_movem.S
/* * fp_movem.S * * Copyright Roman Zippel, 1997. 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, and the...
alibaba/LVS
11,682
kernel/arch/m68k/math-emu/fp_scan.S
/* * fp_scan.S * * Copyright Roman Zippel, 1997. 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, and the ...
alibaba/LVS
11,994
kernel/arch/m68k/mac/mac_penguin.S
.byte \ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,\ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0xFF,0xFF,0xFF,0xFF,0xF0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,...
alibaba/LVS
30,683
kernel/arch/m68k/ifpsp060/src/ilsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
alibaba/LVS
293,708
kernel/arch/m68k/ifpsp060/src/fplsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
alibaba/LVS
462,524
kernel/arch/m68k/ifpsp060/src/pfpsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
alibaba/LVS
761,567
kernel/arch/m68k/ifpsp060/src/fpsp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
alibaba/LVS
29,213
kernel/arch/m68k/ifpsp060/src/ftest.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
alibaba/LVS
126,513
kernel/arch/m68k/ifpsp060/src/isp.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
alibaba/LVS
105,822
kernel/arch/m68k/ifpsp060/src/itest.S
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MOTOROLA MICROPROCESSOR & MEMORY TECHNOLOGY GROUP M68000 Hi-Performance Microprocessor Division M68060 Software Package Production Release P1.00 -- October 10, 1994 M68060 Software Package Copyright © 1993, 1994 Motorola Inc. All rights reserved. THE SOFTW...
alibaba/LVS
18,424
kernel/arch/avr32/kernel/entry-avr32b.S
/* * Copyright (C) 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* * This file contains the low-level entry-points into the kernel, that is,...
alibaba/LVS
6,941
kernel/arch/avr32/kernel/syscall_table.S
/* * AVR32 system call table * * Copyright (C) 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ .section .rodata,"a",@progbits .type sys_call...
alibaba/LVS
2,100
kernel/arch/avr32/kernel/syscall-stubs.S
/* * Copyright (C) 2005-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* * Stubs for syscalls that require access to pt_regs or that take more * ...
alibaba/LVS
2,661
kernel/arch/avr32/kernel/vmlinux.lds.S
/* * AVR32 linker script for the Linux kernel * * Copyright (C) 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #define LOAD_OFFSET 0x00000000 ...
alibaba/LVS
1,193
kernel/arch/avr32/lib/strnlen_user.S
/* * Copy to/from userspace with optional address space checking. * * Copyright 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <asm/p...
alibaba/LVS
1,247
kernel/arch/avr32/lib/clear_user.S
/* * Copyright 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <asm/page.h> #include <asm/thread_info.h> #include <asm/asm.h> .text ....
alibaba/LVS
1,266
kernel/arch/avr32/lib/memcpy.S
/* * Copyright (C) 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ /* * void *memcpy(void *to, const void *from, unsigned long n) * * Thi...
alibaba/LVS
1,729
kernel/arch/avr32/lib/csum_partial_copy_generic.S
/* * Copyright (C) 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <asm/errno.h> #include <asm/asm.h> /* * unsigned int csum_partial...
alibaba/LVS
3,246
kernel/arch/avr32/lib/findbit.S
/* * Copyright (C) 2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux/linkage.h> .text /* * unsigned long find_first_zero_bit(const ...
alibaba/LVS
1,233
kernel/arch/avr32/lib/memset.S
/* * Copyright (C) 2004-2006 Atmel Corporation * * Based on linux/arch/arm/lib/memset.S * Copyright (C) 1995-2000 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundatio...
alibaba/LVS
2,286
kernel/arch/avr32/lib/copy_user.S
/* * Copy to/from userspace with optional address space checking. * * Copyright 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <asm/p...
alibaba/LVS
1,223
kernel/arch/avr32/lib/strncpy_from_user.S
/* * Copy to/from userspace with optional address space checking. * * Copyright 2004-2006 Atmel Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include <linux...