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

/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h872 UNW_RISCV_F0 = 32, enumerator in enum:__anon3733
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp3678 case UNW_RISCV_F0:
3748 if (regNum < UNW_RISCV_F0)
3758 return _floats[regNum - UNW_RISCV_F0];
3767 _floats[regNum - UNW_RISCV_F0] = value;

Completed in 121 milliseconds