Searched refs:printAlignedLabel (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 95 void printAlignedLabel(const MCInst *MI, unsigned OpNum,
|
D | AArch64InstPrinter.cpp | 1356 void AArch64InstPrinter::printAlignedLabel(const MCInst *MI, unsigned OpNum, in printAlignedLabel() function in AArch64InstPrinter
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/ |
D | AArch64InstPrinter.h | 101 void printAlignedLabel(const MCInst *MI, unsigned OpNum,
|
D | AArch64InstPrinter.cpp | 1288 void AArch64InstPrinter::printAlignedLabel(const MCInst *MI, unsigned OpNum, in printAlignedLabel() function in AArch64InstPrinter
|
/external/capstone/arch/AArch64/ |
D | AArch64InstPrinter.c | 1244 static void printAlignedLabel(MCInst *MI, unsigned OpNum, SStream *O) in printAlignedLabel() function
|
D | AArch64GenAsmWriter.inc | 5226 printAlignedLabel(MI, 0, O); 5238 printAlignedLabel(MI, 1, O); 5793 printAlignedLabel(MI, 1, O); 6278 printAlignedLabel(MI, 2, O);
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1104 let PrintMethod = "printAlignedLabel"; 1162 let PrintMethod = "printAlignedLabel"; 1241 let PrintMethod = "printAlignedLabel"; 1246 let PrintMethod = "printAlignedLabel"; 2460 let PrintMethod = "printAlignedLabel";
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrFormats.td | 1399 let PrintMethod = "printAlignedLabel"; 1455 let PrintMethod = "printAlignedLabel"; 1533 let PrintMethod = "printAlignedLabel"; 1539 let PrintMethod = "printAlignedLabel"; 2851 let PrintMethod = "printAlignedLabel";
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmWriter.inc | 9897 printAlignedLabel(MI, 0, STI, O); 9909 printAlignedLabel(MI, 1, STI, O); 10564 printAlignedLabel(MI, 1, STI, O); 11748 printAlignedLabel(MI, 2, STI, O);
|
D | AArch64GenAsmWriter1.inc | 10846 printAlignedLabel(MI, 0, STI, O); 10858 printAlignedLabel(MI, 1, STI, O); 11495 printAlignedLabel(MI, 1, STI, O); 12538 printAlignedLabel(MI, 2, STI, O);
|