Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp60 bool useSubstituteMnemonic = false; in printInst() local
62 O << "\tslwi "; useSubstituteMnemonic = true; in printInst()
65 O << "\tsrwi "; useSubstituteMnemonic = true; in printInst()
68 if (useSubstituteMnemonic) { in printInst()