Searched refs:regno (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 745 uint32_t regno, in _Unwind_VRS_Set() argument 750 regno, representation, in _Unwind_VRS_Set() 755 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set() 757 return unw_set_reg(cursor, UNW_ARM_R0 + regno, *(unw_word_t *)valuep) == in _Unwind_VRS_Set() 762 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set() 764 return unw_set_reg(cursor, UNW_ARM_WC0 + regno, *(unw_word_t *)valuep) == in _Unwind_VRS_Set() 773 if (regno > 15) in _Unwind_VRS_Set() 777 if (regno > 31) in _Unwind_VRS_Set() 780 return unw_set_fpreg(cursor, UNW_ARM_D0 + regno, in _Unwind_VRS_Set() 785 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set() [all …]
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 124 uint32_t regno, 130 uint32_t regno,
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
D | unwind.h | 194 uint32_t regno, 200 uint32_t regno,
|