Home
last modified time | relevance | path

Searched refs:UNW_RISCV_F0 (Results 1 – 5 of 5) sorted by relevance

/third_party/libunwind/src/riscv/
DGregs.c34 if (reg >= UNW_RISCV_F0 && reg <= UNW_RISCV_F31) in tdep_access_reg()
82 if (reg < UNW_RISCV_F0 || reg > UNW_RISCV_F31) in tdep_access_fpreg()
Dis_fpreg.c30 return (regnum >= UNW_RISCV_F0 && regnum <= UNW_RISCV_F31); in unw_is_fpreg()
DGglobal.c69 UNW_RISCV_F0,
DGinit.c57 else if (reg >= UNW_RISCV_F0 && reg <= UNW_RISCV_F31) in uc_addr()
60 return &fpregs[reg - UNW_RISCV_F0]; in uc_addr()
/third_party/libunwind/include/
Dlibunwind-riscv.h108 UNW_RISCV_F0, enumerator