Home
last modified time | relevance | path

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

/external/libunwind_llvm/src/
DRegisters.hpp2797 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) in validRegister()
2808 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) { in getRegister()
2812 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0]; in getRegister()
2814 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1; in getRegister()
2838 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) { in setRegister()
2842 p = (uint32_t *)&_floats[regNum - UNW_MIPS_F0]; in setRegister()
2844 p = (uint32_t *)&_floats[(regNum - 1) - UNW_MIPS_F0] + 1; in setRegister()
2869 if (regNum >= UNW_MIPS_F0 && regNum <= UNW_MIPS_F31) in validFloatRegister()
2878 return _floats[regNum - UNW_MIPS_F0]; in getFloatRegister()
2888 _floats[regNum - UNW_MIPS_F0] = value; in setFloatRegister()
[all …]
/external/libunwind_llvm/include/
Dlibunwind.h763 UNW_MIPS_F0 = 32, enumerator