reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
384 MI.setOpcode(Hexagon::DuplexIClass0 + duplexIClass); 403 MI.addOperand(OPLow); 404 MI.addOperand(OPHigh); 412 Result = decodeInstruction(DecoderTableMustExtend32, MI, Instruction, 416 Result = decodeInstruction(DecoderTable32, MI, Instruction, Address, this, 421 Result = decodeInstruction(DecoderTableEXT_mmvec32, MI, Instruction, 426 switch (MI.getOpcode()) { 451 MI.insert(MI.begin() + 1, 451 MI.insert(MI.begin() + 1, 458 if (HexagonMCInstrInfo::isNewValue(*MCII, MI)) { 459 unsigned OpIndex = HexagonMCInstrInfo::getNewValueOp(*MCII, MI); 460 MCOperand &MCO = MI.getOperand(OpIndex); 469 bool Vector = HexagonMCInstrInfo::isVector(*MCII, MI); 512 MCInst const &Inst = HexagonMCInstrInfo::isDuplex(*MCII, MI) 513 ? *MI.getOperand(1).getInst() 514 : MI;