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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc721 case kVqrdmulh:
H A Dconstants-aarch32.h461 kVqrdmulh, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1063 (type == kVqrdmulh) || (type == kVqrshl) || (type == kVqsub) ||
1085 (type == kVqrdmulh) || (type == kVqrshl) || (type == kVqsub) ||
1582 (type == kVqrdmulh));
1594 (type == kVqrdmulh));
H A Dassembler-aarch32.cc21850 Delegate(kVqrdmulh, &Assembler::vqrdmulh, cond, dt, rd, rn, rm);
21878 Delegate(kVqrdmulh, &Assembler::vqrdmulh, cond, dt, rd, rn, rm);
21914 Delegate(kVqrdmulh, &Assembler::vqrdmulh, cond, dt, rd, rn, rm);
21950 Delegate(kVqrdmulh, &Assembler::vqrdmulh, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc5895 os().SetCurrentInstruction(kVqrdmulh, kFpNeon);
5896 os() << ToCString(kVqrdmulh) << ConditionPrinter(it_block_, cond) << dt;
5906 os().SetCurrentInstruction(kVqrdmulh, kFpNeon);
5907 os() << ToCString(kVqrdmulh) << ConditionPrinter(it_block_, cond) << dt;
5917 os().SetCurrentInstruction(kVqrdmulh, kFpNeon);
5918 os() << ToCString(kVqrdmulh) << ConditionPrinter(it_block_, cond) << dt;
5928 os().SetCurrentInstruction(kVqrdmulh, kFpNeon);
5929 os() << ToCString(kVqrdmulh) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 575 milliseconds