Searched refs:printMemoryStoreIncrement (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
H A D | LanaiInstPrinter.cpp | 90 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 D | LanaiInstPrinter.h | 60 bool printMemoryStoreIncrement(const MCInst *MI, raw_ostream &Ostream,
|