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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc689 case kVpadal:
H A Dconstants-aarch32.h445 kVpadal, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1113 (type == kVneg) || (type == kVpadal) || (type == kVpaddl) ||
1128 (type == kVcnt) || (type == kVneg) || (type == kVpadal) ||
H A Dassembler-aarch32.cc20907 Delegate(kVpadal, &Assembler::vpadal, cond, dt, rd, rm);
20939 Delegate(kVpadal, &Assembler::vpadal, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc5634 os().SetCurrentInstruction(kVpadal, kFpNeon);
5635 os() << ToCString(kVpadal) << ConditionPrinter(it_block_, cond) << dt << " "
5643 os().SetCurrentInstruction(kVpadal, kFpNeon);
5644 os() << ToCString(kVpadal) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 204 milliseconds