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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc729 case kVqshl:
H A Dconstants-aarch32.h465 kVqshl, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1195 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) ||
1211 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) ||
H A Dassembler-aarch32.cc22200 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand);
22269 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand);
H A Ddisasm-aarch32.cc5984 os().SetCurrentInstruction(kVqshl, kFpNeon);
5985 os() << ToCString(kVqshl) << ConditionPrinter(it_block_, cond) << dt;
5998 os().SetCurrentInstruction(kVqshl, kFpNeon);
5999 os() << ToCString(kVqshl) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 302 milliseconds