Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.h113 kAddress = 0x8, enumerator
Ddisasm-aarch32.cc1200 os().SetCurrentInstruction(kAdr, kAddress); in adr()
1263 os().SetCurrentInstruction(kB, kAddress | kBranch); in b()
1320 os().SetCurrentInstruction(kBl, kAddress | kBranch); in bl()
1326 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx()
1332 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx()
1337 os().SetCurrentInstruction(kBx, kAddress | kBranch); in bx()
1342 os().SetCurrentInstruction(kBxj, kAddress | kBranch); in bxj()
1347 os().SetCurrentInstruction(kCbnz, kAddress | kBranch); in cbnz()
1353 os().SetCurrentInstruction(kCbz, kAddress | kBranch); in cbz()
1564 os().SetCurrentInstruction(kLda, kAddress | kLoadStore); in lda()
[all …]