Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCompound.cpp200 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()
[all …]