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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc455 case kSxth:
H A Dconstants-aarch32.h328 kSxth, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc994 (type == kSxtb) || (type == kSxth) || (type == kTst) ||
H A Dassembler-aarch32.h770 (type == kSxtb) || (type == kSxth) || (type == kTst) ||
H A Dassembler-aarch32.cc11677 Delegate(kSxth, &Assembler::sxth, cond, size, rd, operand);
H A Ddisasm-aarch32.cc3279 os().SetCurrentInstruction(kSxth, kArithmetic);
3280 os() << ToCString(kSxth) << ConditionPrinter(it_block_, cond) << size;
[all...]

Completed in 259 milliseconds