Home
last modified time | relevance | path

Searched refs:kCbz (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc79 case kCbz: in ToCString()
Dconstants-aarch32.h140 kCbz, enumerator
Dmacro-assembler-aarch32.cc1510 VIXL_ASSERT((type == kCbz) || (type == kCbnz)); in Delegate()
1515 if (type == kCbz) { in Delegate()
1529 case kCbz: { in Delegate()
Dassembler-aarch32.h741 VIXL_ASSERT((type == kCbnz) || (type == kCbz)); in Delegate()
Ddisasm-aarch32.cc1355 os().SetCurrentInstruction(kCbz, kAddress | kBranch); in cbz()
1356 os() << ToCString(kCbz) << " " << rn << ", " in cbz()
Dassembler-aarch32.cc3454 Delegate(kCbz, &Assembler::cbz, rn, label); in cbz()