Searched refs:printAbsAddrOperand (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 55 void printAbsAddrOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | PPCInstPrinter.cpp | 184 printAbsAddrOperand(MI, OpNo, O); in printBranchOperand() 187 void PPCInstPrinter::printAbsAddrOperand(const MCInst *MI, unsigned OpNo, in printAbsAddrOperand() function in PPCInstPrinter
|
/external/llvm/lib/Target/Hexagon/InstPrinter/ |
D | HexagonInstPrinter.h | 54 void printAbsAddrOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O)
|
D | HexagonInstPrinter.cpp | 189 void HexagonInstPrinter::printAbsAddrOperand(const MCInst *MI, unsigned OpNo, in printAbsAddrOperand() function in HexagonInstPrinter
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonAsmPrinter.h | 116 void printAbsAddrOperand(const MachineInstr *MI, unsigned OpNo, in printAbsAddrOperand() function
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 364 let PrintMethod = "printAbsAddrOperand";
|