Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp41 bool useSubstituteMnemonic = false; in printInst() local
43 O << "\tslwi "; useSubstituteMnemonic = true; in printInst()
46 O << "\tsrwi "; useSubstituteMnemonic = true; in printInst()
49 if (useSubstituteMnemonic) { in printInst()
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp63 bool useSubstituteMnemonic = false; in printInst() local
65 O << "\tslwi "; useSubstituteMnemonic = true; in printInst()
68 O << "\tsrwi "; useSubstituteMnemonic = true; in printInst()
71 if (useSubstituteMnemonic) { in printInst()
/external/capstone/arch/PowerPC/
DPPCInstPrinter.c91 bool useSubstituteMnemonic = false; in PPC_printInst() local
96 useSubstituteMnemonic = true; in PPC_printInst()
102 useSubstituteMnemonic = true; in PPC_printInst()
106 if (useSubstituteMnemonic) { in PPC_printInst()