Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc71 case kBlx: in ToCString()
Dconstants-aarch32.h140 kBlx, enumerator
Dassembler-aarch32.h750 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) || in Delegate()
759 VIXL_ASSERT((type == kBlx) || (type == kBx) || (type == kBxj)); in Delegate()
Ddisasm-aarch32.cc1337 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx()
1338 os() << ToCString(kBlx) << ConditionPrinter(it_block_, cond) << " " in blx()
1343 os().SetCurrentInstruction(kBlx, kAddress | kBranch); in blx()
1344 os() << ToCString(kBlx) << ConditionPrinter(it_block_, cond) << " " << rm; in blx()
Dassembler-aarch32.cc3597 Delegate(kBlx, &Assembler::blx, cond, location); in blx()
3640 Delegate(kBlx, &Assembler::blx, cond, rm); in blx()