Home
last modified time | relevance | path

Searched refs:getExtendableOp (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp91 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
229 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
DHexagonMCInstrInfo.cpp36 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
95 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in clampExtended()
193 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII, in getExtendableOp() function in llvm::HexagonMCInstrInfo
202 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI); in getExtendableOperand()
DHexagonMCInstrInfo.h112 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp631 if(!Extender || MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI)) in fullValue()