Searched refs:kSxtb16 (Results 1 - 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc453 case kSxtb16:
H A Dconstants-aarch32.h327 kSxtb16, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc963 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) ||
H A Dassembler-aarch32.h644 (type == kSub) || (type == kSxtb16) || (type == kTeq) ||
H A Dassembler-aarch32.cc11633 Delegate(kSxtb16, &Assembler::sxtb16, cond, rd, operand);
H A Ddisasm-aarch32.cc3266 os().SetCurrentInstruction(kSxtb16, kArithmetic);
3267 os() << ToCString(kSxtb16) << ConditionPrinter(it_block_, cond);
[all...]

Completed in 404 milliseconds