Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCDuplexInfo.cpp558 bool HexagonMCInstrInfo::subInstWouldBeExtended(MCInst const &potentialDuplex) { in subInstWouldBeExtended() argument
562 switch (potentialDuplex.getOpcode()) { in subInstWouldBeExtended()
565 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()
566 SrcReg = potentialDuplex.getOperand(1).getReg(); in subInstWouldBeExtended()
568 if (potentialDuplex.getOperand(2).isExpr()) in subInstWouldBeExtended()
570 if (potentialDuplex.getOperand(2).isImm() && in subInstWouldBeExtended()
571 !(isShiftedInt<7, 0>(potentialDuplex.getOperand(2).getImm()))) in subInstWouldBeExtended()
576 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()
579 if (potentialDuplex.getOperand(1).isExpr()) in subInstWouldBeExtended()
582 if (potentialDuplex.getOperand(1).isImm() && in subInstWouldBeExtended()
[all …]
HDHexagonMCInstrInfo.h228 bool subInstWouldBeExtended(MCInst const &potentialDuplex);