Home
last modified time | relevance | path

Searched refs:GetCodeAddress (Results 1 – 2 of 2) sorted by relevance

/external/vixl/src/aarch32/
Ddisasm-aarch32.cc1202 << 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 …]
Ddisasm-aarch32.h473 uint32_t GetCodeAddress() const { return code_address_; } in GetCodeAddress() function