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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc451 case kSxtb:
H A Dconstants-aarch32.h326 kSxtb, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc994 (type == kSxtb) || (type == kSxth) || (type == kTst) ||
1088 default: // kSxtb, Sxth, Uxtb, Uxth
H A Dassembler-aarch32.h770 (type == kSxtb) || (type == kSxth) || (type == kTst) ||
H A Dassembler-aarch32.cc11602 Delegate(kSxtb, &Assembler::sxtb, cond, size, rd, operand);
H A Ddisasm-aarch32.cc3256 os().SetCurrentInstruction(kSxtb, kArithmetic);
3257 os() << ToCString(kSxtb) << ConditionPrinter(it_block_, cond) << size;
[all...]

Completed in 190 milliseconds