Searched refs:IsRev (Results 1 – 3 of 3) sorted by relevance
43 bool IsRev : 1; // REV operation member55 IsNonSubwordLoad(false), IsShift(false), IsRev(false), in IInfo()73 bool isRev(unsigned Op) { return Info[Op].IsRev; } in isRev()170 Info[op].IsRev = true; in InstructionInformation()
712 const bool IsRev = IsReverseVecRegPair(VecRegPair); in GetVecRegPairIndices() local714 2 * (IsRev ? VecRegPair - Hexagon::WR0 : VecRegPair - Hexagon::W0); in GetVecRegPairIndices()716 return IsRev ? std::make_pair(PairIndex, PairIndex + 1) in GetVecRegPairIndices()
919 auto [CurrCond, IsAux, IsRev, CondIdx] = It->second; in collectSelectGroups()926 SIGroup.Selects.emplace_back(NI, IsRev, CondIdx); in collectSelectGroups()