• Home
  • Raw
  • Download

Lines Matching refs:representation

724 static uint64_t ValueAsBitPattern(_Unwind_VRS_DataRepresentation representation,  in ValueAsBitPattern()  argument
727 switch (representation) { in ValueAsBitPattern()
746 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Set() argument
750 regno, representation, in _Unwind_VRS_Set()
751 ValueAsBitPattern(representation, valuep)); in _Unwind_VRS_Set()
755 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Set()
762 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Set()
769 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Set()
771 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Set()
785 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Set()
798 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get_Internal() argument
803 if (representation != _UVRSD_UINT32 || regno > 15) in _Unwind_VRS_Get_Internal()
810 if (representation != _UVRSD_UINT32 || regno > 3) in _Unwind_VRS_Get_Internal()
817 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Get_Internal()
819 if (representation == _UVRSD_VFPX) { in _Unwind_VRS_Get_Internal()
833 if (representation != _UVRSD_DOUBLE || regno > 31) in _Unwind_VRS_Get_Internal()
846 _Unwind_VRS_DataRepresentation representation, in _Unwind_VRS_Get() argument
849 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
853 context, regclass, regno, representation, in _Unwind_VRS_Get()
854 ValueAsBitPattern(representation, valuep), result); in _Unwind_VRS_Get()
862 _Unwind_VRS_DataRepresentation representation) { in _Unwind_VRS_Pop() argument
865 context, regclass, discriminator, representation); in _Unwind_VRS_Pop()
869 if (representation != _UVRSD_UINT32) in _Unwind_VRS_Pop()
898 if (representation != _UVRSD_VFPX && representation != _UVRSD_DOUBLE) in _Unwind_VRS_Pop()
914 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()
918 if (representation == _UVRSD_VFPX) in _Unwind_VRS_Pop()