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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc693 case kVpaddl:
H A Dconstants-aarch32.h447 kVpaddl, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1113 (type == kVneg) || (type == kVpadal) || (type == kVpaddl) ||
1129 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) ||
H A Dassembler-aarch32.cc21016 Delegate(kVpaddl, &Assembler::vpaddl, cond, dt, rd, rm);
21048 Delegate(kVpaddl, &Assembler::vpaddl, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc5663 os().SetCurrentInstruction(kVpaddl, kFpNeon);
5664 os() << ToCString(kVpaddl) << ConditionPrinter(it_block_, cond) << dt << " "
5672 os().SetCurrentInstruction(kVpaddl, kFpNeon);
5673 os() << ToCString(kVpaddl) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 577 milliseconds