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.h342 kUhsax, enumerator
Dassembler-aarch32.h797 (type == kUhadd8) || (type == kUhasx) || (type == kUhsax) || in Delegate()
Ddisasm-aarch32.cc3421 os().SetCurrentInstruction(kUhsax, kArithmetic); in uhsax()
3422 os() << ToCString(kUhsax) << ConditionPrinter(it_block_, cond); in uhsax()
Dassembler-aarch32.cc12080 Delegate(kUhsax, &Assembler::uhsax, cond, rd, rn, rm); in uhsax()