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.h1078 (type == kVnmul) || (type == kVpadd) || (type == kVpmax) || in Delegate()
1173 (type == kVnmla) || (type == kVnmls) || (type == kVnmul) || in Delegate()
Ddisasm-aarch32.cc5510 os().SetCurrentInstruction(kVnmul, kFpNeon); in vnmul()
5511 os() << ToCString(kVnmul) << ConditionPrinter(it_block_, cond) << dt; in vnmul()
5521 os().SetCurrentInstruction(kVnmul, kFpNeon); in vnmul()
5522 os() << ToCString(kVnmul) << ConditionPrinter(it_block_, cond) << dt; in vnmul()
Dassembler-aarch32.cc21871 Delegate(kVnmul, &Assembler::vnmul, cond, dt, rd, rn, rm); in vnmul()
21894 Delegate(kVnmul, &Assembler::vnmul, cond, dt, rd, rn, rm); in vnmul()