Searched refs:printAbsBranchOperand (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 63 void printAbsBranchOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | PPCInstPrinter.cpp | 343 printAbsBranchOperand(MI, OpNo, O); in printBranchOperand() 346 void PPCInstPrinter::printAbsBranchOperand(const MCInst *MI, unsigned OpNo, in printAbsBranchOperand() function in PPCInstPrinter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/InstPrinter/ |
D | PPCInstPrinter.h | 67 void printAbsBranchOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
|
D | PPCInstPrinter.cpp | 386 printAbsBranchOperand(MI, OpNo, O); in printBranchOperand() 389 void PPCInstPrinter::printAbsBranchOperand(const MCInst *MI, unsigned OpNo, in printAbsBranchOperand() function in PPCInstPrinter
|
/external/capstone/arch/PowerPC/ |
D | PPCInstPrinter.c | 38 static void printAbsBranchOperand(MCInst *MI, unsigned OpNo, SStream *O); 524 printAbsBranchOperand(MI, OpNo, O); in printBranchOperand() 527 static void printAbsBranchOperand(MCInst *MI, unsigned OpNo, SStream *O) in printAbsBranchOperand() function
|
D | PPCGenAsmWriter.inc | 3623 printAbsBranchOperand(MI, 0, O); 3700 printAbsBranchOperand(MI, 2, O); 3736 printAbsBranchOperand(MI, 2, O); 3985 printAbsBranchOperand(MI, 2, O); 4269 printAbsBranchOperand(MI, OpIdx, OS);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 604 let PrintMethod = "printAbsBranchOperand"; 618 let PrintMethod = "printAbsBranchOperand"; 628 let PrintMethod = "printAbsBranchOperand";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 713 let PrintMethod = "printAbsBranchOperand"; 727 let PrintMethod = "printAbsBranchOperand"; 737 let PrintMethod = "printAbsBranchOperand";
|