Home
last modified time | relevance | path

Searched refs:kUhsax (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc483 case kUhsax: in ToCString()
Dconstants-aarch32.h346 kUhsax, enumerator
Dassembler-aarch32.h823 (type == kUhadd8) || (type == kUhasx) || (type == kUhsax) || in Delegate()
Ddisasm-aarch32.cc3427 os().SetCurrentInstruction(kUhsax, kArithmetic); in uhsax()
3428 os() << ToCString(kUhsax) << ConditionPrinter(it_block_, cond); in uhsax()
Dassembler-aarch32.cc13151 Delegate(kUhsax, &Assembler::uhsax, cond, rd, rn, rm); in uhsax()