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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp198 MCInst *CompoundInsn = nullptr; local
207 return CompoundInsn;
212 CompoundInsn = new (Context) MCInst;
213 CompoundInsn->setOpcode(compoundOpcode);
215 CompoundInsn->addOperand(Rt);
216 CompoundInsn->addOperand(L.getOperand(1)); // Immediate
217 CompoundInsn->addOperand(R.getOperand(0)); // Jump target
225 CompoundInsn = new (Context) MCInst;
226 CompoundInsn->setOpcode(compoundOpcode);
227 CompoundInsn
376 MCInst *CompoundInsn = getCompoundInsn(Context, *Inst, *JumpInst); local
[all...]

Completed in 46 milliseconds