Searched refs:kAddress (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.h | 109 kAddress = 0x8, enumerator
|
D | disasm-aarch32.cc | 1200 os().SetCurrentInstruction(kAdr, kAddress); in adr() 1262 os().SetCurrentInstruction(kB, kAddress | kBranch); in b() 1322 os().SetCurrentInstruction(kBl, kAddress | kBranch); in bl() 1328 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx() 1334 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx() 1339 os().SetCurrentInstruction(kBx, kAddress | kBranch); in bx() 1344 os().SetCurrentInstruction(kBxj, kAddress | kBranch); in bxj() 1349 os().SetCurrentInstruction(kCbnz, kAddress | kBranch); in cbnz() 1355 os().SetCurrentInstruction(kCbz, kAddress | kBranch); in cbz() 1564 os().SetCurrentInstruction(kLda, kAddress | kLoadStore); in lda() [all …]
|