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.h324 kSxtab16, enumerator
Dmacro-assembler-aarch32.cc1102 if ((type == kSxtab) || (type == kSxtab16) || (type == kSxtah) || in Delegate()
Dassembler-aarch32.h666 (type == kSxtab16) || (type == kSxtah) || (type == kUxtab) || in Delegate()
Ddisasm-aarch32.cc3230 os().SetCurrentInstruction(kSxtab16, kArithmetic); in sxtab16()
3231 os() << ToCString(kSxtab16) << ConditionPrinter(it_block_, cond); in sxtab16()
Dassembler-aarch32.cc11523 Delegate(kSxtab16, &Assembler::sxtab16, cond, rd, rn, operand); in sxtab16()