Searched refs:kBlx (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 71 case kBlx: in ToCString()
|
D | constants-aarch32.h | 140 kBlx, enumerator
|
D | assembler-aarch32.h | 750 VIXL_ASSERT((type == kBl) || (type == kBlx) || (type == kPld) || in Delegate() 759 VIXL_ASSERT((type == kBlx) || (type == kBx) || (type == kBxj)); in Delegate()
|
D | disasm-aarch32.cc | 1337 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()
|
D | assembler-aarch32.cc | 3597 Delegate(kBlx, &Assembler::blx, cond, location); in blx() 3640 Delegate(kBlx, &Assembler::blx, cond, rm); in blx()
|