repo_id
string
size
int64
file_path
string
content
string
matthiasgoergens/zkvm
2,175
riscv-testdata/testdata/rv64ui/slti.S
# See LICENSE for license details. #***************************************************************************** # slti.S #----------------------------------------------------------------------------- # # Test slti instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,282
riscv-testdata/testdata/rv64ui/lb.S
# See LICENSE for license details. #***************************************************************************** # lb.S #----------------------------------------------------------------------------- # # Test lb instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #------...
matthiasgoergens/zkvm
1,861
riscv-testdata/testdata/rv64ui/xori.S
# See LICENSE for license details. #***************************************************************************** # xori.S #----------------------------------------------------------------------------- # # Test xori instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,013
riscv-testdata/testdata/rv64ui/bne.S
# See LICENSE for license details. #***************************************************************************** # bne.S #----------------------------------------------------------------------------- # # Test bne instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
2,633
riscv-testdata/testdata/rv64ui/and.S
# See LICENSE for license details. #***************************************************************************** # and.S #----------------------------------------------------------------------------- # # Test and instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
3,145
riscv-testdata/testdata/rv64ui/add.S
# See LICENSE for license details. #***************************************************************************** # add.S #----------------------------------------------------------------------------- # # Test add instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
2,748
riscv-testdata/testdata/rv64ui/sltu.S
# See LICENSE for license details. #***************************************************************************** # sltu.S #----------------------------------------------------------------------------- # # Test sltu instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,176
riscv-testdata/testdata/rv64ui/srli.S
# See LICENSE for license details. #***************************************************************************** # srli.S #----------------------------------------------------------------------------- # # Test srli instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,345
riscv-testdata/testdata/rv64ui/addi.S
# See LICENSE for license details. #***************************************************************************** # addi.S #----------------------------------------------------------------------------- # # Test addi instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
4,229
riscv-testdata/testdata/rv64ui/sll.S
# See LICENSE for license details. #***************************************************************************** # sll.S #----------------------------------------------------------------------------- # # Test sll instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
2,201
riscv-testdata/testdata/rv64ui/sltiu.S
# See LICENSE for license details. #***************************************************************************** # sltiu.S #----------------------------------------------------------------------------- # # Test sltiu instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #...
matthiasgoergens/zkvm
4,389
riscv-testdata/testdata/rv64ui/srlw.S
# See LICENSE for license details. #***************************************************************************** # srlw.S #----------------------------------------------------------------------------- # # Test srlw instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,290
riscv-testdata/testdata/rv64ui/lh.S
# See LICENSE for license details. #***************************************************************************** # lh.S #----------------------------------------------------------------------------- # # Test lh instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #------...
matthiasgoergens/zkvm
2,651
riscv-testdata/testdata/rv64ui/xor.S
# See LICENSE for license details. #***************************************************************************** # xor.S #----------------------------------------------------------------------------- # # Test xor instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
3,452
riscv-testdata/testdata/rv64ui/srl.S
# See LICENSE for license details. #***************************************************************************** # srl.S #----------------------------------------------------------------------------- # # Test srl instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
1,829
riscv-testdata/testdata/rv64ui/ori.S
# See LICENSE for license details. #***************************************************************************** # ori.S #----------------------------------------------------------------------------- # # Test ori instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
2,597
riscv-testdata/testdata/rv64ui/srai.S
# See LICENSE for license details. #***************************************************************************** # srai.S #----------------------------------------------------------------------------- # # Test srai instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
1,143
riscv-testdata/testdata/rv32ud/ldst.S
# See LICENSE for license details. #***************************************************************************** # ldst.S #----------------------------------------------------------------------------- # # This test verifies that flw, fld, fsw, and fsd work properly. # #include "riscv_test.h" #include "test_macros.h"...
matthiasgoergens/zkvm
2,818
riscv-testdata/testdata/rv32um/mul.S
# See LICENSE for license details. #***************************************************************************** # mul.S #----------------------------------------------------------------------------- # # Test mul instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV32U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
2,960
riscv-testdata/testdata/rv32um/mulhu.S
# See LICENSE for license details. #***************************************************************************** # mulhu.S #----------------------------------------------------------------------------- # # Test mulhu instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV32U RVTEST_CODE_BEGIN #...
matthiasgoergens/zkvm
2,923
riscv-testdata/testdata/rv32um/mulh.S
# See LICENSE for license details. #***************************************************************************** # mulh.S #----------------------------------------------------------------------------- # # Test mulh instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV32U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,997
riscv-testdata/testdata/rv32um/mulhsu.S
# See LICENSE for license details. #***************************************************************************** # mulhsu.S #----------------------------------------------------------------------------- # # Test mulhsu instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV32U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
1,055
riscv-testdata/testdata/rv64uzfh/fdiv.S
# See LICENSE for license details. #***************************************************************************** # fdiv.S #----------------------------------------------------------------------------- # # Test f{div|sqrt}.h instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_B...
matthiasgoergens/zkvm
1,229
riscv-testdata/testdata/rv64uzfh/fcvt.S
# See LICENSE for license details. #***************************************************************************** # fcvt.S #----------------------------------------------------------------------------- # # Test fcvt.h.{wu|w|lu|l}, fcvt.h.d, and fcvt.d.h instructions. # #include "riscv_test.h" #include "test_macros.h"...
matthiasgoergens/zkvm
1,380
riscv-testdata/testdata/rv64uzfh/fadd.S
# See LICENSE for license details. #***************************************************************************** # fadd.S #----------------------------------------------------------------------------- # # Test f{add|sub|mul}.h instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_COD...
matthiasgoergens/zkvm
1,496
riscv-testdata/testdata/rv64uzfh/move.S
# See LICENSE for license details. #***************************************************************************** # move.S #----------------------------------------------------------------------------- # # This test verifies that the fmv.h.x, fmv.x.h, and fsgnj[x|n].d instructions # and the fcsr work properly. # #inc...
matthiasgoergens/zkvm
4,416
riscv-testdata/testdata/rv64uzfh/fcvt_w.S
# See LICENSE for license details. #***************************************************************************** # fcvt_w.S #----------------------------------------------------------------------------- # # Test fcvt{wu|w|lu|l}.h instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_C...
matthiasgoergens/zkvm
1,122
riscv-testdata/testdata/rv64uzfh/recoding.S
# See LICENSE for license details. #***************************************************************************** # recoding.S #----------------------------------------------------------------------------- # # Test corner cases of John Hauser's microarchitectural recoding scheme. # There are twice as many recoded valu...
matthiasgoergens/zkvm
1,629
riscv-testdata/testdata/rv64uzfh/fmadd.S
# See LICENSE for license details. #***************************************************************************** # fmadd.S #----------------------------------------------------------------------------- # # Test f[n]m{add|sub}.h and f[n]m{add|sub}.h instructions. # #include "riscv_test.h" #include "test_macros.h" RV...
matthiasgoergens/zkvm
1,111
riscv-testdata/testdata/rv64uzfh/fclass.S
# See LICENSE for license details. #***************************************************************************** # fclass.S #----------------------------------------------------------------------------- # # Test fclass.h instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_BEGI...
matthiasgoergens/zkvm
1,872
riscv-testdata/testdata/rv64uzfh/fmin.S
# See LICENSE for license details. #***************************************************************************** # fmin.S #----------------------------------------------------------------------------- # # Test f{min|max}.h instructinos. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_BE...
matthiasgoergens/zkvm
2,912
riscv-testdata/testdata/rv32uzbc/clmul.S
# See LICENSE for license details. #***************************************************************************** # clmul.S #----------------------------------------------------------------------------- # # Test clmul instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV32U RVTEST_CODE_BEGIN #...
matthiasgoergens/zkvm
2,896
riscv-testdata/testdata/rv32uzbc/clmulh.S
# See LICENSE for license details. #***************************************************************************** # clmulh.S #----------------------------------------------------------------------------- # # Test clmulh instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV32U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
2,896
riscv-testdata/testdata/rv32uzbc/clmulr.S
# See LICENSE for license details. #***************************************************************************** # clmulr.S #----------------------------------------------------------------------------- # # Test clmulr instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV32U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
3,981
riscv-testdata/testdata/rv64uc/rvc.S
# See LICENSE for license details. #***************************************************************************** # rvc.S #----------------------------------------------------------------------------- # # Test RVC corner cases. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN .ali...
matthiasgoergens/zkvm
3,379
riscv-testdata/testdata/rv64uzba/sh1add_uw.S
# See LICENSE for license details. #***************************************************************************** # sh1add.uw.S #----------------------------------------------------------------------------- # # Test sh1add.uw instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BE...
matthiasgoergens/zkvm
3,380
riscv-testdata/testdata/rv64uzba/sh2add_uw.S
# See LICENSE for license details. #***************************************************************************** # sh2add.uw.S #----------------------------------------------------------------------------- # # Test sh2add.uw instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BE...
matthiasgoergens/zkvm
3,281
riscv-testdata/testdata/rv64uzba/sh3add.S
# See LICENSE for license details. #***************************************************************************** # sh3add.S #----------------------------------------------------------------------------- # # Test sh3add instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
3,263
riscv-testdata/testdata/rv64uzba/sh2add.S
# See LICENSE for license details. #***************************************************************************** # sh2add.S #----------------------------------------------------------------------------- # # Test sh2add instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
3,262
riscv-testdata/testdata/rv64uzba/sh1add.S
# See LICENSE for license details. #***************************************************************************** # sh1add.S #----------------------------------------------------------------------------- # # Test sh1add instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
3,398
riscv-testdata/testdata/rv64uzba/sh3add_uw.S
# See LICENSE for license details. #***************************************************************************** # sh3add_uw.S #----------------------------------------------------------------------------- # # Test sh3add.uw instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BE...
matthiasgoergens/zkvm
2,884
riscv-testdata/testdata/rv64uzba/slli_uw.S
# See LICENSE for license details. #***************************************************************************** # slli_uw.S #----------------------------------------------------------------------------- # # Test slli.uw instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
3,262
riscv-testdata/testdata/rv64uzba/add_uw.S
# See LICENSE for license details. #***************************************************************************** # add_uw.S #----------------------------------------------------------------------------- # # Test add.uw instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
2,818
riscv-testdata/testdata/rv64uzbc/clmul.S
# See LICENSE for license details. #***************************************************************************** # clmul.S #----------------------------------------------------------------------------- # # Test clmul instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #...
matthiasgoergens/zkvm
2,798
riscv-testdata/testdata/rv64uzbc/clmulh.S
# See LICENSE for license details. #***************************************************************************** # clmulh.S #----------------------------------------------------------------------------- # # Test clmulh instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
2,798
riscv-testdata/testdata/rv64uzbc/clmulr.S
# See LICENSE for license details. #***************************************************************************** # clmulr.S #----------------------------------------------------------------------------- # # Test clmulr instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
2,732
riscv-testdata/testdata/rv64um/mul.S
# See LICENSE for license details. #***************************************************************************** # mul.S #----------------------------------------------------------------------------- # # Test mul instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #----...
matthiasgoergens/zkvm
2,420
riscv-testdata/testdata/rv64um/mulw.S
# See LICENSE for license details. #***************************************************************************** # mulw.S #----------------------------------------------------------------------------- # # Test mulw instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,781
riscv-testdata/testdata/rv64um/mulhu.S
# See LICENSE for license details. #***************************************************************************** # mulhu.S #----------------------------------------------------------------------------- # # Test mulhu instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #...
matthiasgoergens/zkvm
2,576
riscv-testdata/testdata/rv64um/mulh.S
# See LICENSE for license details. #***************************************************************************** # mulh.S #----------------------------------------------------------------------------- # # Test mulh instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN #--...
matthiasgoergens/zkvm
2,636
riscv-testdata/testdata/rv64um/mulhsu.S
# See LICENSE for license details. #***************************************************************************** # mulhsu.S #----------------------------------------------------------------------------- # # Test mulhsu instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64U RVTEST_CODE_BEGIN ...
matthiasgoergens/zkvm
3,180
riscv-testdata/testdata/rv64ssvnapot/napot.S
# See LICENSE for license details. #***************************************************************************** # napot.S #----------------------------------------------------------------------------- # # Test Svnapot # #include "riscv_test.h" #include "test_macros.h" #if (DRAM_BASE >> 30 << 30) != DRAM_BASE # err...
matthiasgoergens/zkvm
1,054
riscv-testdata/testdata/rv64uf/fdiv.S
# See LICENSE for license details. #***************************************************************************** # fdiv.S #----------------------------------------------------------------------------- # # Test f{div|sqrt}.s instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_B...
matthiasgoergens/zkvm
1,127
riscv-testdata/testdata/rv64uf/fcvt.S
# See LICENSE for license details. #***************************************************************************** # fcvt.S #----------------------------------------------------------------------------- # # Test fcvt.s.{wu|w|lu|l}, fcvt.s.d, and fcvt.d.s instructions. # #include "riscv_test.h" #include "test_macros.h"...
matthiasgoergens/zkvm
1,380
riscv-testdata/testdata/rv64uf/fadd.S
# See LICENSE for license details. #***************************************************************************** # fadd.S #----------------------------------------------------------------------------- # # Test f{add|sub|mul}.s instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_COD...
matthiasgoergens/zkvm
1,504
riscv-testdata/testdata/rv64uf/move.S
# See LICENSE for license details. #***************************************************************************** # move.S #----------------------------------------------------------------------------- # # This test verifies that the fmv.s.x, fmv.x.s, and fsgnj[x|n].d instructions # and the fcsr work properly. # #inc...
matthiasgoergens/zkvm
4,360
riscv-testdata/testdata/rv64uf/fcvt_w.S
# See LICENSE for license details. #***************************************************************************** # fcvt_w.S #----------------------------------------------------------------------------- # # Test fcvt{wu|w|lu|l}.s instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_...
matthiasgoergens/zkvm
1,122
riscv-testdata/testdata/rv64uf/recoding.S
# See LICENSE for license details. #***************************************************************************** # recoding.S #----------------------------------------------------------------------------- # # Test corner cases of John Hauser's microarchitectural recoding scheme. # There are twice as many recoded valu...
matthiasgoergens/zkvm
1,629
riscv-testdata/testdata/rv64uf/fmadd.S
# See LICENSE for license details. #***************************************************************************** # fmadd.S #----------------------------------------------------------------------------- # # Test f[n]m{add|sub}.s and f[n]m{add|sub}.d instructions. # #include "riscv_test.h" #include "test_macros.h" RV...
matthiasgoergens/zkvm
1,872
riscv-testdata/testdata/rv64uf/fmin.S
# See LICENSE for license details. #***************************************************************************** # fmin.S #----------------------------------------------------------------------------- # # Test f{min|max}.s instructinos. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_BE...
matthiasgoergens/zkvm
1,414
riscv-testdata/testdata/rv64uf/fcmp.S
# See LICENSE for license details. #***************************************************************************** # fcmp.S #----------------------------------------------------------------------------- # # Test f{eq|lt|le}.s instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_B...
matthiasgoergens/zkvm
1,521
riscv-testdata/testdata/rv64ud/fdiv.S
# See LICENSE for license details. #***************************************************************************** # fdiv.S #----------------------------------------------------------------------------- # # Test f{div|sqrt}.d instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_B...
matthiasgoergens/zkvm
1,876
riscv-testdata/testdata/rv64ud/fcvt.S
# See LICENSE for license details. #***************************************************************************** # fcvt.S #----------------------------------------------------------------------------- # # Test fcvt.d.{wu|w|lu|l}, fcvt.s.d, and fcvt.d.s instructions. # #include "riscv_test.h" #include "test_macros.h"...
matthiasgoergens/zkvm
1,553
riscv-testdata/testdata/rv64ud/fadd.S
# See LICENSE for license details. #***************************************************************************** # fadd.S #----------------------------------------------------------------------------- # # Test f{add|sub|mul}.d instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_COD...
matthiasgoergens/zkvm
3,659
riscv-testdata/testdata/rv64ud/move.S
# See LICENSE for license details. #***************************************************************************** # move.S #----------------------------------------------------------------------------- # # This test verifies that fmv.d.x, fmv.x.d, and fsgnj[x|n].d work properly. # #include "riscv_test.h" #include "te...
matthiasgoergens/zkvm
4,731
riscv-testdata/testdata/rv64ud/fcvt_w.S
# See LICENSE for license details. #***************************************************************************** # fcvt_w.S #----------------------------------------------------------------------------- # # Test fcvt{wu|w|lu|l}.d instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_...
matthiasgoergens/zkvm
1,686
riscv-testdata/testdata/rv64ud/recoding.S
# See LICENSE for license details. #***************************************************************************** # recoding.S #----------------------------------------------------------------------------- # # Test corner cases of John Hauser's microarchitectural recoding scheme. # There are twice as many recoded valu...
matthiasgoergens/zkvm
1,803
riscv-testdata/testdata/rv64ud/fmadd.S
# See LICENSE for license details. #***************************************************************************** # fmadd.S #----------------------------------------------------------------------------- # # Test f[n]m{add|sub}.s and f[n]m{add|sub}.d instructions. # #include "riscv_test.h" #include "test_macros.h" RV...
matthiasgoergens/zkvm
1,028
riscv-testdata/testdata/rv64ud/ldst.S
# See LICENSE for license details. #***************************************************************************** # ldst.S #----------------------------------------------------------------------------- # # This test verifies that flw, fld, fsw, and fsd work properly. # #include "riscv_test.h" #include "test_macros.h"...
matthiasgoergens/zkvm
1,229
riscv-testdata/testdata/rv64ud/fclass.S
# See LICENSE for license details. #***************************************************************************** # fclass.S #----------------------------------------------------------------------------- # # Test fclass.d instruction. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_BEGIN...
matthiasgoergens/zkvm
2,044
riscv-testdata/testdata/rv64ud/fmin.S
# See LICENSE for license details. #***************************************************************************** # fmin.S #----------------------------------------------------------------------------- # # Test f{min|max}.d instructinos. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_BE...
matthiasgoergens/zkvm
1,594
riscv-testdata/testdata/rv64ud/fcmp.S
# See LICENSE for license details. #***************************************************************************** # fcmp.S #----------------------------------------------------------------------------- # # Test f{eq|lt|le}.d instructions. # #include "riscv_test.h" #include "test_macros.h" RVTEST_RV64UF RVTEST_CODE_B...
matthiasgoergens/zkvm
1,159
riscv-testdata/testdata/rv64ud/structural.S
# See LICENSE for license details. #***************************************************************************** # structural.S #----------------------------------------------------------------------------- # # This test verifies that the FPU correctly obviates structural hazards on its # writeback port (e.g. fadd fo...
matt-user/sbpf-amm
4,548
src/sbpf-amm/sbpf-amm.s
.equ NUM_ACCOUNTS, 0x0000 .equ AMM_PDA_HEADER, 0x0008 .equ AMM_PDA_KEY, 0x0010 .equ AMM_PDA_OWNER, 0x0030 .equ AMM_PDA_LAMPORTS, 0x0050 .equ AMM_PDA_DATA_LEN, 0x0058 .equ AMM_PDA_ID, 0x0060 // Pubkey (32 bytes) .equ AMM_PDA_ADMIN, 0x0080 // Pubkey (32 bytes) .equ AMM_PDA_FEE, 0x00a0 // u16 (2 bytes) .equ ADMIN_PUBKEY_H...
maubry-ortega/VesperOS
1,233
src/arch/x86_64/interrupts.S
// src/arch/x86_64/interrupts.S .intel_syntax noprefix // Usar sintaxis de Intel para el ensamblador. // Hacemos que los símbolos de nuestras funciones Rust sean visibles para el ensamblador. .extern rust_timer_interrupt_handler .extern rust_keyboard_interrupt_handler // Macro para crear un manejador de interrupcion...
max-cura/cs240lx-riscv-lab
5,597
staff/okboot/extern/elf.S
@ vim:ft=arm @ @@ @@ FILE device/okboot/extern/elf.S @@ AUTH mcura @@ DESC Relocatable micro-stub that performs a series of memory-to-memory ELF @@ PT_LOAD operations. @@ @@ CHANGELOG: @@ 31 Jan 25 (mcura) @@ Created based on stub.S for version 2 bootloader (okboot) #define _prefetch_flush(reg) \ mov...
max-cura/cs240lx-riscv-lab
5,247
staff/okboot/extern/stub.S
@ vim:ft=arm @ @@ @@ FILE device/okboot/extern/stub.S @@ AUTH mcura @@ DESC Relocatable micro-stub that performs a `memcpy` and then jumps to an @@ address. Part of the `theseus-device` crate. Primary symbol is @@ `_relocation_stub`; relocatable segment is @@ @@ [_relocation_stub, _relocation_st...
max-cura/cs240lx-riscv-lab
1,535
staff/okboot/extern/boot.S
@ vim:ft=arm @ @ FILE extern/boot.S @ DESC Generic system entry point @ #ifndef CUSTOM_STACK .extern __symbol_stack_end__ #define STACK_HIGH __symbol_stack_init__ #elif !defined(STACK_HIGH) #error "CUSTOM_STACK is defined but STACK_HIGH is not" #endif #ifndef CUSTOM_SYMBOLS #define EXTERN_KERNEL_FN __symb...
mbennett-labs/KarlsenMiner
5,802
src/keccakf1600_x86-64-osx.s
# Source: https://github.com/dot-asm/cryptogams/blob/master/x86_64/keccak1600-x86_64.pl .text .p2align 5 __KeccakF1600: .cfi_startproc .byte 0xf3,0x0f,0x1e,0xfa movq 60(%rdi),%rax movq 68(%rdi),%rbx movq 76(%rdi),%rcx movq 84(%rdi),%rdx movq 92(%rdi),%rbp jmp L$oop .p2align 5 L$oop: movq -100(%rdi),%r8 mo...
mbennett-labs/KarlsenMiner
6,073
src/keccakf1600_x86-64.s
# Source: https://github.com/dot-asm/cryptogams/blob/master/x86_64/keccak1600-x86_64.pl .text .type __KeccakF1600,@function .align 32 __KeccakF1600: .cfi_startproc .byte 0xf3,0x0f,0x1e,0xfa movq 60(%rdi),%rax movq 68(%rdi),%rbx movq 76(%rdi),%rcx movq 84(%rdi),%rdx movq 92(%rdi),%rbp jmp .Loop .align 32 .Loo...
mcwall/feos
1,195
src/asm/boot.S
.option norvc .section .data .section .text.init .global _start _start: # Any hardware threads (hart) that are not bootstrapping # need to wait for an IPI csrr t0, mhartid bnez t0, 3f # SATP should be zero, but let's make sure csrw satp, zero .option push .option norelax la gp, _global_pointer .option pop # T...
MDavid102/Preh_Estadia-2024
20,364
Week3/Week3_Activity2_CAN-CMSIS-Lib-final/CAN_Final_Lib/Startup/startup_stm32f407vgtx.s
/** ****************************************************************************** * @file startup_stm32f407vgtx.s * @author Auto-generated by STM32CubeIDE * @brief STM32F407VGTx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
20,364
Week2/Week2_Activity4_CMSISLib/CMISISExercise/Startup/startup_stm32f407vgtx.s
/** ****************************************************************************** * @file startup_stm32f407vgtx.s * @author Auto-generated by STM32CubeIDE * @brief STM32F407VGTx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week2/Week2_Activity5_LibraryCreationExercise/ExerciseLibrary/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week2/Week2_Activity1_Led/BlinkLED_Register and document/Blink_led2/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week1/Questions, Exercise, Glossary, MCU documentation/BlinkLED_Register and document/Blink_led2/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week1/Questions, Exercise, Glossary, MCU documentation/BlinkLed_Bitwise and document/Blink_led/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
20,364
Week3/Week3_Activity2_CAN-CMSIS-Lib-final/CAN_Final_Lib/Startup/startup_stm32f407vgtx.s
/** ****************************************************************************** * @file startup_stm32f407vgtx.s * @author Auto-generated by STM32CubeIDE * @brief STM32F407VGTx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
20,364
Week2/Week2_Activity4_CMSISLib/CMISISExercise/Startup/startup_stm32f407vgtx.s
/** ****************************************************************************** * @file startup_stm32f407vgtx.s * @author Auto-generated by STM32CubeIDE * @brief STM32F407VGTx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week2/Week2_Activity5_LibraryCreationExercise/ExerciseLibrary/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week2/Week2_Activity1_Led/BlinkLED_Register and document/Blink_led2/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week1/Questions, Exercise, Glossary, MCU documentation/BlinkLED_Register and document/Blink_led2/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
MDavid102/Preh_Estadia-2024
18,902
Week1/Questions, Exercise, Glossary, MCU documentation/BlinkLed_Bitwise and document/Blink_led/Startup/startup_stm32f411ceux.s
/** ****************************************************************************** * @file startup_stm32f411ceux.s * @author Auto-generated by STM32CubeIDE * @brief STM32F411CEUx device vector table for GCC toolchain. * This module performs: * - Set the initial SP * ...
meizeddin/PQ_Secure_X3DH
48,276
pswoosh-master/rust/ref0/src/arithmetic/fq.s
.att_syntax .text .p2align 5 .globl _fp_fromM .globl fp_fromM .globl _fp_toM .globl fp_toM .globl _fp_inv .globl fp_inv .globl _fp_expm_noct .globl fp_expm_noct .globl _fp_sqr .globl fp_sqr .globl _fp_mul .globl fp_mul .globl _fp_sub .globl fp_sub .globl _fp_add .globl fp_add .globl _bn_sqrn .globl...
meizeddin/PQ_Secure_X3DH
48,276
pswoosh-master/rust/ref0/src/arithmetic/fq.s
.att_syntax .text .p2align 5 .globl _fp_fromM .globl fp_fromM .globl _fp_toM .globl fp_toM .globl _fp_inv .globl fp_inv .globl _fp_expm_noct .globl fp_expm_noct .globl _fp_sqr .globl fp_sqr .globl _fp_mul .globl fp_mul .globl _fp_sub .globl fp_sub .globl _fp_add .globl fp_add .globl _bn_sqrn .globl...
MertensFlo/FeRTOS
2,687
fe_osi/src/riscv32.s
.option push .option norelax .section .text.asm .align 2 .globl do_exit .globl do_sleep .globl do_alloc .globl do_dealloc .globl do_block .globl do_task_spawn .globl do_yield .globl ipc_publish .globl ipc_subscribe .globl ipc_unsubscribe .globl ipc_get_message .globl do_get_heap_remaining .globl do_register_interrupt ...
MertensFlo/FeRTOS
1,338
fe_osi/src/arm.s
.syntax unified .section .text.asm .global do_exit .global do_sleep .global do_alloc .global do_dealloc .global do_block .global do_task_spawn .global do_yield .global ipc_publish .global ipc_subscribe .global ipc_unsubscribe .global ipc_get_message .global do_get...
MertensFlo/FeRTOS
2,469
fe_rtos/src/arch/arm/arm_syscall.s
.syntax unified .section .text.asm .weak sys_exit .weak sys_sleep .weak sys_alloc .weak sys_dealloc .weak sys_block .weak sys_task_spawn .weak sys_yield .weak sys_ipc_publish .weak sys_ipc_subscribe .weak sys_ipc_unsubscribe .weak sys_ipc_get_message .weak sys_get...
MertensFlo/FeRTOS
4,010
fe_rtos/src/arch/riscv32/riscv32.s
.option push .option norelax .section .text.asm .align 2 .local interrupt_switch .local Reset .local syscall_handler .local get_cur_task .local set_cur_task .local get_next_task .global context_switch .global disable_interrupts .global enable_interrupts .global set_mtie .global get_mepc .global set_mepc .global setup_i...
MertensFlo/FeRTOS
1,680
fe_rtos/src/arch/riscv32/riscv32_syscall.s
.option push .option norelax .section .text.asm .align 2 .local context_switch .local sys_exit .local sys_sleep .local sys_alloc .local sys_dealloc .local sys_block .local sys_task_spawn .local sys_yield .local sys_ipc_publish .local sys_ipc_subscribe .local sys_ipc_get_message .local sys_get_heap_remaining .local sys_...