Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp37 auto CondPos = Mnemonic.find("${cond}"); in getMnemonic() local
38 if (CondPos != std::string::npos) in getMnemonic()
39 Mnemonic = Mnemonic.replace(CondPos, 7, "CC"); in getMnemonic()