Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp65 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand()
92 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
H A DHexagonMCInstrInfo.cpp93 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender()
286 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII, in getExtendableOp() function in HexagonMCInstrInfo
295 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI); in getExtendableOperand()
621 return (O == HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in isOpExtendable()
H A DHexagonMCInstrInfo.h131 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonAsmBackend.cpp553 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI)); in isInstRelaxable()
H A DHexagonMCCodeEmitter.cpp608 if (OpIdx == HexagonMCInstrInfo::getExtendableOp(MCII, MI)) { in getExprOpValue()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp69 MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI)) in fullValue()