Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp171 static bool isRegCondBranchOpcode(int Opc) { in isRegCondBranchOpcode() function
183 isRegCondBranchOpcode(Opc) || isFCondBranchOpcode(Opc); in isCondBranchOpcode()
202 if (isRegCondBranchOpcode(Opc)) { in parseCondBranch()
346 if (isRegCondBranchOpcode(Opc)) { in insertBranch()