Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h456 UNW_ARM_WR15 = 127, enumerator
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DRegisters.hpp1634 || ((regNum >= UNW_ARM_WR0) && (regNum <= UNW_ARM_WR15)); in validFloatRegister()
1653 } else if (regNum >= UNW_ARM_WR0 && regNum <= UNW_ARM_WR15) { in getFloatRegister()
1680 } else if (regNum >= UNW_ARM_WR0 && regNum <= UNW_ARM_WR15) { in setFloatRegister()