Home
last modified time | relevance | path

Searched refs:regno (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp784 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/
Dunwind-arm.h124 uint32_t regno,
130 uint32_t regno,
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h193 uint32_t regno, _Unwind_VRS_DataRepresentation representation,
198 uint32_t regno, _Unwind_VRS_DataRepresentation representation,