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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc625 case kVhadd:
H A Dconstants-aarch32.h413 kVhadd, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1058 (type == kVhadd) || (type == kVhsub) || (type == kVmax) ||
1082 (type == kVhadd) || (type == kVhsub) || (type == kVmax) ||
H A Dassembler-aarch32.cc16717 Delegate(kVhadd, &Assembler::vhadd, cond, dt, rd, rn, rm);
16747 Delegate(kVhadd, &Assembler::vhadd, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4894 os().SetCurrentInstruction(kVhadd, kFpNeon);
4895 os() << ToCString(kVhadd) << ConditionPrinter(it_block_, cond) << dt;
4905 os().SetCurrentInstruction(kVhadd, kFpNeon);
4906 os() << ToCString(kVhadd) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 426 milliseconds