Searched refs:PrintLabel (Results 1 – 3 of 3) sorted by relevance
/external/vixl/examples/aarch32/ |
D | custom-aarch32-disasm.cc | 49 virtual DisassemblerStream& operator<<(const Disassembler::PrintLabel& label) in operator <<()
|
/external/vixl/src/aarch32/ |
D | disasm-aarch32.h | 113 class PrintLabel { 119 PrintLabel(LocationType location_type, Label* label, Label::Offset position) in PrintLabel() function 125 const PrintLabel& label) { 220 virtual DisassemblerStream& operator<<(const PrintLabel& label) {
|
D | disasm-aarch32.cc | 1202 << rd << ", " << PrintLabel(kAnyLocation, label, GetCodeAddress() & ~3); in adr() 1264 << PrintLabel(kCodeLocation, label, GetCodeAddress()); in b() 1324 << PrintLabel(kCodeLocation, label, GetCodeAddress()); in bl() 1330 << PrintLabel(kCodeLocation, label, GetCodeAddress() & ~3); in blx() 1351 << PrintLabel(kCodeLocation, label, GetCodeAddress()); in cbnz() 1357 << PrintLabel(kCodeLocation, label, GetCodeAddress()); in cbz() 1709 << PrintLabel(kLoadWordLocation, label, GetCodeAddress() & ~3); in ldr() 1724 << ", " << PrintLabel(kLoadByteLocation, label, GetCodeAddress() & ~3); in ldrb() 1744 << PrintLabel(kLoadDoubleWordLocation, label, GetCodeAddress() & ~3); in ldrd() 1794 << PrintLabel(kLoadHalfWordLocation, label, GetCodeAddress() & ~3); in ldrh() [all …]
|