Searched refs:getExtendableOp (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonInstPrinter.cpp | 64 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo && in printOperand() 91 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo) in printBrtarget()
|
| H A D | HexagonMCInstrInfo.cpp | 92 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in addConstExtender() 316 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII, in getExtendableOp() function in HexagonMCInstrInfo 325 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI); in getExtendableOperand() 677 return (O == HexagonMCInstrInfo::getExtendableOp(MCII, MCI)); in isOpExtendable()
|
| H A D | HexagonMCInstrInfo.h | 140 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
|
| H A D | HexagonAsmBackend.cpp | 553 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI)); in isInstRelaxable()
|
| H A D | HexagonMCCodeEmitter.cpp | 597 if (OpIdx == HexagonMCInstrInfo::getExtendableOp(MCII, MI)) { in getExprOpValue()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 67 MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI)) in fullValue()
|