Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc59 case kBfc: in ToCString()
Dconstants-aarch32.h134 kBfc, enumerator
Dassembler-aarch32.h722 VIXL_ASSERT((type == kBfc)); in Delegate()
Ddisasm-aarch32.cc1283 os().SetCurrentInstruction(kBfc, kShift); in bfc()
1284 os() << ToCString(kBfc) << ConditionPrinter(it_block_, cond) << " " << rd in bfc()
Dassembler-aarch32.cc3218 Delegate(kBfc, &Assembler::bfc, cond, rd, lsb, width); in bfc()