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.cpp173 static bool isRegCondBranchOpcode(int Opc) { in isRegCondBranchOpcode() function
185 isRegCondBranchOpcode(Opc) || isFCondBranchOpcode(Opc); in isCondBranchOpcode()
204 if (isRegCondBranchOpcode(Opc)) { in parseCondBranch()
348 if (isRegCondBranchOpcode(Opc)) { in insertBranch()