Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp205 MCInst *CompoundInsn = 0; in getCompoundInsn() local
214 return CompoundInsn; in getCompoundInsn()
219 CompoundInsn = new (Context) MCInst; in getCompoundInsn()
220 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
222 CompoundInsn->addOperand(Rt); in getCompoundInsn()
223 CompoundInsn->addOperand(L.getOperand(1)); // Immediate in getCompoundInsn()
224 CompoundInsn->addOperand(R.getOperand(0)); // Jump target in getCompoundInsn()
232 CompoundInsn = new (Context) MCInst; in getCompoundInsn()
233 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
234 CompoundInsn->addOperand(Rt); in getCompoundInsn()
[all …]