Searched refs:CondPos (Results 1 – 1 of 1) sorted by relevance
37 auto CondPos = Mnemonic.find("${cond}"); in getMnemonic() local38 if (CondPos != std::string::npos) in getMnemonic()39 Mnemonic = Mnemonic.replace(CondPos, 7, "CC"); in getMnemonic()