Home
last modified time | relevance | path

Searched refs:useSubstituteMnemonic (Results 1 – 4 of 4) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp75 bool useSubstituteMnemonic = false; in printInst() local
77 O << "\tslwi "; useSubstituteMnemonic = true; in printInst()
80 O << "\tsrwi "; useSubstituteMnemonic = true; in printInst()
83 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()