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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc69 case kBl:
H A Dconstants-aarch32.h135 kBl, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h724 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) ||
H A Dassembler-aarch32.cc3271 Delegate(kBl, &Assembler::bl, cond, label);
H A Ddisasm-aarch32.cc1322 os().SetCurrentInstruction(kBl, kAddress | kBranch);
1323 os() << ToCString(kBl) << ConditionPrinter(it_block_, cond) << " "
[all...]

Completed in 208 milliseconds