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

/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DRegisters.hpp2799 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31)
2810 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) {
2814 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2816 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2840 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) {
2844 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2846 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2871 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31)
2882 return _floats[regNum - UNW_MIPS_F0];
2893 _floats[regNum - UNW_MIPS_F0]
[all...]
/freebsd-13-stable/contrib/llvm-project/libunwind/include/
H A Dlibunwind.h763 UNW_MIPS_F0 = 32, enumerator in enum:__anon2632

Completed in 73 milliseconds