Searched refs:VecRegPair (Results 1 – 3 of 3) sorted by relevance
708 HexagonMCInstrInfo::GetVecRegPairIndices(unsigned VecRegPair) { in GetVecRegPairIndices() argument 709 assert(IsVecRegPair(VecRegPair) && in GetVecRegPairIndices() 710 "VecRegPair must be a vector register pair"); in GetVecRegPairIndices() 712 const bool IsRev = IsReverseVecRegPair(VecRegPair); in GetVecRegPairIndices() 714 2 * (IsRev ? VecRegPair - Hexagon::WR0 : VecRegPair - Hexagon::W0); in GetVecRegPairIndices()
374 std::pair<unsigned, unsigned> GetVecRegPairIndices(unsigned VecRegPair);
1367 auto GetVecRegs = [GetRegPair](unsigned VecRegPair) { in processInstruction() argument1369 HexagonMCInstrInfo::GetVecRegPairIndices(VecRegPair); in processInstruction()