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

/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp4196 case UNW_RISCV_F0:
4269 if (regNum < UNW_RISCV_F0)
4283 return _floats[regNum - UNW_RISCV_F0];
4293 _floats[regNum - UNW_RISCV_F0] = value;
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h994 UNW_RISCV_F0 = 32, enumerator in enum:__anon285

Completed in 71 milliseconds