Searched refs:kBx (Results 1 – 5 of 5) sorted by relevance
73 case kBx: in ToCString()
141 kBx, enumerator
759 VIXL_ASSERT((type == kBlx) || (type == kBx) || (type == kBxj)); in Delegate()
1348 os().SetCurrentInstruction(kBx, kAddress | kBranch); in bx()1349 os() << ToCString(kBx) << ConditionPrinter(it_block_, cond) << " " << rm; in bx()
3660 Delegate(kBx, &Assembler::bx, cond, rm); in bx()