Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiInstPrinter.cpp90 bool LanaiInstPrinter::printMemoryStoreIncrement(const MCInst *MI, in printMemoryStoreIncrement() function in LanaiInstPrinter
130 return printMemoryStoreIncrement(MI, OS, "st", 4); in printAlias()
132 return printMemoryStoreIncrement(MI, OS, "st.h", 2); in printAlias()
134 return printMemoryStoreIncrement(MI, OS, "st.b", 1); in printAlias()
H A DLanaiInstPrinter.h60 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,