Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc445 case kSxtab: in ToCString()
Dconstants-aarch32.h327 kSxtab, enumerator
Dmacro-assembler-aarch32.cc806 if ((type == kSxtab) || (type == kSxtab16) || (type == kSxtah) || in Delegate()
Dassembler-aarch32.h681 (type == kRscs) || (type == kSubw) || (type == kSxtab) || in Delegate()
Ddisasm-aarch32.cc3226 os().SetCurrentInstruction(kSxtab, kArithmetic); in sxtab()
3227 os() << ToCString(kSxtab) << ConditionPrinter(it_block_, cond); in sxtab()
Dassembler-aarch32.cc12523 Delegate(kSxtab, &Assembler::sxtab, cond, rd, rn, operand); in sxtab()