repo_id
stringlengths
5
115
size
int64
590
5.01M
file_path
stringlengths
4
212
content
stringlengths
590
5.01M
Omerhrr/Tswapper
66,050
.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/c/blake3_avx2_x86-64_unix.S
#if defined(__ELF__) && defined(__linux__) .section .note.GNU-stack,"",%progbits #endif #if defined(__ELF__) && defined(__CET__) && defined(__has_include) #if __has_include(<cet.h>) #include <cet.h> #endif #endif #if !defined(_CET_ENDBR) #define _CET_ENDBR #endif .intel_syntax noprefix .global _blake3_hash_many_avx2...
Omerhrr/Tswapper
91,003
.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/c/blake3_avx512_x86-64_windows_gnu.S
.intel_syntax noprefix .global _blake3_hash_many_avx512 .global blake3_hash_many_avx512 .global blake3_compress_in_place_avx512 .global _blake3_compress_in_place_avx512 .global blake3_compress_xof_avx512 .global _blake3_compress_xof_avx512 .section .text .p2align 6 _blake3_hash_many_avx512: blake3_hash_many_avx512: ...
Omerhrr/Tswapper
61,143
.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/c/blake3_sse41_x86-64_unix.S
#if defined(__ELF__) && defined(__linux__) .section .note.GNU-stack,"",%progbits #endif #if defined(__ELF__) && defined(__CET__) && defined(__has_include) #if __has_include(<cet.h>) #include <cet.h> #endif #endif #if !defined(_CET_ENDBR) #define _CET_ENDBR #endif .intel_syntax noprefix .global blake3_hash_many_sse41...
Omerhrr/Tswapper
89,364
.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/c/blake3_avx512_x86-64_unix.S
#if defined(__ELF__) && defined(__linux__) .section .note.GNU-stack,"",%progbits #endif #if defined(__ELF__) && defined(__CET__) && defined(__has_include) #if __has_include(<cet.h>) #include <cet.h> #endif #endif #if !defined(_CET_ENDBR) #define _CET_ENDBR #endif .intel_syntax noprefix .global _blake3_hash_many_avx5...
Omerhrr/Tswapper
63,459
.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/c/blake3_sse41_x86-64_windows_gnu.S
.intel_syntax noprefix .global blake3_hash_many_sse41 .global _blake3_hash_many_sse41 .global blake3_compress_in_place_sse41 .global _blake3_compress_in_place_sse41 .global blake3_compress_xof_sse41 .global _blake3_compress_xof_sse41 .section .text .p2align 6 _blake3_hash_many_sse41: blake3_hash_many_sse41: ...
Omerhrr/Tswapper
68,858
.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.1/c/blake3_sse2_x86-64_unix.S
#if defined(__ELF__) && defined(__linux__) .section .note.GNU-stack,"",%progbits #endif #if defined(__ELF__) && defined(__CET__) && defined(__has_include) #if __has_include(<cet.h>) #include <cet.h> #endif #endif #if !defined(_CET_ENDBR) #define _CET_ENDBR #endif .intel_syntax noprefix .global blake3_hash_many_sse2 ...
onlycs/angados
2,056
asm/boot.S
# boot.S # bootloader for SoS # Stephen Marz # 8 February 2019 # Disable generation of compressed instructions. .option norvc # Define a .text.init section. The .text.init is put at the # starting address so that the entry _start is put at the RISC-V # address 0x8000_0000. .section .text.init # Execution starts here...
ooooooo1234/cw
1,854
examples/a.s
.file "a.c" .text .globl amazing_func .def amazing_func; .scl 2; .type 32; .endef .seh_proc amazing_func amazing_func: pushq %rbp .seh_pushreg %rbp movq %rsp, %rbp .seh_setframe %rbp, 0 subq $16, %rsp .seh_stackalloc 16 .seh_endprologue movl %ecx, 16(%rbp) movl 16(%rbp), %eax movl %eax, -4(%rbp) movl -4...
OpenNuvoton/M2003BSP
11,702
Library/Device/Nuvoton/M2003/Source/GCC/startup_M2003.S
/****************************************************************************//** * @file startup_M2003.S * @version V1.00 * @brief CMSIS Cortex-M23 Core Device Startup File for M2003 * * @copyright (C) 2018 Nuvoton Technology Corp. All rights reserved. ****************************************************...
OpenNuvoton/M2003BSP
8,884
Library/Device/Nuvoton/M2003/Source/IAR/startup_M2003.s
;/****************************************************************************** ; * @file startup_M2003.s ; * @version V0.10 ; * @brief CMSIS Cortex-M23 Core Device Startup File for M2003 ; * ; * @copyright (C) 2018 Nuvoton Technology Corp. All rights reserved. ;************************************************...
OpenNuvoton/M2003BSP
12,086
Library/Device/Nuvoton/M2003/Source/ARM/startup_M2003.s
;/****************************************************************************** ; * @file startup_M2003.s ; * @version V1.00 ; * @brief CMSIS Cortex-M Core Device Startup File for M2003 ; * ; * SPDX-License-Identifier: Apache-2.0 ; * @copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved. ;*****...
OpenNuvoton/M2003BSP
11,227
SampleCode/ISP/ISP_I2C/startup_M2003_isp.s
;/****************************************************************************** ; * @file startup_M2003.s ; * @version V1.00 ; * @brief CMSIS Cortex-M Core Device Startup File for M2003 ; * ; * SPDX-License-Identifier: Apache-2.0 ; * @copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved. ;*****...
OpenNuvoton/M2003BSP
11,227
SampleCode/ISP/ISP_RS485/startup_M2003_isp.s
;/****************************************************************************** ; * @file startup_M2003.s ; * @version V1.00 ; * @brief CMSIS Cortex-M Core Device Startup File for M2003 ; * ; * SPDX-License-Identifier: Apache-2.0 ; * @copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved. ;*****...
OpenNuvoton/M2003BSP
11,227
SampleCode/ISP/ISP_UART/startup_M2003_isp.s
;/****************************************************************************** ; * @file startup_M2003.s ; * @version V1.00 ; * @brief CMSIS Cortex-M Core Device Startup File for M2003 ; * ; * SPDX-License-Identifier: Apache-2.0 ; * @copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved. ;*****...
OpenNuvoton/M2003BSP
11,269
SampleCode/StdDriver/FMC_MultiBoot/KEIL/startup_M2003_user.s
;/****************************************************************************** ; * @file startup_M2003.s ; * @version V1.00 ; * @brief CMSIS Cortex-M Core Device Startup File for M2003 ; * ; * SPDX-License-Identifier: Apache-2.0 ; * @copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved. ;*****...
OpenNuvoton/M2003BSP
11,913
SampleCode/StdDriver/FMC_ExeInSRAM/KEIL/startup_M2003_user.s
;/****************************************************************************** ; * @file startup_M2003.s ; * @version V1.00 ; * @brief CMSIS Cortex-M Core Device Startup File for M2003 ; * ; * SPDX-License-Identifier: Apache-2.0 ; * @copyright (C) 2017-2020 Nuvoton Technology Corp. All rights reserved. ;*****...
OpenNuvoton/M2003BSP
5,565
SampleCode/StdDriver/FMC_IAP/GCC/startup_M2003.S
/****************************************************************************//** * @file startup_M251.s * @version V1.00 * @brief CMSIS Cortex-M23 Core Device Startup File for M251 * * @copyright (C) 2019 Nuvoton Technology Corp. All rights reserved. ******************************************************...
ornfelt/my_world
4,271
c/acazuc_eklatos/sys/arch/arm/boot.S
#define ASM_FILE #include <multiboot2.h> .section .multiboot.data, "aw" .align 8 multiboot_header_start: .long MULTIBOOT2_HEADER_MAGIC .long MULTIBOOT_ARCHITECTURE_ARM32 .long multiboot_header_end - multiboot_header_start .long -(MULTIBOOT2_HEADER_MAGIC + MULTIBOOT_ARCHITECTURE_ARM32 + (multiboot_header_end - multib...
ornfelt/my_world
3,192
c/acazuc_eklatos/sys/arch/arm/trap.S
#include <arch/csr.h> .global context_switch .type context_switch, %function context_switch: add r0, #264 ldr r8, [r0, #0x40] msr spsr, r8 and r9, r8, #0x1F cmp r9, #0x10 beq .Lswitch_usr ldm r0, {r0-pc} .Lswitch_usr: mov sp, r1 ldr lr, [r0, #0x3C] ldm r0, {r0-lr}^ movs pc, lr .type setup_trap_stack, %fun...
ornfelt/my_world
1,175
c/acazuc_eklatos/sys/arch/aarch64/fpu.S
.type arch_save_fpu, %function .global arch_save_fpu arch_save_fpu: stp q0 , q1 , [x0, #0x000] stp q2 , q3 , [x0, #0x020] stp q4 , q5 , [x0, #0x040] stp q6 , q7 , [x0, #0x060] stp q8 , q9 , [x0, #0x080] stp q10, q11, [x0, #0x0A0] stp q12, q13, [x0, #0x0C0] stp q14, q15, [x0, #0x0E0] stp q16, q17, [x0, #0x100] ...
ornfelt/my_world
1,766
c/acazuc_eklatos/sys/arch/aarch64/smp.S
.global smp_trampoline .type smp_trampoline, %function smp_trampoline: /* disable IRQ */ msr DAIFSet, #0x2 /* disable paging, in case it was already enabled */ /* XXX we should put some stable state here (and even before) */ mrs x8, sctlr_el1 and x8, x8, #~(1 << 0) msr sctlr_el1, x8 isb mrs x8, sctlr_el1 an...
ornfelt/my_world
4,783
c/acazuc_eklatos/sys/arch/aarch64/boot.S
#define ASM_FILE #include <multiboot2.h> .section .multiboot.data, "aw" .align 8 multiboot_header_start: .long MULTIBOOT2_HEADER_MAGIC .long MULTIBOOT_ARCHITECTURE_AARCH64 .long multiboot_header_end - multiboot_header_start .long -(MULTIBOOT2_HEADER_MAGIC + MULTIBOOT_ARCHITECTURE_AARCH64 + (multiboot_header_end - mu...
ornfelt/my_world
2,576
c/acazuc_eklatos/sys/arch/aarch64/trap.S
.macro save_ctx eln sub sp, sp, #16 stp x0, x1, [sp] mrs x0, tpidr_el1 ldr x0, [x0, #8] add x0, x0, #528 stp x2 , x3 , [x0, #0x10] stp x4 , x5 , [x0, #0x20] stp x6 , x7 , [x0, #0x30] stp x8 , x9 , [x0, #0x40] stp x10, x11, [x0, #0x50] stp x12, x13, [x0, #0x60] stp x14, x15, [x0, #0x70] stp x16, x17, [x0, #...
ornfelt/my_world
1,213
c/acazuc_eklatos/sys/arch/i386/wait.S
#define TF_FPU (0) #define TF_REGS (TF_FPU + 3072) #define TF_EAX (TF_REGS + 4 * 0) #define TF_EBX (TF_REGS + 4 * 1) #define TF_ECX (TF_REGS + 4 * 2) #define TF_EDX (TF_REGS + 4 * 3) #define TF_ESI (TF_REGS + 4 * 4) #define TF_EDI (TF_REGS + 4 * 5) #define TF_ESP (TF_REGS + 4 * 6) #define TF_EBP (TF_REGS + 4 * 7) #defi...
ornfelt/my_world
2,360
c/acazuc_eklatos/sys/arch/i386/boot.S
#define ASM_FILE #include <multiboot2.h> #include "arch/x86/cr.h" .section .multiboot.data, "aw" .align 8 multiboot_header_start: .long MULTIBOOT2_HEADER_MAGIC .long MULTIBOOT_ARCHITECTURE_I386 .long multiboot_header_end - multiboot_header_start .long -(MULTIBOOT2_HEADER_MAGIC + MULTIBOOT_ARCHITECTURE_I386 + (multib...
ornfelt/my_world
3,931
c/acazuc_eklatos/sys/arch/i386/trap.S
/* stack frame: * ss (if ring cross) * esp (if ring cross) * eflags * cs * eip * err * id */ #define TF_FPU (0) #define TF_REGS (TF_FPU + 3072) #define TF_EAX (TF_REGS + 4 * 0) #define TF_EBX (TF_REGS + 4 * 1) #define TF_ECX (TF_REGS + 4 * 2) #define TF_EDX (TF_REGS + 4 * 3) #define TF_ESI (TF_REGS + 4 * 4) #d...
ornfelt/my_world
1,625
c/acazuc_eklatos/sys/arch/riscv/fpu.S
.type arch_save_fpu, %function .global arch_save_fpu arch_save_fpu: fsd f0 , 16 * 0 (a0) fsd f1 , 16 * 1 (a0) fsd f2 , 16 * 2 (a0) fsd f3 , 16 * 3 (a0) fsd f4 , 16 * 4 (a0) fsd f5 , 16 * 5 (a0) fsd f6 , 16 * 6 (a0) fsd f7 , 16 * 7 (a0) fsd f8 , 16 * 8 (a0) fsd f9 , 16 * 9 (a0) fsd f10, 16 * 10(a0) fsd f11, ...
ornfelt/my_world
2,271
c/acazuc_eklatos/sys/arch/riscv/wait.S
#if __riscv_xlen == 64 #define ll ld #define sl sd #else #define ll lw #define sl sw #endif #define TF_PC (0 * __SIZEOF_POINTER__) #define TF_RA (1 * __SIZEOF_POINTER__) #define TF_SP (2 * __SIZEOF_POINTER__) #define TF_GP (3 * __SIZEOF_POINTER__) #define TF_TP (4 * __SIZEOF_POINTER__) #define TF_T0 (5 * __SIZEO...
ornfelt/my_world
2,809
c/acazuc_eklatos/sys/arch/riscv/boot32.S
#define ASM_FILE #include <multiboot2.h> .section .multiboot.data, "aw" .align 8 multiboot_header_start: .long MULTIBOOT2_HEADER_MAGIC .long MULTIBOOT_ARCHITECTURE_RISCV32 .long multiboot_header_end - multiboot_header_start .long -(MULTIBOOT2_HEADER_MAGIC + MULTIBOOT_ARCHITECTURE_RISCV32 + (multiboot_header_end - mu...
ornfelt/my_world
3,171
c/acazuc_eklatos/sys/arch/riscv/trap.S
#if __riscv_xlen == 64 #define ll ld #define sl sd #else #define ll lw #define sl sw #endif #define TF_PC (0 * __SIZEOF_POINTER__) #define TF_RA (1 * __SIZEOF_POINTER__) #define TF_SP (2 * __SIZEOF_POINTER__) #define TF_GP (3 * __SIZEOF_POINTER__) #define TF_TP (4 * __SIZEOF_POINTER__) #define TF_T0 (5 * __SIZEO...
ornfelt/my_world
2,993
c/acazuc_eklatos/sys/arch/riscv/boot64.S
#define ASM_FILE #include <multiboot2.h> .section .multiboot.data, "aw" .align 8 multiboot_header_start: .long MULTIBOOT2_HEADER_MAGIC .long MULTIBOOT_ARCHITECTURE_RISCV64 .long multiboot_header_end - multiboot_header_start .long -(MULTIBOOT2_HEADER_MAGIC + MULTIBOOT_ARCHITECTURE_RISCV64 + (multiboot_header_end - mu...
ornfelt/my_world
1,717
c/acazuc_eklatos/sys/arch/amd64/wakeup.S
#include "arch/x86/msr.h" #include "arch/x86/cr.h" .section .boot.bss, "aw", @nobits .align 4096 wakeup_pml_page: .skip 4096 .section .boot.data, "aw" .align 16 gdt32_table: .long 0, 0 .long 0x0000FFFF, 0x00CF9A00 .long 0x0000FFFF, 0x00CF9200 .align 16 gdt32_value: .word 23 .long gdt32_table .align 16 gdt64_...
ornfelt/my_world
1,706
c/acazuc_eklatos/sys/arch/amd64/smp.S
#include "arch/x86/msr.h" #include "arch/x86/cr.h" .section .boot.bss, "aw", @nobits .align 4096 smp_pml_page: .skip 4096 .section .boot.data, "aw" .align 16 gdt32_table: .long 0, 0 .long 0x0000FFFF, 0x00CF9A00 .long 0x0000FFFF, 0x00CF9200 .align 16 gdt32_value: .word 23 .long gdt32_table .align 16 gdt64_tab...
ornfelt/my_world
1,630
c/acazuc_eklatos/sys/arch/amd64/wait.S
#define TF_FPU (0) #define TF_REGS (TF_FPU + 3072) #define TF_RAX (TF_REGS + 8 * 0) #define TF_RBX (TF_REGS + 8 * 1) #define TF_RCX (TF_REGS + 8 * 2) #define TF_RDX (TF_REGS + 8 * 3) #define TF_RSI (TF_REGS + 8 * 4) #define TF_RDI (TF_REGS + 8 * 5) #define TF_RSP (TF_REGS + 8 * 6) #define TF_RBP (TF_REGS + 8 * 7) #defi...
ornfelt/my_world
3,162
c/acazuc_eklatos/sys/arch/amd64/boot.S
#define ASM_FILE #include <multiboot2.h> #include "arch/x86/cr.h" #include "arch/x86/msr.h" .section .multiboot.data, "aw" .align 8 multiboot_header_start: .long MULTIBOOT2_HEADER_MAGIC .long MULTIBOOT_ARCHITECTURE_I386 .long multiboot_header_end - multiboot_header_start .long -(MULTIBOOT2_HEADER_MAGIC + MULTIBOOT_A...
ornfelt/my_world
5,184
c/acazuc_eklatos/sys/arch/amd64/trap.S
/* stack frame: * ss * rsp * rflags * cs * rip * err * id */ #define TF_FPU (0) #define TF_REGS (TF_FPU + 3072) #define TF_RAX (TF_REGS + 8 * 0) #define TF_RBX (TF_REGS + 8 * 1) #define TF_RCX (TF_REGS + 8 * 2) #define TF_RDX (TF_REGS + 8 * 3) #define TF_RSI (TF_REGS + 8 * 4) #define TF_RDI (TF_REGS + 8 * 5) #...
ornfelt/my_world
1,674
c/acazuc_eklatos/lib/libm/src/i387/s_lrint.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,665
c/acazuc_eklatos/lib/libm/src/i387/s_lrintl.S
/*- * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,689
c/acazuc_eklatos/lib/libm/src/i387/s_llrint.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,675
c/acazuc_eklatos/lib/libm/src/i387/s_lrintf.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
2,256
c/acazuc_eklatos/lib/libm/src/i387/s_remquol.S
/*- * Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * not...
ornfelt/my_world
1,690
c/acazuc_eklatos/lib/libm/src/i387/s_llrintf.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
2,245
c/acazuc_eklatos/lib/libm/src/i387/s_remquof.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,679
c/acazuc_eklatos/lib/libm/src/i387/s_llrintl.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
2,244
c/acazuc_eklatos/lib/libm/src/i387/s_remquo.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,499
c/acazuc_eklatos/lib/libm/src/i387/e_exp.S
/* * Written by: * J.T. Conklin (jtc@netbsd.org) * Public domain. */ #include <i387/bsd_asm.h> /* e^x = 2^(x * log2(e)) */ ENTRY(exp) /* * If x is +-Inf, then the subtraction would give Inf-Inf = NaN. * Avoid this. Also avoid it if x is NaN for convenience. */ movl 8(%esp),%eax andl $0x7fffffff,%eax c...
ornfelt/my_world
1,692
c/acazuc_eklatos/lib/libm/src/amd64/s_lrint.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,709
c/acazuc_eklatos/lib/libm/src/amd64/s_lrintl.S
/*- * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,954
c/acazuc_eklatos/lib/libm/src/amd64/s_scalbnf.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,940
c/acazuc_eklatos/lib/libm/src/amd64/e_fmodl.S
/* * Copyright (c) 1993,94 Winning Strategies, 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 ...
ornfelt/my_world
1,695
c/acazuc_eklatos/lib/libm/src/amd64/s_lrintf.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,949
c/acazuc_eklatos/lib/libm/src/amd64/s_scalbn.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
2,453
c/acazuc_eklatos/lib/libm/src/amd64/s_remquol.S
/*- * Copyright (c) 2005-2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * not...
ornfelt/my_world
2,371
c/acazuc_eklatos/lib/libm/src/amd64/s_remquof.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
2,020
c/acazuc_eklatos/lib/libm/src/amd64/e_fmod.S
/* * Copyright (c) 1993,94 Winning Strategies, 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 ...
ornfelt/my_world
1,716
c/acazuc_eklatos/lib/libm/src/amd64/s_llrintl.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,639
c/acazuc_eklatos/lib/libm/src/amd64/e_sqrt.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
2,371
c/acazuc_eklatos/lib/libm/src/amd64/s_remquo.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,753
c/acazuc_eklatos/lib/libm/src/amd64/e_sqrtl.S
/*- * Copyright (c) 2008 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
ornfelt/my_world
1,641
c/acazuc_eklatos/lib/libm/src/amd64/e_sqrtf.S
/*- * Copyright (c) 2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, ...
OsirisRTOS/osiris
2,848
machine/arm/common/irq.S
.syntax unified .thumb .text .align # References used to write this code: # # * Calling conventions for Thumb functions: https://developer.arm.com/documentation/dui0041/c/Thumb-Procedure-Call-Standard?lang=en # * Programming manual: https://www.st.com/resource/en/programming_manual/pm0214-stm32-cortexm4-mcus-and-mpus...
pabloblgra/dotfiles
5,659
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/dfdiv.s
.text .global __hexagon_divdf3 .type __hexagon_divdf3,@function .global __qdsp_divdf3 ; .set __qdsp_divdf3, __hexagon_divdf3 .global __hexagon_fast_divdf3 ; .set __hexagon_fast_divdf3, __hexagon_divdf3 .global __hexagon_fast2_divdf3 ; .set __hexagon_fast2_divdf3, __hexagon_divdf3 .p2align 5 __hexag...
pabloblgra/dotfiles
3,804
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/fastmath2_ldlib_asm.s
.text .global fast2_ldadd_asm .type fast2_ldadd_asm, @function fast2_ldadd_asm: .falign { R4 = memw(r29+#8) R5 = memw(r29+#24) r7 = r0 } { R6 = sub(R4, R5):sat P0 = CMP.GT(R4, R5); if ( P0.new) R8 = add(R4, #1) if ...
pabloblgra/dotfiles
4,970
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/fastmath2_dlib_asm.s
.text .global fast2_dadd_asm .type fast2_dadd_asm, @function fast2_dadd_asm: .falign { R7:6 = VABSDIFFH(R1:0, R3:2) R9 = #62 R4 = SXTH(R0) R5 = SXTH(R2) } { R6 = SXTH(R6) P0 = CMP.GT(R4, R5); if ( P0.new) R8 = add(R4, #1...
pabloblgra/dotfiles
4,378
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/dfmul.s
.text .global __hexagon_muldf3 .type __hexagon_muldf3,@function .global __qdsp_muldf3 ; .set __qdsp_muldf3, __hexagon_muldf3 .global __hexagon_fast_muldf3 ; .set __hexagon_fast_muldf3, __hexagon_muldf3 .global __hexagon_fast2_muldf3 ; .set __hexagon_fast2_muldf3, __hexagon_muldf3 .p2align 5 __hexagon_muldf3: ...
pabloblgra/dotfiles
1,295
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/memcpy_forward_vp4cp4n2.s
.text .globl hexagon_memcpy_forward_vp4cp4n2 .balign 32 .type hexagon_memcpy_forward_vp4cp4n2,@function hexagon_memcpy_forward_vp4cp4n2: { r3 = sub(##4096, r1) r5 = lsr(r2, #3) } { r3 = extractu(r3, #10, #2) r4 = extractu(r3, #7, #5) } { r3 = minu(r2, r3) r4 = minu(...
pabloblgra/dotfiles
4,337
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/dfsqrt.s
.text .global __hexagon_sqrtdf2 .type __hexagon_sqrtdf2,@function .global __hexagon_sqrt .type __hexagon_sqrt,@function .global __qdsp_sqrtdf2 ; .set __qdsp_sqrtdf2, __hexagon_sqrtdf2; .type __qdsp_sqrtdf2,@function .global __qdsp_sqrt ; .set __qdsp_sqrt, __hexagon_sqrt; .type __qdsp_sqrt,@function .global __he...
pabloblgra/dotfiles
4,801
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/dfaddsub.s
.text .global __hexagon_adddf3 .global __hexagon_subdf3 .type __hexagon_adddf3, @function .type __hexagon_subdf3, @function .global __qdsp_adddf3 ; .set __qdsp_adddf3, __hexagon_adddf3 .global __hexagon_fast_adddf3 ; .set __hexagon_fast_adddf3, __hexagon_adddf3 .global __hexagon_fast2_adddf3 ; .set __hexagon_fast...
pabloblgra/dotfiles
7,270
.cargo/registry/src/index.crates.io-6f17d22bba15001f/compiler_builtins-0.1.105/src/hexagon/dffma.s
.text .global __hexagon_fmadf4 .type __hexagon_fmadf4,@function .global __hexagon_fmadf5 .type __hexagon_fmadf5,@function .global fma .type fma,@function .global __qdsp_fmadf5 ; .set __qdsp_fmadf5, __hexagon_fmadf5 .p2align 5 __hexagon_fmadf4: __hexagon_fmadf5: fma: { p0 = dfclass(r1:0,#2) p...
pabloblgra/dotfiles
74,019
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha20_poly1305_armv8-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) #include <ring-core/arm_arch.h> .section .rodata .align 7 Lchacha20_consts: .byte 'e','x','p',...
pabloblgra/dotfiles
34,346
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha256-armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under ...
pabloblgra/dotfiles
70,804
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha256-x86_64-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .extern OPENSSL_ia32cap_P .hidden OPENSSL_ia32cap_P .globl sha256_block_data_order .hid...
pabloblgra/dotfiles
82,184
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/aesv8-gcm-armv8-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) #include <ring-core/arm_arch.h> #if __ARM_MAX_ARCH__ >= 8 .text .globl _aes_gcm_enc_kernel...
pabloblgra/dotfiles
17,788
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/bsaes-armv7-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) @ Copyright 2012-2016 The OpenSSL Project Authors. All Rights Reserved. @ @ Licensed under the Ope...
pabloblgra/dotfiles
19,365
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha-x86-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__ELF__) .text .globl ChaCha20_ctr32 .hidden ChaCha20_ctr32 .type ChaCha20_ctr32,@function .align 16 ChaCha...
pabloblgra/dotfiles
4,321
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/x86-mont-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86) && defined(__ELF__) .text .globl bn_mul_mont .hidden bn_mul_mont .type bn_mul_mont,@function .align 16 bn_mul_mont: .L...
pabloblgra/dotfiles
29,307
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha-armv4-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) #include <ring-core/arm_arch.h> @ Silence ARMv8 deprecated IT instruction warnings. This file is ...
pabloblgra/dotfiles
82,384
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/aesv8-gcm-armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) #include <ring-core/arm_arch.h> #if __ARM_MAX_ARCH__ >= 8 .arch armv8-a+crypto .text .globl a...
pabloblgra/dotfiles
68,332
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/p256-x86_64-asm-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .section __DATA,__const .p2align 6 L$poly: .quad 0xffffffffffffffff, 0x00000000ffff...
pabloblgra/dotfiles
64,192
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha256-armv4-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) @ Copyright 2007-2016 The OpenSSL Project Authors. All Rights Reserved. @ @ Licensed under the Ope...
pabloblgra/dotfiles
49,073
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha512-armv8-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under t...
pabloblgra/dotfiles
35,434
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/p256-armv8-asm-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) #include "ring-core/arm_arch.h" .section __TEXT,__const .align 5 Lpoly: .quad 0xfffffffffff...
pabloblgra/dotfiles
22,525
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/aesni-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _aes_hw_encrypt .private_extern _aes_hw_encrypt .p2align 4 _aes_hw_encrypt: ...
pabloblgra/dotfiles
8,277
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/aesv8-armx-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) #include <ring-core/arm_arch.h> #if __ARM_MAX_ARCH__>=7 .text .arch armv8-a+crypto .section .r...
pabloblgra/dotfiles
14,482
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/ghashv8-armx-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) #include <ring-core/arm_arch.h> #if __ARM_MAX_ARCH__>=7 .text .globl _gcm_init_clmul .priv...
pabloblgra/dotfiles
40,669
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha-armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) #include <ring-core/arm_arch.h> .hidden OPENSSL_armcap_P .section .rodata .align 5 .Lsigma...
pabloblgra/dotfiles
49,096
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha512-armv8-ios64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__APPLE__) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed unde...
pabloblgra/dotfiles
9,380
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/aesv8-armx-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) #include <ring-core/arm_arch.h> #if __ARM_MAX_ARCH__>=7 .text .arch armv7-a @ don't confuse not-s...
pabloblgra/dotfiles
34,151
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha256-armv8-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under t...
pabloblgra/dotfiles
49,269
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha512-armv8-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) // Copyright 2014-2020 The OpenSSL Project Authors. All Rights Reserved. // // Licensed under ...
pabloblgra/dotfiles
35,688
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/p256-armv8-asm-win64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(_WIN32) #include "ring-core/arm_arch.h" .section .rodata .align 5 Lpoly: .quad 0xffffffffffffffff,0x00...
pabloblgra/dotfiles
33,624
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/chacha-x86_64-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .extern OPENSSL_ia32cap_P .hidden OPENSSL_ia32cap_P .section .rodata .align 64 .Lzero:...
pabloblgra/dotfiles
77,139
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/p256-x86_64-asm-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .extern OPENSSL_ia32cap_P .hidden OPENSSL_ia32cap_P .section .rodata .align 64 .Lpoly:...
pabloblgra/dotfiles
11,317
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/vpaes-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .p2align 4 _vpaes_encrypt_core: movq %rdx,%r9 movq $16,%r11 movl ...
pabloblgra/dotfiles
55,554
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/x86_64-mont5-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _bn_mul_mont_gather5 .private_extern _bn_mul_mont_gather5 .p2align 6 _bn_mu...
pabloblgra/dotfiles
6,302
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/ghash-armv4-linux32.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_ARM) && defined(__ELF__) #include <ring-core/arm_arch.h> @ Silence ARMv8 deprecated IT instruction warnings. This file is ...
pabloblgra/dotfiles
31,212
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/armv8-mont-linux64.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_AARCH64) && defined(__ELF__) #include <ring-core/arm_arch.h> .text .globl bn_mul_mont .hidden bn_mul_mont .type bn_mul_mo...
pabloblgra/dotfiles
69,197
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/sha256-x86_64-macosx.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__APPLE__) .text .globl _sha256_block_data_order .private_extern _sha256_block_data_order .p2align 4...
pabloblgra/dotfiles
19,660
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/aesni-gcm-x86_64-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .type _aesni_ctr32_ghash_6x,@function .align 32 _aesni_ctr32_ghash_6x: .cfi_startproc ...
pabloblgra/dotfiles
20,719
.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/pregenerated/x86_64-mont-elf.S
// This file is generated from a similarly-named Perl script in the BoringSSL // source tree. Do not edit by hand. #include <ring-core/asm_base.h> #if !defined(OPENSSL_NO_ASM) && defined(OPENSSL_X86_64) && defined(__ELF__) .text .extern OPENSSL_ia32cap_P .hidden OPENSSL_ia32cap_P .globl bn_mul_mont .hidden bn_mul_...