Lines Matching refs:regclass
752 _Unwind_VRS_Set(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Set() argument
757 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Set()
761 switch (regclass) { in _Unwind_VRS_Set()
811 _Unwind_VRS_RegClass regclass, uint32_t regno, in _Unwind_VRS_Get_Internal() argument
815 switch (regclass) { in _Unwind_VRS_Get_Internal()
864 _Unwind_VRS_Get(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Get() argument
868 _Unwind_VRS_Get_Internal(context, regclass, regno, representation, in _Unwind_VRS_Get()
872 static_cast<void *>(context), regclass, regno, in _Unwind_VRS_Get()
879 _Unwind_VRS_Pop(_Unwind_Context *context, _Unwind_VRS_RegClass regclass, in _Unwind_VRS_Pop() argument
884 static_cast<void *>(context), regclass, discriminator, in _Unwind_VRS_Pop()
886 switch (regclass) { in _Unwind_VRS_Pop()
906 if (regclass == _UVRSC_CORE && i == 13) in _Unwind_VRS_Pop()
908 if (_Unwind_VRS_Set(context, regclass, i, in _Unwind_VRS_Pop()
940 if (_Unwind_VRS_Set(context, regclass, i, representation, &value) != in _Unwind_VRS_Pop()