Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCDuplexInfo.cpp537 bool HexagonMCInstrInfo::subInstWouldBeExtended(MCInst const &potentialDuplex) { in subInstWouldBeExtended() argument
539 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()
DHexagonMCInstrInfo.h282 bool subInstWouldBeExtended(MCInst const &potentialDuplex);