Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp38 void HexagonMCELFStreamer::EmitInstruction(const MCInst &MCK, in EmitInstruction() argument
43 if (MCK.getOpcode() != Hexagon::BUNDLE) { in EmitInstruction()
44 HMI.addOperand(MCOperand::createInst(&MCK)); in EmitInstruction()
47 MCB = const_cast<MCInst *>(&MCK); in EmitInstruction()