Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc471 case kUbfx: in ToCString()
Dconstants-aarch32.h340 kUbfx, enumerator
Dassembler-aarch32.h733 VIXL_ASSERT((type == kBfi) || (type == kSbfx) || (type == kUbfx)); in Delegate()
Ddisasm-aarch32.cc3362 os().SetCurrentInstruction(kUbfx, kShift); in ubfx()
3363 os() << ToCString(kUbfx) << ConditionPrinter(it_block_, cond) << " " << rd in ubfx()
Dassembler-aarch32.cc13004 Delegate(kUbfx, &Assembler::ubfx, cond, rd, rn, lsb, width); in ubfx()