Searched refs:printMemoryStoreIncrement (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/Lanai/InstPrinter/ |
D | LanaiInstPrinter.cpp | 88 bool LanaiInstPrinter::printMemoryStoreIncrement(const MCInst *MI, in printMemoryStoreIncrement() function in LanaiInstPrinter 128 return printMemoryStoreIncrement(MI, OS, "st", 4); in printAlias() 130 return printMemoryStoreIncrement(MI, OS, "st.h", 2); in printAlias() 132 return printMemoryStoreIncrement(MI, OS, "st.b", 1); in printAlias()
|
D | LanaiInstPrinter.h | 60 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
|