Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc449 case kSxtah: in ToCString()
Dconstants-aarch32.h325 kSxtah, 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.cc3243 os().SetCurrentInstruction(kSxtah, kArithmetic); in sxtah()
3244 os() << ToCString(kSxtah) << ConditionPrinter(it_block_, cond); in sxtah()
Dassembler-aarch32.cc11558 Delegate(kSxtah, &Assembler::sxtah, cond, rd, rn, operand); in sxtah()