• Home
  • Raw
  • Download

Lines Matching refs:regno

779     uint32_t regno,  in _Unwind_VRS_Set()  argument
784 regno, representation, in _Unwind_VRS_Set()
789 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
791 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Set()
796 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
798 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno), in _Unwind_VRS_Set()
807 if (regno > 15) in _Unwind_VRS_Set()
811 if (regno > 31) in _Unwind_VRS_Set()
814 return unw_set_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno), in _Unwind_VRS_Set()
819 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set()
821 return unw_set_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno), in _Unwind_VRS_Set()
831 uint32_t regno, in _Unwind_VRS_Get_Internal() argument
837 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Get_Internal()
839 return unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Get_Internal()
844 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Get_Internal()
846 return unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_WC0 + regno), in _Unwind_VRS_Get_Internal()
855 if (regno > 15) in _Unwind_VRS_Get_Internal()
859 if (regno > 31) in _Unwind_VRS_Get_Internal()
862 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno), in _Unwind_VRS_Get_Internal()
867 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Get_Internal()
869 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno), in _Unwind_VRS_Get_Internal()
879 uint32_t regno, in _Unwind_VRS_Get() argument
883 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
887 context, regclass, regno, representation, in _Unwind_VRS_Get()