Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp199 MCInst *CompoundInsn = nullptr; in getCompoundInsn() local
208 return CompoundInsn; in getCompoundInsn()
213 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
214 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
216 CompoundInsn->addOperand(Rt); in getCompoundInsn()
217 CompoundInsn->addOperand(L.getOperand(1)); // Immediate in getCompoundInsn()
218 CompoundInsn->addOperand(R.getOperand(0)); // Jump target in getCompoundInsn()
226 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
227 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
228 CompoundInsn->addOperand(Rt); in getCompoundInsn()
[all …]