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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc749 case kVrev64:
H A Dconstants-aarch32.h475 kVrev64, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1115 (type == kVrev16) || (type == kVrev32) || (type == kVrev64) ||
1131 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) ||
H A Dassembler-aarch32.cc22830 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm);
22860 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc6164 os().SetCurrentInstruction(kVrev64, kFpNeon);
6165 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " "
6173 os().SetCurrentInstruction(kVrev64, kFpNeon);
6174 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 252 milliseconds