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.h244 kSbfx, enumerator
Dassembler-aarch32.h707 VIXL_ASSERT((type == kBfi) || (type == kSbfx) || (type == kUbfx)); in Delegate()
Ddisasm-aarch32.cc2446 os().SetCurrentInstruction(kSbfx, kShift); in sbfx()
2447 os() << ToCString(kSbfx) << ConditionPrinter(it_block_, cond) << " " << rd in sbfx()
Dassembler-aarch32.cc8829 Delegate(kSbfx, &Assembler::sbfx, cond, rd, rn, lsb, operand); in sbfx()