Lines Matching refs:representation

888 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation,  in ValueAsBitPattern()  argument
891 switch (representation) { in ValueAsBitPattern()
908 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument
913 representation, in _Unwind_VRS_Set()
914 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
918 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
925 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set()
927 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set()
942 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
949 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set()
962 if (representation != _UVRSD_UINT32 || regno != 0) in _Unwind_VRS_Set()
976 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal() argument
981 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Get_Internal()
988 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Get_Internal()
990 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Get_Internal()
1005 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Get_Internal()
1012 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Get_Internal()
1025 if (representation != _UVRSD_UINT32 || regno != 0) in _Unwind_VRS_Get_Internal()
1038 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get() argument
1041 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
1046 representation, in _Unwind_VRS_Get()
1047 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()
1054 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop() argument
1058 representation); in _Unwind_VRS_Pop()
1065 if (representation != _UVRSD_UINT32) in _Unwind_VRS_Pop()
1097 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Pop()
1120 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()
1124 if (representation == _UVRSD_VFPX) in _Unwind_VRS_Pop()
1130 if (representation != _UVRSD_UINT32 || discriminator != 0) in _Unwind_VRS_Pop()