Lines Matching refs:regclass
789 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Set() argument
794 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Set()
798 switch (regclass) { in _Unwind_VRS_Set()
842 _Unwind_VRS_RegClass regclass, uint32_t regno, in _Unwind_VRS_Get_Internal() argument
846 switch (regclass) { in _Unwind_VRS_Get_Internal()
890 _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Get() argument
895 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
899 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Get()
906 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Pop() argument
911 static_cast<void *>(context), regclass, discriminator, in _Unwind_VRS_Pop()
913 switch (regclass) { in _Unwind_VRS_Pop()
930 if (regclass == _UVRSC_CORE && i == 13) in _Unwind_VRS_Pop()
932 if (_Unwind_VRS_Set(context, regclass, i, in _Unwind_VRS_Pop()
961 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()