OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:printShiftOperand
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.h
116
void
printShiftOperand
(const char *name, const MCInst *MI,
122
printShiftOperand
("lsr", MI, OpNum, O);
125
printShiftOperand
("asr", MI, OpNum, O);
128
printShiftOperand
("ror", MI, OpNum, O);
132
void
printShiftOperand
(const MCInst *MI, unsigned OpNum, raw_ostream &O) {
133
printShiftOperand
(MI, OpNum, O, Shift);
136
void
printShiftOperand
(const MCInst *MI, unsigned OpNum,
AArch64InstPrinter.cpp
256
AArch64InstPrinter::
printShiftOperand
(const MCInst *MI, unsigned OpNum,
Completed in 17 milliseconds