HomeSort by relevance Sort by last modified time
    Searched refs:useSubstituteMnemonic (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 41 bool useSubstituteMnemonic = false;
43 O << "\tslwi "; useSubstituteMnemonic = true;
46 O << "\tsrwi "; useSubstituteMnemonic = true;
49 if (useSubstituteMnemonic) {
  /external/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 63 bool useSubstituteMnemonic = false;
65 O << "\tslwi "; useSubstituteMnemonic = true;
68 O << "\tsrwi "; useSubstituteMnemonic = true;
71 if (useSubstituteMnemonic) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 75 bool useSubstituteMnemonic = false;
77 O << "\tslwi "; useSubstituteMnemonic = true;
80 O << "\tsrwi "; useSubstituteMnemonic = true;
83 if (useSubstituteMnemonic) {
  /external/capstone/arch/PowerPC/
PPCInstPrinter.c 91 bool useSubstituteMnemonic = false;
96 useSubstituteMnemonic = true;
102 useSubstituteMnemonic = true;
106 if (useSubstituteMnemonic) {

Completed in 102 milliseconds