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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc287 case kSbfx:
H A Dconstants-aarch32.h244 kSbfx, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h707 VIXL_ASSERT((type == kBfi) || (type == kSbfx) || (type == kUbfx));
H A Dassembler-aarch32.cc8829 Delegate(kSbfx, &Assembler::sbfx, cond, rd, rn, lsb, operand);
H A Ddisasm-aarch32.cc2446 os().SetCurrentInstruction(kSbfx, kShift);
2447 os() << ToCString(kSbfx) << ConditionPrinter(it_block_, cond) << " " << rd
[all...]

Completed in 298 milliseconds