repo_id string | size int64 | file_path string | content string |
|---|---|---|---|
adamreese/component-example | 194 | subtractor/wasi/random/v0.2.0/insecure-seed/empty.s | // This file exists for testing this package without WebAssembly,
// allowing empty function bodies with a //go:wasmimport directive.
// See https://pkg.go.dev/cmd/compile for more information.
|
adamreese/component-example | 194 | subtractor/wasi/clocks/v0.2.0/wall-clock/empty.s | // This file exists for testing this package without WebAssembly,
// allowing empty function bodies with a //go:wasmimport directive.
// See https://pkg.go.dev/cmd/compile for more information.
|
adamreese/component-example | 194 | subtractor/wasi/clocks/v0.2.0/monotonic-clock/empty.s | // This file exists for testing this package without WebAssembly,
// allowing empty function bodies with a //go:wasmimport directive.
// See https://pkg.go.dev/cmd/compile for more information.
|
AdamPabianiak/NvidiaCuda | 8,352 | templates/cuda-webcam-filter/external/opencv/3rdparty/libpng/arm/filter_neon.S |
/* filter_neon.S - NEON optimised filter functions
*
* Copyright (c) 2018 Cosmin Truta
* Copyright (c) 2014,2017 Glenn Randers-Pehrson
* Written by Mans Rullgard, 2011.
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*/
/... |
AdamPabianiak/NvidiaCuda | 148,685 | templates/cuda-webcam-filter/external/opencv/3rdparty/libjpeg-turbo/src/simd/mips/jsimd_dspr2.S | /*
* MIPS DSPr2 optimizations for libjpeg-turbo
*
* Copyright (C) 2013-2014, MIPS Technologies, Inc., California.
* All Rights Reserved.
* Authors: Teodora Novkovic <teodora.novkovic@imgtec.com>
* Darko Laus <darko.laus@imgtec.com>
* Copyright (C) 2015, D. R. Commander. ... |
AdamPabianiak/NvidiaCuda | 98,482 | templates/cuda-webcam-filter/external/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch64/jsimd_neon.S | /*
* Armv8 Neon optimizations for libjpeg-turbo
*
* Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
* All Rights Reserved.
* Author: Siarhei Siamashka <siarhei.siamashka@nokia.com>
* Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved.
* Author: Ragesh... |
AdamPabianiak/NvidiaCuda | 43,740 | templates/cuda-webcam-filter/external/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch32/jsimd_neon.S | /*
* Armv7 Neon optimizations for libjpeg-turbo
*
* Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
* All Rights Reserved.
* Author: Siarhei Siamashka <siarhei.siamashka@nokia.com>
* Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved.
* Copyright (C) 201... |
AdamPabianiak/nvidiacuda2 | 8,352 | templates/cuda-webcam-filter/external/opencv/3rdparty/libpng/arm/filter_neon.S |
/* filter_neon.S - NEON optimised filter functions
*
* Copyright (c) 2018 Cosmin Truta
* Copyright (c) 2014,2017 Glenn Randers-Pehrson
* Written by Mans Rullgard, 2011.
*
* This code is released under the libpng license.
* For conditions of distribution and use, see the disclaimer
* and license in png.h
*/
/... |
AdamPabianiak/nvidiacuda2 | 148,685 | templates/cuda-webcam-filter/external/opencv/3rdparty/libjpeg-turbo/src/simd/mips/jsimd_dspr2.S | /*
* MIPS DSPr2 optimizations for libjpeg-turbo
*
* Copyright (C) 2013-2014, MIPS Technologies, Inc., California.
* All Rights Reserved.
* Authors: Teodora Novkovic <teodora.novkovic@imgtec.com>
* Darko Laus <darko.laus@imgtec.com>
* Copyright (C) 2015, D. R. Commander. ... |
AdamPabianiak/nvidiacuda2 | 98,482 | templates/cuda-webcam-filter/external/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch64/jsimd_neon.S | /*
* Armv8 Neon optimizations for libjpeg-turbo
*
* Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
* All Rights Reserved.
* Author: Siarhei Siamashka <siarhei.siamashka@nokia.com>
* Copyright (C) 2013-2014, Linaro Limited. All Rights Reserved.
* Author: Ragesh... |
AdamPabianiak/nvidiacuda2 | 43,740 | templates/cuda-webcam-filter/external/opencv/3rdparty/libjpeg-turbo/src/simd/arm/aarch32/jsimd_neon.S | /*
* Armv7 Neon optimizations for libjpeg-turbo
*
* Copyright (C) 2009-2011, Nokia Corporation and/or its subsidiary(-ies).
* All Rights Reserved.
* Author: Siarhei Siamashka <siarhei.siamashka@nokia.com>
* Copyright (C) 2014, Siarhei Siamashka. All Rights Reserved.
* Copyright (C) 201... |
adityamillind98/Rust-main | 11,809 | library/std/src/sys/pal/sgx/abi/entry.S | /* This symbol is used at runtime to figure out the virtual address that the */
/* enclave is loaded at. */
.section absolute
.global IMAGE_BASE
IMAGE_BASE:
.section ".note.x86_64-fortanix-unknown-sgx", "", @note
.align 4
.long 1f - 0f /* name length (not including padding) */
.long 3f - 2f ... |
adityamillind98/Rust-main | 29 | tests/codegen/foo.s | .global foo
foo:
jmp baz
|
adityamillind98/Rust-main | 79 | tests/ui/asm/named-asm-labels.s | lab1: nop
// do more things
lab2: nop // does bar
// a: b
lab3: nop; lab4: nop
|
adityamillind98/Rust-main | 136 | tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/foo_asm.s | .text
.global cc_plus_one_asm
.type cc_plus_one_asm, @function
cc_plus_one_asm:
movl (%rdi), %eax
inc %eax
retq
|
adityamillind98/Rust-main | 145 | tests/run-make/x86_64-fortanix-unknown-sgx-lvi/enclave/libcmake_foo/src/foo_asm.s | .text
.global cmake_plus_one_asm
.type cmake_plus_one_asm, @function
cmake_plus_one_asm:
movl (%rdi), %eax
inc %eax
retq
|
AdolfoLaviana/lora-OS | 737 | src/arch/aarch64/boot.s | .section ".text.boot"
.global _start
_start:
// Verificar el id del CPU (solo el CPU 0 debe continuar, los otros deben esperar)
mrs x1, mpidr_el1
and x1, x1, #3
cbz x1, 2f
1: // CPUs secundarios: bucle infinito
wfe
b 1b
2: // CPU 0 continúa
// Configurar stack point... |
AdumaRishithReddy/ECTF25_IITDH | 22,719 | decoder/startup_firmware.S | /* YOU LIKELY DON'T NEED TO CHANGE THIS FILE */
/******************************************************************************
* Copyright (C) 2023 Maxim Integrated Products, Inc., All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associate... |
aether-os-studio/rust-std | 11,809 | library/std/src/sys/pal/sgx/abi/entry.S | /* This symbol is used at runtime to figure out the virtual address that the */
/* enclave is loaded at. */
.section absolute
.global IMAGE_BASE
IMAGE_BASE:
.section ".note.x86_64-fortanix-unknown-sgx", "", @note
.align 4
.long 1f - 0f /* name length (not including padding) */
.long 3f - 2f ... |
AfterlifeOS-Labs/packages_modules_Virtualization | 5,154 | vmbase/entry.S | /*
* Copyright 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
AfterlifeOS-Labs/packages_modules_Virtualization | 4,679 | vmbase/exceptions.S | /*
* Copyright 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
AfterlifeOS-Labs/packages_modules_Virtualization | 1,788 | vmbase/exceptions_panic.S | /*
* Copyright 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
AfterlifeOS-Labs/packages_modules_Virtualization | 1,745 | pvmfw/idmap.S | /*
* Copyright 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
AfterlifeOS-Labs/packages_modules_Virtualization | 2,259 | rialto/idmap.S | /*
* Copyright 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
AfterlifeOS-Labs/packages_modules_Virtualization | 1,813 | vmbase/example/idmap.S | /*
* Copyright 2022 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
ahouab/openvmm | 5,086 | openhcl/sidecar/src/arch/x86_64/entry.S | # Copyright (C) Microsoft Corporation. All rights reserved.
BASE = 0xffffff8000000000 # We will relocate ourselves to this base address
PML4_INDEX = 511
STACK_PAGES = 4
STACK_TOP = 0x400000
.globl _start
_start:
# Save registers. The caller must have provided a stack since we `ret`
# back to the caller.
push rbp ... |
ahouab/openvmm | 4,222 | openhcl/openhcl_boot/src/arch/aarch64/entry.S | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//
// Entry point that zeroes BSS, sets up the stack, performs relocations,
// does architecture-specific setup, and jumps to start().
//
// BSS must be zeroed because the IGVM file does not contain pages for it, and
// during reboot there may b... |
ahouab/openvmm | 2,291 | openhcl/openhcl_boot/src/arch/x86_64/entry.S | // Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
//
// Entry point that zeroes BSS, sets up the stack, enables SSE, performs
// relocations, and jumps to start().
//
// BSS must be zeroed because the IGVM file does not contain pages for it, and
// during reboot there may be dirty data in memor... |
airverger/Bluepill-hypervisor | 5,452 | hypervisor/src/amd/guest/support/run_guest.s | # The module implements the `run_svm_guest` function.
# Runs the guest until #VMEXIT occurs.
#
# This function works as follows:
# 1. saves host general purpose and XMM register values to stack.
# 2. loads guest general purpose and XMM register values from `GuestRegisters`.
# 3. executes the VMRUN instruction that
# ... |
airverger/Bluepill-hypervisor | 2,971 | hypervisor/src/amd/guest/raw/interrupt_handlers.S | # Generates an interrupt handler for exception/interrupt that does not push an
# error code. It pushes zero, so that the stack layout remains the same as the
# case with an error code. ".align 16" is crucial to build an IDT easily by making
# each interrupt handler exactly 16 byte long.
.macro INTERRUPT_HANDLER
.al... |
airverger/Bluepill-hypervisor | 1,524 | kernelutils/src/hard/capture_registers.S | # The module implements the `capture_registers` function.
# Captures current register values.
#
# extern "C" fn capture_registers(registers: &mut GuestRegisters);
.align 16
.global capture_registers
capture_registers:
# Capture general purpose and volatile XMM registers.
mov [rcx + registers_rax], rax
... |
akamee666/rust-os | 5,486 | src/boot.s | /* Declare constants for the multiboot header.
If bit 0 in the ‘flags’ word is set, then all boot modules loaded along with the
operating system must be aligned on page (4KB) boundaries. Some operating systems
expect to be able to map the pages containing boot modules directly into a paged
address space durin... |
Akira-uestc/Akiros | 854 | os/src/link_app.S |
.align 3
.section .data
.global _num_app
_num_app:
.quad 4
.quad app_0_start
.quad app_1_start
.quad app_2_start
.quad app_3_start
.quad app_3_end
.section .data
.global app_0_start
.global app_0_end
app_0_start:
.incbin "../user/target/riscv64gc-unknown-none-elf/re... |
Akira-uestc/Akiros | 676 | os/src/task/switch.S | .altmacro
.macro SAVE_SN n
sd s\n, (\n+2)*8(a0)
.endm
.macro LOAD_SN n
ld s\n, (\n+2)*8(a1)
.endm
.section .text
.globl __switch
__switch:
# __switch(
# current_task_cx_ptr: *mut TaskContext,
# next_task_cx_ptr: *const TaskContext
# )
# save kernel stack of current task
s... |
Akira-uestc/Akiros | 1,575 | os/src/trap/trap.S | .altmacro
.macro SAVE_GP n
sd x\n, \n*8(sp)
.endm
.macro LOAD_GP n
ld x\n, \n*8(sp)
.endm
.section .text
.globl __alltraps
.globl __restore
.align 2
__alltraps:
csrrw sp, sscratch, sp
# now sp->kernel stack, sscratch->user stack
# allocate a TrapContext on kernel stack
addi sp, s... |
aklk1ng/rvemu | 93 | tests/test_bltu.s |
addi x1, x0, 10
addi x2, x0, 20
bltu x1, x2, 42
|
aklk1ng/rvemu | 154 | tests/test_slt.s |
addi t0, zero, 14
addi t1, zero, 24
slt t2, t0, t1
slti t3, t0, 42
sltiu t4, t0, 84
|
aklk1ng/rvemu | 37 | tests/test_beq.s |
beq x0, x0, 42
|
aklk1ng/rvemu | 368 | tests/test_csrs1.s |
addi t0, zero, 1
addi t1, zero, 2
addi t2, zero, 3
csrrw zero, mstatus, t0
csrrs zero, mtvec, t1
csrrw zero, mepc, t2
csrrc t2, mepc, zero
csrrwi zero, sstatus, 4
csrrsi zero, stvec, 5
csrrwi zero, s... |
aklk1ng/rvemu | 65 | tests/test_bne.s |
addi x1, x0, 10
bne x0, x1, 42
|
aklk1ng/rvemu | 99 | tests/test_or.s |
addi a0, zero, 0b10
ori a1, a0, 0b01
or a2, a0, a0
|
aklk1ng/rvemu | 196 | tests/test_simple.s |
addi sp,sp,-16
sd s0,8(sp)
addi s0,sp,16
li a5,42
mv a0,a5
ld s0,8(sp)
addi sp,sp,16
jr ra
|
aklk1ng/rvemu | 12 | tests/test_auipc.s | auipc a0, 42 |
aklk1ng/rvemu | 98 | tests/test_xor.s |
addi a0, zero, 0b10
xori a1, a0, 0b01
xor a2, a1, a1
|
aklk1ng/rvemu | 10 | tests/test_lui.s | lui a0, 42 |
aklk1ng/rvemu | 63 | tests/add-addi.s | main:
addi x29, x0, 5
addi x30, x0, 37
add x31, x30, x29
|
aklk1ng/rvemu | 96 | tests/test_word_op.s |
addi a0, zero, 42
lui a1, 0x7f000
addw a2, a0, a1
|
aklk1ng/rvemu | 1,353 | tests/test_helloworld.s | .text
.attribute 4, 16
.attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_zicsr2p0_zifencei2p0"
.file "test_helloworld.c"
.globl main # -- Begin function main
.p2align 2
.type main,@function
main: # @main
# %bb.0:
addi sp, sp, -32
sd ra, 24(sp) ... |
aklk1ng/rvemu | 99 | tests/test_and.s |
addi a0, zero, 0b10
andi a1, a0, 0b11
and a2, a0, a1
|
aklk1ng/rvemu | 67 | tests/test_jalr.s |
addi a1, zero, 42
jalr a0, -8(a1)
|
aklk1ng/rvemu | 10 | tests/test_jal.s | jal a0, 42 |
aklk1ng/rvemu | 16 | tests/test_addi.s | addi x31, x0, 42 |
aklk1ng/rvemu | 180 | tests/test_sll.s |
addi a0, zero, 1
addi a1, zero, 5
sll a2, a0, a1
slli a3, a0, 5
addi s0, zero, 64
sll a4, a0, s0
|
aklk1ng/rvemu | 178 | tests/test_sra_srl.s |
addi a0, zero, -8
addi a1, zero, 1
sra a2, a0, a1
srai a3, a0, 2
srli a4, a0, 2
srl a5, a0, a1
|
aklk1ng/rvemu | 93 | tests/test_bgeu.s |
addi x1, x0, 10
addi x2, x0, 20
bgeu x2, x1, 42
|
aklk1ng/rvemu | 93 | tests/test_bge.s |
addi x1, x0, 10
addi x2, x0, 20
bge x2, x1, 42
|
aklk1ng/rvemu | 93 | tests/test_blt.s |
addi x1, x0, 10
addi x2, x0, 20
blt x1, x2, 42
|
aklk1ng/rvemu | 1,721 | tests/test_echoback.s | .text
.attribute 4, 16
.attribute 5, "rv64i2p1_m2p0_a2p1_f2p2_d2p2_zicsr2p0_zifencei2p0"
.file "test_echoback.c"
.globl main # -- Begin function main
.p2align 2
.type main,@function
main: # @main
# %bb.0:
addi sp, sp, -48
sd ra, 40(sp) ... |
aklk1ng/rvemu | 150 | tests/test_store_load1.s |
addi s0, zero, 256
addi sp, sp, -16
sd s0, 8(sp)
lb t1, 8(sp)
lh t2, 8(sp)
|
akseven6221/easy_OS | 676 | os/src/task/switch.S | .altmacro
.macro SAVE_SN n
sd s\n, (\n+2)*8(a0)
.endm
.macro LOAD_SN n
ld s\n, (\n+2)*8(a1)
.endm
.section .text
.globl __switch
__switch:
# __switch(
# current_task_cx_ptr: *mut TaskContext,
# next_task_cx_ptr: *const TaskContext
# )
# save kernel stack of current task
s... |
akseven6221/easy_OS | 1,640 | os/src/trap/trap.S | .altmacro
.macro SAVE_GP n
sd x\n, \n*8(sp)
.endm
.macro LOAD_GP n
ld x\n, \n*8(sp)
.endm
.section .text.trampoline
.globl __alltraps
.globl __restore
.align 2
__alltraps:
csrrw sp, sscratch, sp
# now sp->*TrapContext in user space, sscratch->user stack
# save other general purpose r... |
AlainZhangStudent/adder | 126 | test/neg2.s |
section .text
global our_code_starts_here
our_code_starts_here:
mov rax, 73
neg rax
add rax, 1
sub rax, 1
sub rax, 1
ret
|
AlainZhangStudent/adder | 84 | test/31.s | section .text
global our_code_starts_here
our_code_starts_here:
mov rax, 31
ret
|
AlainZhangStudent/adder | 85 | test/37.s |
section .text
global our_code_starts_here
our_code_starts_here:
mov rax, 37
ret
|
AlainZhangStudent/adder | 93 | test/neg.s |
section .text
global our_code_starts_here
our_code_starts_here:
mov rax, -1
neg rax
ret
|
AlainZhangStudent/adder | 134 | test/neg4.s |
section .text
global our_code_starts_here
our_code_starts_here:
mov rax, 73
add rax, 1
sub rax, 1
sub rax, 1
neg rax
neg rax
ret
|
AlainZhangStudent/adder | 118 | test/add.s |
section .text
global our_code_starts_here
our_code_starts_here:
mov rax, 73
add rax, 1
sub rax, 1
sub rax, 1
ret
|
AlainZhangStudent/adder | 126 | test/neg3.s |
section .text
global our_code_starts_here
our_code_starts_here:
mov rax, 73
add rax, 1
sub rax, 1
sub rax, 1
neg rax
ret
|
alanvirus/rCore | 1,055 | os/src/link_app.S |
.align 3
.section .data
.global _num_app
_num_app:
.quad 5
.quad app_0_start
.quad app_1_start
.quad app_2_start
.quad app_3_start
.quad app_4_start
.quad app_4_end
.section .data
.global app_0_start
.global app_0_end
app_0_start:
.incbin "../user/target/riscv64... |
alanvirus/rCore | 864 | os/src/trap/trap.S | .altmacro
.macro SAVE_GP n
sd x\n, \n*8(sp)
.endm
.macro LOAD_GP n
ld x\n, \n*8(sp)
.endm
.section .text
.globl __alltraps
.globl __restore
.align 2
__alltraps:
csrrw sp, sscratch, sp
addi sp,sp, -34*8
sd x1,1*8(sp)
sd x3,3*8(sp)
.set n, 5
.rept 27
SAVE_GP %n
... |
albertoscala/rtos-riscv-do178c | 1,316 | asm/trap.S | .section .text.trap_entry
.globl trap_entry
.align 4
trap_entry:
# Allocate stack space: 20 * 8 = 160 bytes (RV64)
addi sp, sp, -160
sd ra, 0*8(sp)
sd t0, 1*8(sp)
sd t1, 2*8(sp)
sd t2, 3*8(sp)
sd a0, 4*8(sp)
sd a1, 5*8(sp)
sd a2, 6*8(sp)
sd a3, 7*8(sp)
sd a4, 8*8... |
albertoscala/rtos-riscv-do178c | 664 | asm/boot.S | .section .text
.globl __rtos_boot_with_sp
__rtos_boot_with_sp:
mv sp, a0
ld t0, 16*8(sp)
csrw mepc, t0
ld ra, 0*8(sp)
ld t0, 1*8(sp)
ld t1, 2*8(sp)
ld t2, 3*8(sp)
ld a0, 4*8(sp)
ld a1, 5*8(sp)
ld a2, 6*8(sp)
ld a3, 7*8(sp)
ld a4, 8*8(sp)
ld a5, 9*8(sp)
... |
Aleg3214/AIscripts | 5,261 | MobileNet/common/stm_ai_driver/resources/stm32_app/startup_stm32xx.s | /**
******************************************************************************
* @file startup_stm32xx.s
* @author MCD Application Team
* @brief Generic STM32xx Devices vector table for GCC based toolchains.
* This module performs:
* - Set the initial SP
* ... |
alexeyden/os5 | 1,090 | boot/src/boot.S | .section ".text.boot"
.global _start
.option norvc
/* BROM header */
_start:
j _payload /* jump over the metadata below to the actual payload */
.ascii "eGON.BT0" /* header marker (magic) */
.word 0x5f0a6c39 /* checksum initial value */
.word 0x00000000 /* payload size */
.word _payload - _start /* header si... |
Alexey9931/SMART_HOME_PROJECT_V2.0-STM32-DEVICES | 28,396 | HOME_WEATHER_STATION/MDK-ARM/startup_stm32f407xx.s | ;*******************************************************************************
;* File Name : startup_stm32f407xx.s
;* Author : MCD Application Team
;* Description : STM32F407xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
Alexey9931/SMART_HOME_PROJECT_V2.0-STM32-DEVICES | 28,394 | GAS_BOILER_CONTROLLER/MDK-ARM/startup_stm32f407xx.s | ;*******************************************************************************
;* File Name : startup_stm32f407xx.s
;* Author : MCD Application Team
;* Description : STM32F407xx devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
Alexey9931/SMART_HOME_PROJECT_V2.0-STM32-DEVICES | 12,040 | STREET_WEATHER_STATION/MDK-ARM/startup_stm32f103xb.s | ;******************** (C) COPYRIGHT 2017 STMicroelectronics ********************
;* File Name : startup_stm32f103xb.s
;* Author : MCD Application Team
;* Description : STM32F103xB Devices vector table for MDK-ARM toolchain.
;* This module performs:
;* ... |
AlfonsoVM0/PIDS | 1,270 | superset/.local/lib/python3.10/site-packages/prophet/stan_model/cmdstan-2.33.1/stan/lib/stan_math/lib/tbb_2020.3/src/tbb/ia64-gas/lock_byte.s | // Copyright (c) 2005-2020 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... |
AlfonsoVM0/PIDS | 1,304 | superset/.local/lib/python3.10/site-packages/prophet/stan_model/cmdstan-2.33.1/stan/lib/stan_math/lib/tbb_2020.3/src/tbb/ia64-gas/log2.s | // Copyright (c) 2005-2020 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... |
AlfonsoVM0/PIDS | 940 | superset/.local/lib/python3.10/site-packages/prophet/stan_model/cmdstan-2.33.1/stan/lib/stan_math/lib/tbb_2020.3/src/tbb/ia64-gas/pause.s | // Copyright (c) 2005-2020 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... |
AlfonsoVM0/PIDS | 2,687 | superset/.local/lib/python3.10/site-packages/prophet/stan_model/cmdstan-2.33.1/stan/lib/stan_math/lib/tbb_2020.3/src/tbb/ia64-gas/ia64_misc.s | // Copyright (c) 2005-2020 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... |
AlfonsoVM0/PIDS | 15,124 | superset/.local/lib/python3.10/site-packages/prophet/stan_model/cmdstan-2.33.1/stan/lib/stan_math/lib/tbb_2020.3/src/tbb/ia64-gas/atomic_support.s | // Copyright (c) 2005-2020 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... |
Ali0Alsallami/my-android-app | 1,571 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/riscv.s | #include "psm.h"
.text
.globl rust_psm_stack_direction
.p2align 2
.type rust_psm_stack_direction,@function
rust_psm_stack_direction:
/* extern "C" fn() -> u8 */
.cfi_startproc
li x10, STACK_DIRECTION_DESCENDING
jr x1
.rust_psm_stack_direction_end:
.size rust_psm_stack_direction,.rust_psm_stack_direction_... |
Ali0Alsallami/my-android-app | 2,235 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86_64.s | #include "psm.h"
/* NOTE: sysv64 calling convention is used on all x86_64 targets, including Windows! */
.text
#if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios
#define GLOBL(fnname) .globl _##fnname
#define TYPE(fnname)
#define FUNCTION(fnname) _##fnname
#define SIZE(fnname,endlabel)
#else
#def... |
Ali0Alsallami/my-android-app | 1,569 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/riscv64.s | #include "psm.h"
.text
.globl rust_psm_stack_direction
.p2align 2
.type rust_psm_stack_direction,@function
rust_psm_stack_direction:
/* extern "C" fn() -> u8 */
.cfi_startproc
li x10, STACK_DIRECTION_DESCENDING
jr x1
.rust_psm_stack_direction_end:
.size rust_psm_stack_direction,.rust_psm_stack_direction_... |
Ali0Alsallami/my-android-app | 2,080 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/zseries_linux.s | /* Implementation of stack swtiching routines for zSeries LINUX ABI.
This ABI is used by the s390x-unknown-linux-gnu target.
Documents used:
* LINUX for zSeries: ELF Application Binary Interface Supplement (1st ed., 2001) (LNUX-1107-01)
* z/Architecture: Principles of Operation (4th ed., 2004) (SA22-7832... |
Ali0Alsallami/my-android-app | 2,264 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86_windows_gnu.s | /* FIXME: this works locally but not on appveyor??!? */
/* NOTE: fastcall calling convention used on all x86 targets */
.text
.def @rust_psm_stack_direction@0
.scl 2
.type 32
.endef
.globl @rust_psm_stack_direction@0
.p2align 4
@rust_psm_stack_direction@0:
/* extern "fastcall" fn() -> u8 (%al) */
.cfi_startproc
mo... |
Ali0Alsallami/my-android-app | 1,963 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/powerpc32.s | #include "psm.h"
/* FIXME: this probably does not cover all ABIs? Tested with sysv only, possibly works for AIX as
well?
*/
.text
.globl rust_psm_stack_direction
.p2align 2
.type rust_psm_stack_direction,@function
rust_psm_stack_direction:
/* extern "C" fn() -> u8 */
.cfi_startproc
li 3, STACK_DIRECTION_DESCEND... |
Ali0Alsallami/my-android-app | 2,218 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86_64_windows_gnu.s | .text
.def rust_psm_stack_direction
.scl 2
.type 32
.endef
.globl rust_psm_stack_direction
.p2align 4
rust_psm_stack_direction:
/* extern "sysv64" fn() -> u8 (%al) */
.cfi_startproc
movb $2, %al # always descending on x86_64
retq
.cfi_endproc
.def rust_psm_stack_pointer
.scl 2
.type 32
.endef
.globl rust_psm_... |
Ali0Alsallami/my-android-app | 2,299 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/arm_aapcs.s | #include "psm.h"
.text
.syntax unified
#if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios
#define GLOBL(fnname) .globl _##fnname
#define THUMBTYPE(fnname) .thumb_func _##fnname
#define FUNCTION(fnname) _##fnname
#define THUMBFN .code 16
#define SIZE(fnname,endlabel)
#define FNSTART
#define CANTUNWI... |
Ali0Alsallami/my-android-app | 1,938 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/sparc64.s | #include "psm.h"
.text
.globl rust_psm_stack_direction
.p2align 2
.type rust_psm_stack_direction,@function
rust_psm_stack_direction:
/* extern "C" fn() -> u8 */
.cfi_startproc
jmpl %o7 + 8, %g0
mov STACK_DIRECTION_DESCENDING, %o0
.rust_psm_stack_direction_end:
.size rust_psm_stack_direction,.rust_psm_sta... |
Ali0Alsallami/my-android-app | 1,722 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/sparc_sysv.s | #include "psm.h"
/* FIXME: this ABI has definitely not been verified at all */
.text
.globl rust_psm_stack_direction
.p2align 2
.type rust_psm_stack_direction,@function
rust_psm_stack_direction:
/* extern "C" fn() -> u8 */
.cfi_startproc
jmpl %o7 + 8, %g0
mov STACK_DIRECTION_DESCENDING, %o0
.rust_psm_stack_di... |
Ali0Alsallami/my-android-app | 3,609 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/powerpc64_aix.s | .csect .text[PR],2
.file "powerpc64_aix.s"
.globl rust_psm_stack_direction[DS]
.globl .rust_psm_stack_direction
.align 4
.csect rust_psm_stack_direction[DS],3
.vbyte 8, .rust_psm_stack_direction
.vbyte 8, TOC[TC0]
.vbyte 8, 0
.csect .text[PR],2
.rust_psm_stack_direction:
# extern "C" fn() -> u8
li 3, 2
blr
L..r... |
Ali0Alsallami/my-android-app | 2,557 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/x86.s | #include "psm.h"
/* NOTE: fastcall calling convention used on all x86 targets */
.text
#if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios
#define GLOBL(fnname) .globl _##fnname
#define TYPE(fnname)
#define FUNCTION(fnname) _##fnname
#define SIZE(fnname,endlabel)
#else
#define GLOBL(fnname) .globl... |
Ali0Alsallami/my-android-app | 2,149 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/mips_eabi.s | /*
Not only MIPS has 20 different ABIs... nobody tells anybody what specific variant of which ABI is
used where.
This is an "EABI" implementation based on the following page:
http://www.cygwin.com/ml/binutils/2003-06/msg00436.html
*/
#include "psm.h"
.set noreorder /* we’ll manage the delay slots on our own, thanks... |
Ali0Alsallami/my-android-app | 1,568 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/loongarch64.s | #include "psm.h"
.text
.globl rust_psm_stack_direction
.align 2
.type rust_psm_stack_direction,@function
rust_psm_stack_direction:
/* extern "C" fn() -> u8 */
.cfi_startproc
li.w $r4, STACK_DIRECTION_DESCENDING
jr $r1
.rust_psm_stack_direction_end:
.size rust_psm_stack_direction,.rust_psm_stack_direction... |
Ali0Alsallami/my-android-app | 2,137 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/aarch_aapcs64.s | #include "psm.h"
.text
#if CFG_TARGET_OS_darwin || CFG_TARGET_OS_macos || CFG_TARGET_OS_ios
#define GLOBL(fnname) .globl _##fnname
#define TYPE(fnname)
#define FUNCTION(fnname) _##fnname
#define SIZE(fnname,endlabel)
#elif CFG_TARGET_OS_windows
#define GLOBL(fnname) .globl fnname
#define TYPE(fnname)
#define FUNCT... |
Ali0Alsallami/my-android-app | 2,144 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/mips64_eabi.s | /*
Not only MIPS has 20 different ABIs... nobody tells anybody what specific variant of which ABI is
used where.
This is an "EABI" implementation based on the following page:
http://www.cygwin.com/ml/binutils/2003-06/msg00436.html
*/
#include "psm.h"
.set noreorder /* we’ll manage the delay slots on our own, thanks... |
Ali0Alsallami/my-android-app | 1,694 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/wasm32.s | #include "psm.h"
# Note that this function is not compiled when this package is uploaded to
# crates.io, this source is only here as a reference for how the corresponding
# wasm32.o was generated. This file can be compiled with:
#
# cpp psm/src/arch/wasm32.s | llvm-mc -o psm/src/arch/wasm32.o --arch=wasm32 -filetyp... |
Ali0Alsallami/my-android-app | 2,541 | .cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.21/src/arch/powerpc64.s | /* Implementation of the AIX-like PowerPC ABI. Seems to be used by the big-endian PowerPC targets.
The following references were used during the implementation of this code:
https://www.ibm.com/support/knowledgecenter/en/ssw_aix_72/com.ibm.aix.alangref/idalangref_rntime_stack.htm
https://www.ibm.com/support/k... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.