Searched refs:potentialDuplex (Results 1 – 2 of 2) sorted by relevance
535 bool HexagonMCInstrInfo::subInstWouldBeExtended(MCInst const &potentialDuplex) { in subInstWouldBeExtended() argument537 switch (potentialDuplex.getOpcode()) { in subInstWouldBeExtended()540 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()541 SrcReg = potentialDuplex.getOperand(1).getReg(); in subInstWouldBeExtended()544 if (!potentialDuplex.getOperand(2).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()551 DstReg = potentialDuplex.getOperand(0).getReg(); in subInstWouldBeExtended()555 if (!potentialDuplex.getOperand(1).getExpr()->evaluateAsAbsolute(Value)) in subInstWouldBeExtended()
362 bool subInstWouldBeExtended(MCInst const &potentialDuplex);