Home
last modified time | relevance | path

Searched refs:IsRev (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp712 const bool IsRev = IsReverseVecRegPair(VecRegPair); in GetVecRegPairIndices() local
714 2 * (IsRev ? VecRegPair - Hexagon::WR0 : VecRegPair - Hexagon::W0); in GetVecRegPairIndices()
716 return IsRev ? std::make_pair(PairIndex, PairIndex + 1) in GetVecRegPairIndices()