Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc683 case kVnmul: in ToCString()
Dconstants-aarch32.h442 kVnmul, enumerator
Dassembler-aarch32.h1061 (type == kVnmul) || (type == kVpadd) || (type == kVpmax) || in Delegate()
1157 (type == kVnmla) || (type == kVnmls) || (type == kVnmul) || in Delegate()
Ddisasm-aarch32.cc5554 os().SetCurrentInstruction(kVnmul, kFpNeon); in vnmul()
5555 os() << ToCString(kVnmul) << ConditionPrinter(it_block_, cond) << dt; in vnmul()
5565 os().SetCurrentInstruction(kVnmul, kFpNeon); in vnmul()
5566 os() << ToCString(kVnmul) << ConditionPrinter(it_block_, cond) << dt; in vnmul()
Dassembler-aarch32.cc20620 Delegate(kVnmul, &Assembler::vnmul, cond, dt, rd, rn, rm); in vnmul()
20643 Delegate(kVnmul, &Assembler::vnmul, cond, dt, rd, rn, rm); in vnmul()