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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc365 case kSmull:
H A Dconstants-aarch32.h283 kSmull, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h925 (type == kSmull) || (type == kSmulls) || (type == kUmaal) ||
H A Dassembler-aarch32.cc9663 Delegate(kSmull, &Assembler::smull, cond, rdlo, rdhi, rn, rm);
H A Ddisasm-aarch32.cc2798 os().SetCurrentInstruction(kSmull, kArithmetic);
2799 os() << ToCString(kSmull) << ConditionPrinter(it_block_, cond) << " " << rdlo
[all...]

Completed in 324 milliseconds