Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc495 case kUmull: in ToCString()
Dconstants-aarch32.h352 kUmull, enumerator
Dassembler-aarch32.h933 (type == kUmlal) || (type == kUmlals) || (type == kUmull) || in Delegate()
Ddisasm-aarch32.cc3474 os().SetCurrentInstruction(kUmull, kArithmetic); in umull()
3475 os() << ToCString(kUmull) << ConditionPrinter(it_block_, cond) << " " << rdlo in umull()
Dassembler-aarch32.cc13281 Delegate(kUmull, &Assembler::umull, cond, rdlo, rdhi, rn, rm); in umull()