Lines Matching refs:regclass
760 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Set() argument
765 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Set()
769 switch (regclass) { in _Unwind_VRS_Set()
819 _Unwind_VRS_RegClass regclass, uint32_t regno, in _Unwind_VRS_Get_Internal() argument
823 switch (regclass) { in _Unwind_VRS_Get_Internal()
872 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Get() argument
876 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
880 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Get()
887 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Pop() argument
892 static_cast<void *>(context), regclass, discriminator, in _Unwind_VRS_Pop()
894 switch (regclass) { in _Unwind_VRS_Pop()
914 if (regclass == _UVRSC_CORE && i == 13) in _Unwind_VRS_Pop()
916 if (_Unwind_VRS_Set(context, regclass, i, in _Unwind_VRS_Pop()
955 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()