mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2025-12-15 16:40:05 +01:00
- Enhanced ImmediateOperand with reloc_type and symbol attributes for better RISC-V support - Updated RISC-V parser with relocation type support (%hi, %lo, %pcrel_hi, etc.) - Renamed example files from rv6 to rv64 for consistency - Updated related configuration and test files - All 115 tests pass successfully
7 lines
94 B
ArmAsm
7 lines
94 B
ArmAsm
sum_reduction_riscv:
|
|
.L3:
|
|
fld fa5,0(a0)
|
|
addi a0,a0,8
|
|
fadd.d fa0,fa0,fa5
|
|
bne a1,a0,.L3
|
|
ret |