Searched refs:kBranch (Results 1 – 2 of 2) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.h | 114 kBranch = 0x10, enumerator
|
D | disasm-aarch32.cc | 1274 os().SetCurrentInstruction(kB, kAddress | kBranch); in b() 1331 os().SetCurrentInstruction(kBl, kAddress | kBranch); in bl() 1337 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx() 1343 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx() 1348 os().SetCurrentInstruction(kBx, kAddress | kBranch); in bx() 1353 os().SetCurrentInstruction(kBxj, kAddress | kBranch); in bxj() 1358 os().SetCurrentInstruction(kCbnz, kAddress | kBranch); in cbnz() 1364 os().SetCurrentInstruction(kCbz, kAddress | kBranch); in cbz() 3298 os().SetCurrentInstruction(kTbb, kBranch); in tbb() 3304 os().SetCurrentInstruction(kTbh, kBranch); in tbh()
|