Lines Matching refs:regclass
910 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Set() argument
915 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Set()
919 switch (regclass) { in _Unwind_VRS_Set()
978 _Unwind_VRS_RegClass regclass, uint32_t regno, in _Unwind_VRS_Get_Internal() argument
982 switch (regclass) { in _Unwind_VRS_Get_Internal()
1040 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Get() argument
1044 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
1048 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Get()
1055 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Pop() argument
1060 static_cast<void *>(context), regclass, discriminator, in _Unwind_VRS_Pop()
1062 switch (regclass) { in _Unwind_VRS_Pop()
1082 if (regclass == _UVRSC_CORE && i == 13) in _Unwind_VRS_Pop()
1084 if (_Unwind_VRS_Set(context, regclass, i, in _Unwind_VRS_Pop()
1123 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()