Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:isExtended

609 bool HexagonInstrInfo::isExtended(const MachineInstr *MI) const {
1672 unsigned isExtended = (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask;
1673 if (isExtended) // Instruction must be extended.
1702 // have 'isExtended' flag set.