Searched defs:isExtended (Results 1 – 4 of 4) sorted by relevance
117 bool HexagonMCInst::isExtended(void) const { in isExtended() function in HexagonMCInst
101 bool isExtended() const { in isExtended() function
609 bool HexagonInstrInfo::isExtended(const MachineInstr *MI) const { in isExtended() function in HexagonInstrInfo1672 unsigned isExtended = (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask; in isConstExtended() local
377 public static boolean isExtended(int opcode) { in isExtended() method in Opcodes