Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:HexagonII

35   return ((F >> HexagonII::TypePos) & HexagonII::TypeMask);
42 getType() != HexagonII::TypeENDLOOP);
47 return (getType() == HexagonII::TypePREFIX);
53 return ((F >> HexagonII::SoloPos) & HexagonII::SoloMask);
59 return ((F >> HexagonII::NewValuePos) & HexagonII::NewValueMask);
65 return ((F >> HexagonII::hasNewValuePos) & HexagonII::hasNewValueMask);
71 const unsigned O = (F >> HexagonII::NewValueOpPos) &
72 HexagonII::NewValueOpMask;
119 return (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask;
125 return (F >> HexagonII::ExtendablePos) & HexagonII::ExtendableMask;
131 return ((F >> HexagonII::ExtentBitsPos) & HexagonII::ExtentBitsMask);
137 return ((F >> HexagonII::ExtendableOpPos) & HexagonII::ExtendableOpMask);
143 return ((F >> HexagonII::ExtendableOpPos) & HexagonII::ExtendableOpMask)
151 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
152 & HexagonII::ExtentSignedMask;
153 unsigned bits = (F >> HexagonII::ExtentBitsPos)
154 & HexagonII::ExtentBitsMask;
166 unsigned isSigned = (F >> HexagonII::ExtentSignedPos)
167 & HexagonII::ExtentSignedMask;
168 unsigned bits = (F >> HexagonII::ExtentBitsPos)
169 & HexagonII::ExtentBitsMask;