Lines Matching refs:representation

891 ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation,  in ValueAsBitPattern()  argument
894 switch (representation) { in ValueAsBitPattern()
911 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument
916 representation, in _Unwind_VRS_Set()
917 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
921 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
928 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set()
930 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set()
945 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
952 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set()
965 if (representation != _UVRSD_UINT32 || regno != 0) in _Unwind_VRS_Set()
979 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal() argument
984 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Get_Internal()
991 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Get_Internal()
993 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Get_Internal()
1008 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Get_Internal()
1015 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Get_Internal()
1028 if (representation != _UVRSD_UINT32 || regno != 0) in _Unwind_VRS_Get_Internal()
1041 uint32_t regno, _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get() argument
1044 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
1049 representation, in _Unwind_VRS_Get()
1050 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()
1057 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop() argument
1061 representation); in _Unwind_VRS_Pop()
1068 if (representation != _UVRSD_UINT32) in _Unwind_VRS_Pop()
1100 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Pop()
1123 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()
1127 if (representation == _UVRSD_VFPX) in _Unwind_VRS_Pop()
1133 if (representation != _UVRSD_UINT32 || discriminator != 0) in _Unwind_VRS_Pop()