Searched refs:UNW_RISCV_F0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h910 UNW_RISCV_F0 = 32, enumerator in enum:__anon2635
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp3870 case UNW_RISCV_F0:
3940 if (regNum < UNW_RISCV_F0)
3950 return _floats[regNum - UNW_RISCV_F0];
3960 _floats[regNum - UNW_RISCV_F0] = value;

Completed in 69 milliseconds