Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc353 case kSmmul: in ToCString()
Dconstants-aarch32.h281 kSmmul, enumerator
Dassembler-aarch32.h816 (type == kShsub8) || (type == kSmmul) || (type == kSmmulr) || in Delegate()
Ddisasm-aarch32.cc2732 os().SetCurrentInstruction(kSmmul, kArithmetic); in smmul()
2733 os() << ToCString(kSmmul) << ConditionPrinter(it_block_, cond); in smmul()
Dassembler-aarch32.cc10456 Delegate(kSmmul, &Assembler::smmul, cond, rd, rn, rm); in smmul()