Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc75 case kBxj: in ToCString()
Dconstants-aarch32.h138 kBxj, enumerator
Dassembler-aarch32.h733 VIXL_ASSERT((type == kBlx) || (type == kBx) || (type == kBxj)); in Delegate()
Ddisasm-aarch32.cc1344 os().SetCurrentInstruction(kBxj, kAddress | kBranch); in bxj()
1345 os() << ToCString(kBxj) << ConditionPrinter(it_block_, cond) << " " << rm; in bxj()
Dassembler-aarch32.cc3386 Delegate(kBxj, &Assembler::bxj, cond, rm); in bxj()