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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc835 case kVtrn:
H A Dconstants-aarch32.h518 kVtrn, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1117 (type == kVtrn) || (type == kVuzp) || (type == kVzip));
1132 (type == kVtrn) || (type == kVuzp) || (type == kVzip));
H A Dassembler-aarch32.cc26338 Delegate(kVtrn, &Assembler::vtrn, cond, dt, rd, rm);
26365 Delegate(kVtrn, &Assembler::vtrn, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc6958 os().SetCurrentInstruction(kVtrn, kFpNeon);
6959 os() << ToCString(kVtrn) << ConditionPrinter(it_block_, cond) << dt << " "
6967 os().SetCurrentInstruction(kVtrn, kFpNeon);
6968 os() << ToCString(kVtrn) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 162 milliseconds