HomeSort by relevance Sort by last modified time
    Searched refs:HexagonII (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp 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)
    [all...]
HexagonBaseInfo.h 25 /// HexagonII - This namespace holds all of the target specific flags that
28 namespace HexagonII {
180 } // End namespace HexagonII.
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 586 if ((F >> HexagonII::ExtendablePos) & HexagonII::ExtendableMask)
607 if ((F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask)
613 if (I->getTargetFlags() && HexagonII::HMOTF_ConstExtended)
754 return ((F >> HexagonII::NVStorePos) & HexagonII::NVStoreMask);
760 return ((F >> HexagonII::NVStorePos) & HexagonII::NVStoreMask);
980 return ((F >> HexagonII::PredicatedPos) & HexagonII::PredicatedMask)
    [all...]
HexagonCopyToCombine.cpp 147 if (MI->getOperand(1).getTargetFlags() != HexagonII::MO_NO_FLAG)

Completed in 207 milliseconds