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

/openbsd-current/gnu/llvm/libunwind/src/
H A DRegisters.hpp2879 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31)
2890 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) {
2894 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2896 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2920 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) {
2924 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0];
2926 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1;
2951 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31)
2962 return _floats[regNum - UNW_MIPS_F0];
2973 _floats[regNum - UNW_MIPS_F0]
[all...]
/openbsd-current/gnu/llvm/libunwind/include/
H A Dlibunwind.h847 UNW_MIPS_F0 = 32, enumerator in enum:__anon282

Completed in 63 milliseconds