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.h144 kCbz, enumerator
Dmacro-assembler-aarch32.cc1214 VIXL_ASSERT((type == kCbz) || (type == kCbnz)); in Delegate()
1219 if (type == kCbz) { in Delegate()
1233 case kCbz: { in Delegate()
Dassembler-aarch32.h767 VIXL_ASSERT((type == kCbnz) || (type == kCbz)); in Delegate()
Ddisasm-aarch32.cc1364 os().SetCurrentInstruction(kCbz, kAddress | kBranch); in cbz()
1365 os() << ToCString(kCbz) << " " << rn << ", " in cbz()
Dassembler-aarch32.cc3766 Delegate(kCbz, &Assembler::cbz, rn, location); in cbz()