Searched defs:isExtended (Results 1 – 7 of 7) sorted by relevance
149 int MBRPart::SetType(uint8_t typeCode, int isExtended) { in SetType()
267 public boolean isExtended() in isExtended() method in NCSARequestLog
159 bool HexagonMCInstrInfo::isExtended(MCInstrInfo const &MCII, in isExtended() function in llvm::HexagonMCInstrInfo
61 static bool isExtended(uint64_t TSFlags) { in isExtended() function
100 bool isExtended() const { in isExtended() function
699 bool HexagonInstrInfo::isExtended(const MachineInstr *MI) const { in isExtended() function in HexagonInstrInfo1736 unsigned isExtended = (F >> HexagonII::ExtendedPos) & HexagonII::ExtendedMask; in isConstExtended() local
377 public static boolean isExtended(int opcode) { in isExtended() method in Opcodes