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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2789 if (regNum <= UNW_MIPS_R31)
2806 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31)
2834 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31) {
2971 case UNW_MIPS_R31:
3106 if (regNum <= UNW_MIPS_R31)
3119 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31)
3136 if (regNum >= UNW_MIPS_R0 && regNum <= UNW_MIPS_R31) {
3261 case UNW_MIPS_R31:
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h762 UNW_MIPS_R31 = 31, enumerator in enum:__anon3731

Completed in 116 milliseconds