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

/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2798 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31)
2809 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) {
2813 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2815 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2839 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) {
2843 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2845 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2870 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31)
2879 return _floats[regNum - UNW_MIPS_F0];
2889 _floats[regNum - UNW_MIPS_F0]
[all...]
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h763 UNW_MIPS_F0 = 32, enumerator in enum:__anon3731

Completed in 142 milliseconds