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 | 784 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument 788 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Set() 794 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set() 796 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Set() 801 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set() 803 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno), in _Unwind_VRS_Set() 812 if (regno > 15) in _Unwind_VRS_Set() 816 if (regno > 31) in _Unwind_VRS_Set() 819 return unw_set_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno), in _Unwind_VRS_Set() 824 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 | 193 uint32_t regno, _Unwind_VRS_DataRepresentation representation, 198 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
|