Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc365 case kSmull: in ToCString()
Dconstants-aarch32.h287 kSmull, enumerator
Dassembler-aarch32.h951 (type == kSmull) || (type == kSmulls) || (type == kUmaal) || in Delegate()
Ddisasm-aarch32.cc2808 os().SetCurrentInstruction(kSmull, kArithmetic); in smull()
2809 os() << ToCString(kSmull) << ConditionPrinter(it_block_, cond) << " " << rdlo in smull()
Dassembler-aarch32.cc10634 Delegate(kSmull, &Assembler::smull, cond, rdlo, rdhi, rn, rm); in smull()