Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h136 unsigned short getNewValueOp(MCInstrInfo const &MCII, MCInst const &MCI);
DHexagonMCCodeEmitter.cpp126 HMB.getOperand(HexagonMCInstrInfo::getNewValueOp(MCII, HMB)); in EncodeSingleInstruction()
DHexagonMCInstrInfo.cpp258 unsigned short HexagonMCInstrInfo::getNewValueOp(MCInstrInfo const &MCII, in getNewValueOp() function in llvm::HexagonMCInstrInfo
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp346 unsigned OpIndex = HexagonMCInstrInfo::getNewValueOp(*MCII, MI); in getSingleInstruction()