Searched refs:compoundOpcode (Results 1 – 1 of 1) sorted by relevance
206 unsigned compoundOpcode; in getCompoundInsn() local218 compoundOpcode = J4_jumpseti; in getCompoundInsn()220 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()231 compoundOpcode = J4_jumpsetr; in getCompoundInsn()233 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()245 compoundOpcode = cmpeqBitOpcode[getCompoundOp(R)]; in getCompoundInsn()247 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()258 compoundOpcode = cmpgtBitOpcode[getCompoundOp(R)]; in getCompoundInsn()260 CompoundInsn->setOpcode(compoundOpcode); in getCompoundInsn()271 compoundOpcode = cmpgtuBitOpcode[getCompoundOp(R)]; in getCompoundInsn()[all …]