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.cpp38 auto CondPos = Mnemonic.find("${cond}"); in getMnemonic() local
39 if (CondPos != std::string::npos) in getMnemonic()
40 Mnemonic = Mnemonic.replace(CondPos, 7, "CC"); in getMnemonic()