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.h329 kSxtah, 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.cc3252 os().SetCurrentInstruction(kSxtah, kArithmetic); in sxtah()
3253 os() << ToCString(kSxtah) << ConditionPrinter(it_block_, cond); in sxtah()
Dassembler-aarch32.cc12633 Delegate(kSxtah, &Assembler::sxtah, cond, rd, rn, operand); in sxtah()