Searched refs:CompoundInsn (Results 1 – 1 of 1) sorted by relevance
199 MCInst *CompoundInsn = nullptr; in getCompoundInsn() local208 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 …]