Searched refs:SvePredType (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dsve.cc47 svePredTypeToStr(SvePredType pt)
50 case SvePredType::MERGE:
52 case SvePredType::ZERO:
287 if (predType == SvePredType::MERGE || predType == SvePredType::ZERO) {
H A Dsve.hh47 enum class SvePredType { class in namespace:ArmISA
55 const char* svePredTypeToStr(SvePredType pt);
309 SvePredType predType;
314 SvePredType _predType) :

Completed in 11 milliseconds