OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printMemoryStoreIncrement
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/Lanai/InstPrinter/
LanaiInstPrinter.cpp
88
bool LanaiInstPrinter::
printMemoryStoreIncrement
(const MCInst *MI,
128
return
printMemoryStoreIncrement
(MI, OS, "st", 4);
130
return
printMemoryStoreIncrement
(MI, OS, "st.h", 2);
132
return
printMemoryStoreIncrement
(MI, OS, "st.b", 1);
LanaiInstPrinter.h
60
bool
printMemoryStoreIncrement
(const MCInst *MI, raw_ostream &Ostream,
Completed in 77 milliseconds