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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc747 case kVrev32:
H A Dconstants-aarch32.h474 kVrev32, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1115 (type == kVrev16) || (type == kVrev32) || (type == kVrev64) ||
1130 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) ||
H A Dassembler-aarch32.cc22770 Delegate(kVrev32, &Assembler::vrev32, cond, dt, rd, rm);
22800 Delegate(kVrev32, &Assembler::vrev32, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc6146 os().SetCurrentInstruction(kVrev32, kFpNeon);
6147 os() << ToCString(kVrev32) << ConditionPrinter(it_block_, cond) << dt << " "
6155 os().SetCurrentInstruction(kVrev32, kFpNeon);
6156 os() << ToCString(kVrev32) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 213 milliseconds