Lines Matching refs:compoundOpcode
200 unsigned compoundOpcode; in getCompoundInsn() local
212 compoundOpcode = J4_jumpseti; in getCompoundInsn()
214 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
225 compoundOpcode = J4_jumpsetr; in getCompoundInsn()
227 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
239 compoundOpcode = cmpeqBitOpcode[getCompoundOp(R)]; in getCompoundInsn()
241 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
252 compoundOpcode = cmpgtBitOpcode[getCompoundOp(R)]; in getCompoundInsn()
254 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
265 compoundOpcode = cmpgtuBitOpcode[getCompoundOp(R)]; in getCompoundInsn()
267 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
279 compoundOpcode = cmpeqn1BitOpcode[getCompoundOp(R)]; in getCompoundInsn()
281 compoundOpcode = cmpeqiBitOpcode[getCompoundOp(R)]; in getCompoundInsn()
285 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
297 compoundOpcode = cmpgtn1BitOpcode[getCompoundOp(R)]; in getCompoundInsn()
299 compoundOpcode = cmpgtiBitOpcode[getCompoundOp(R)]; in getCompoundInsn()
303 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
312 compoundOpcode = cmpgtuiBitOpcode[getCompoundOp(R)]; in getCompoundInsn()
314 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()
323 compoundOpcode = tstBitOpcode[getCompoundOp(R)]; in getCompoundInsn()
325 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()