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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc663 case kVmovl:
H A Dconstants-aarch32.h432 kVmovl, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1725 VIXL_ASSERT((type == kVmovl));
H A Dassembler-aarch32.cc19925 Delegate(kVmovl, &Assembler::vmovl, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc5368 os().SetCurrentInstruction(kVmovl, kFpNeon);
5369 os() << ToCString(kVmovl) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 204 milliseconds