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.h446 kVnmul, enumerator
Dassembler-aarch32.h1097 (type == kVnmul) || (type == kVpadd) || (type == kVpmax) || in Delegate()
1194 (type == kVnmla) || (type == kVnmls) || (type == kVnmul) || in Delegate()
Ddisasm-aarch32.cc5521 os().SetCurrentInstruction(kVnmul, kFpNeon); in vnmul()
5522 os() << ToCString(kVnmul) << ConditionPrinter(it_block_, cond) << dt; in vnmul()
5532 os().SetCurrentInstruction(kVnmul, kFpNeon); in vnmul()
5533 os() << ToCString(kVnmul) << ConditionPrinter(it_block_, cond) << dt; in vnmul()
Dassembler-aarch32.cc21886 Delegate(kVnmul, &Assembler::vnmul, cond, dt, rd, rn, rm); in vnmul()
21909 Delegate(kVnmul, &Assembler::vnmul, cond, dt, rd, rn, rm); in vnmul()