Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc455 case kSxth: in ToCString()
Dconstants-aarch32.h332 kSxth, enumerator
Dmacro-assembler-aarch32.cc698 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
Dassembler-aarch32.h777 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
Ddisasm-aarch32.cc3277 os().SetCurrentInstruction(kSxth, kArithmetic); in sxth()
3278 os() << ToCString(kSxth) << ConditionPrinter(it_block_, cond) << size; in sxth()
Dassembler-aarch32.cc12707 Delegate(kSxth, &Assembler::sxth, cond, size, rd, operand); in sxth()