Searched refs:potentialDuplex (Results 1 – 2 of 2) sorted by relevance
537 bool HexagonMCInstrInfo::subInstWouldBeExtended(MCInst const &potentialDuplex) { in subInstWouldBeExtended() argument539 switch (potentialDuplex.getOpcode()) { in subInstWouldBeExtended()542 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()543 SrcReg = potentialDuplex.getOperand(1).getReg(); in subInstWouldBeExtended()546 if (!potentialDuplex.getOperand(2).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()553 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()557 if (!potentialDuplex.getOperand(1).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()
282 bool subInstWouldBeExtended(MCInst const &potentialDuplex);