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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2790 if (regNum <= UNW_MIPS_R31)
2807 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31)
2835 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31) {
2977 case UNW_MIPS_R31:
3112 if (regNum <= UNW_MIPS_R31)
3125 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31)
3142 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31) {
3272 case UNW_MIPS_R31:
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h762 UNW_MIPS_R31 = 31, enumerator in enum:__anon2632

Completed in 71 milliseconds