Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Ddisasm-aarch32.cc1214 << PrintLabel(kAnyLocation, location, GetCodeAddress() & ~3); in adr()
1276 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in b()
1333 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in bl()
1339 << PrintLabel(kCodeLocation, location, GetCodeAddress() & ~3); in blx()
1360 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in cbnz()
1366 << PrintLabel(kCodeLocation, location, GetCodeAddress()); in cbz()
1720 << PrintLabel(kLoadWordLocation, location, GetCodeAddress() & ~3); in ldr()
1736 << PrintLabel(kLoadByteLocation, location, GetCodeAddress() & ~3); in ldrb()
1756 << PrintLabel(kLoadDoubleWordLocation, location, GetCodeAddress() & ~3); in ldrd()
1806 << PrintLabel(kLoadHalfWordLocation, location, GetCodeAddress() & ~3); in ldrh()
[all …]
Ddisasm-aarch32.h605 uint32_t GetCodeAddress() const { return code_address_; } in GetCodeAddress() function