Home
last modified time | relevance | path

Searched refs:kBl (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc69 case kBl: in ToCString()
Dconstants-aarch32.h139 kBl, enumerator
Dassembler-aarch32.h731 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) || in Delegate()
Ddisasm-aarch32.cc1320 os().SetCurrentInstruction(kBl, kAddress | kBranch); in bl()
1321 os() << ToCString(kBl) << ConditionPrinter(it_block_, cond) << " " in bl()
Dassembler-aarch32.cc3495 Delegate(kBl, &Assembler::bl, cond, location); in bl()