Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc503 case kUqasx: in ToCString()
Dconstants-aarch32.h356 kUqasx, enumerator
Dassembler-aarch32.h825 (type == kUqadd8) || (type == kUqasx) || (type == kUqsax) || in Delegate()
Ddisasm-aarch32.cc3527 os().SetCurrentInstruction(kUqasx, kArithmetic); in uqasx()
3528 os() << ToCString(kUqasx) << ConditionPrinter(it_block_, cond); in uqasx()
Dassembler-aarch32.cc13383 Delegate(kUqasx, &Assembler::uqasx, cond, rd, rn, rm); in uqasx()