Search code examples
Why "long long" arguments need to "aligned even-odd register pair" in RISC-V...


assemblycalling-conventionriscv

Read More
Why $ra is Caller Saved in RISC-V...


assemblyriscvsubroutinecalling-convention

Read More
RISC-V Jump and Branch offsets...


gccriscv

Read More
JAL- RICSV Architecture...


assemblyriscv

Read More
RISC-V assembly: global pointer set to a weird value...


assemblyriscv

Read More
RVV type for a class member in C++...


c++gccvectorizationriscv

Read More
How to do matrix transpose using RVV1.0?...


riscv

Read More
How to run testbench.v with verilator...


riscvverilator

Read More
ESP32-H2 Risc-V cpu extensions...


esp32riscv

Read More
Issue with Threads in embedded system...


cmultithreadingmultiprocessingriscvrocket-chip

Read More
Branchless count-leading-zeros on 32-bit RISC-V without Zbb extension...


algorithmbit-manipulationriscvmicro-optimizationriscv32

Read More
QEMU stuck while booting ubuntu for RISC-V...


emulationqemuriscv

Read More
Fastest way to do horizontal pairwise RVV vector sum (addp instruction in aarch64)...


vectorriscv

Read More
What do %pcrel_hi and %pcrel_lo actually do?...


assemblyriscv

Read More
In a RISC-V architecture, do jump instructions (conditional or JAL/JALR) increase the PC by 4 as the...


cpu-architectureriscv

Read More
RISC-V PMP instruction access fault when jumping to U mode...


riscvrocket-chip

Read More
Are data memory and instruction memory in data path L1 caches?...


mipscpucpu-architecturehardwareriscv

Read More
Function pointer is always zero, but works when dereferenced and called...


cgccembeddedfunction-pointersriscv

Read More
How to clear an exception in handler in risc-v?...


exceptionriscvriscv32

Read More
call a function from header file in C...


coperating-systemriscvxv6

Read More
What's the difference between the '-' and '.' in the decode of RISCV instruction...


qemuriscvinstruction-encoding

Read More
What does madvise() do in virtual memory?...


coperating-systemriscvxv6

Read More
Loading a 64 bit address into a register...


assembly64-bitriscv

Read More
Differentiation of "Vector Load/Store Whole Register Instructions"...


riscv

Read More
Is it possible to manually change page table's PTE value? (xv6, risc-v,c)...


coperating-systemriscvxv6

Read More
Open source and independent ARM and RISC-V assemblers...


assemblyarmopen-sourceintelriscv

Read More
LD linker: define section in ELF file with arbitrary unallocated data...


ldriscvbare-metal

Read More
Context swap for RISC-V vector extensions...


riscv

Read More
Threading using jmp_buf array in C (test in xv6)...


cmultithreadingoperating-systemriscvxv6

Read More
How can I get clang compiler / lld linker for riscv32 to not use an lui for every memory address in ...


cclangriscvriscv32lld

Read More
BackNext