Home
last modified time | relevance | path

Searched refs:kSxtab16 (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc447 case kSxtab16: in ToCString()
Dconstants-aarch32.h328 kSxtab16, enumerator
Dmacro-assembler-aarch32.cc806 if ((type == kSxtab) || (type == kSxtab16) || (type == kSxtah) || in Delegate()
Dassembler-aarch32.h682 (type == kSxtab16) || (type == kSxtah) || (type == kUxtab) || in Delegate()
Ddisasm-aarch32.cc3239 os().SetCurrentInstruction(kSxtab16, kArithmetic); in sxtab16()
3240 os() << ToCString(kSxtab16) << ConditionPrinter(it_block_, cond); in sxtab16()
Dassembler-aarch32.cc12560 Delegate(kSxtab16, &Assembler::sxtab16, cond, rd, rn, operand); in sxtab16()