Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp206 unsigned compoundOpcode; in getCompoundInsn() local
218 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 …]