Lines Matching full:regclass
754 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
757 _LIBUNWIND_TRACE_API("_Unwind_VRS_Set(context=%p, regclass=%d, reg=%d, "
759 static_cast<void *>(context), regclass, regno,
763 switch (regclass) {
813 _Unwind_VRS_RegClass regclass, uint32_t regno,
817 switch (regclass) {
866 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
870 _Unwind_VRS_Get_Internal(context, regclass, regno, representation,
872 _LIBUNWIND_TRACE_API("_Unwind_VRS_Get(context=%p, regclass=%d, reg=%d, "
874 static_cast<void *>(context), regclass, regno,
881 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass,
884 _LIBUNWIND_TRACE_API("_Unwind_VRS_Pop(context=%p, regclass=%d, "
886 regclass, discriminator,
888 switch (regclass) {
908 if (regclass == _UVRSC_CORE && i == 13)
910 if (_Unwind_VRS_Set(context, regclass, i,
942 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) !=