HomeSort by relevance Sort by last modified time
    Searched refs:getExtendableOp (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 90 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo &&
223 if (HexagonMCInstrInfo::getExtendableOp(MII, *MI) == OpNo)
HexagonMCInstrInfo.cpp 36 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI));
95 MCI.getOperand(HexagonMCInstrInfo::getExtendableOp(MCII, MCI));
249 unsigned short HexagonMCInstrInfo::getExtendableOp(MCInstrInfo const &MCII,
258 unsigned O = HexagonMCInstrInfo::getExtendableOp(MCII, MCI);
HexagonMCInstrInfo.h 115 unsigned short getExtendableOp(MCInstrInfo const &MCII, MCInst const &MCI);
HexagonAsmBackend.cpp 537 HMI.getOperand(HexagonMCInstrInfo::getExtendableOp(*MCII, HMI));
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 631 if(!Extender || MI.size() != HexagonMCInstrInfo::getExtendableOp(MCII, MI))
    [all...]

Completed in 76 milliseconds