Lines Matching refs:representation
743 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation, in ValueAsBitPattern() argument
746 switch (representation) { in ValueAsBitPattern()
763 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument
768 representation, in _Unwind_VRS_Set()
769 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
773 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
780 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set()
782 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set()
797 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
804 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set()
822 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal() argument
827 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Get_Internal()
834 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Get_Internal()
836 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Get_Internal()
851 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Get_Internal()
858 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Get_Internal()
875 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get() argument
878 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
883 representation, in _Unwind_VRS_Get()
884 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()
891 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop() argument
895 representation); in _Unwind_VRS_Pop()
902 if (representation != _UVRSD_UINT32) in _Unwind_VRS_Pop()
934 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Pop()
957 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()
961 if (representation == _UVRSD_VFPX) in _Unwind_VRS_Pop()