[Lldb-commits] [lldb] [lldb][RISCV] Fix float load and stores in RISC-V emulator (PR #167490)

Georgiy Samoylov via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 11 06:31:48 PST 2025


sga-sc wrote:

Quote from RISC-V ISA, 2.6. Load and Store Instructions:

Load and store instructions transfer a value between the registers and memory. Loads are encoded in the Itype format and stores are S-type. **The effective address is obtained by adding register rs1 to the signextended 12-bit offset**. Loads copy a value from memory to register rd. Stores copy the value in register rs2 to memory.

https://github.com/llvm/llvm-project/pull/167490


More information about the lldb-commits mailing list