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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc665 case kVmovn:
H A Dconstants-aarch32.h433 kVmovn, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1735 VIXL_ASSERT((type == kVmovn) || (type == kVqmovn) || (type == kVqmovun));
H A Dassembler-aarch32.cc19952 Delegate(kVmovn, &Assembler::vmovn, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc5377 os().SetCurrentInstruction(kVmovn, kFpNeon);
5378 os() << ToCString(kVmovn) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 287 milliseconds