Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc287 case kSbfx: in ToCString()
Dconstants-aarch32.h248 kSbfx, enumerator
Dassembler-aarch32.h733 VIXL_ASSERT((type == kBfi) || (type == kSbfx) || (type == kUbfx)); in Delegate()
Ddisasm-aarch32.cc2456 os().SetCurrentInstruction(kSbfx, kShift); in sbfx()
2457 os() << ToCString(kSbfx) << ConditionPrinter(it_block_, cond) << " " << rd in sbfx()
Dassembler-aarch32.cc9630 Delegate(kSbfx, &Assembler::sbfx, cond, rd, rn, lsb, width); in sbfx()