Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp704 const bool IsRev = IsReverseVecRegPair(VecRegPair); in GetVecRegPairIndices() local
706 2 * (IsRev ? VecRegPair - Hexagon::WR0 : VecRegPair - Hexagon::W0); in GetVecRegPairIndices()
708 return IsRev ? std::make_pair(PairIndex, PairIndex + 1) in GetVecRegPairIndices()