Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc73 case kBx: in ToCString()
Dconstants-aarch32.h141 kBx, enumerator
Dassembler-aarch32.h759 VIXL_ASSERT((type == kBlx) || (type == kBx) || (type == kBxj)); in Delegate()
Ddisasm-aarch32.cc1348 os().SetCurrentInstruction(kBx, kAddress | kBranch); in bx()
1349 os() << ToCString(kBx) << ConditionPrinter(it_block_, cond) << " " << rm; in bx()
Dassembler-aarch32.cc3660 Delegate(kBx, &Assembler::bx, cond, rm); in bx()