Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/InstPrinter/
DLanaiInstPrinter.cpp88 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()
DLanaiInstPrinter.h60 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,