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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc611 case kVdup:
H A Dconstants-aarch32.h406 kVdup, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1408 VIXL_ASSERT((type == kVdup));
1418 VIXL_ASSERT((type == kVdup));
1428 VIXL_ASSERT((type == kVdup));
1438 VIXL_ASSERT((type == kVdup));
H A Dassembler-aarch32.cc16163 Delegate(kVdup, &Assembler::vdup, cond, dt, rd, rt);
16193 Delegate(kVdup, &Assembler::vdup, cond, dt, rd, rt);
16223 Delegate(kVdup, &Assembler::vdup, cond, dt, rd, rm);
16253 Delegate(kVdup, &Assembler::vdup, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc4738 os().SetCurrentInstruction(kVdup, kFpNeon);
4739 os() << ToCString(kVdup) << ConditionPrinter(it_block_, cond) << dt << " "
4747 os().SetCurrentInstruction(kVdup, kFpNeon);
4748 os() << ToCString(kVdup) << ConditionPrinter(it_block_, cond) << dt << " "
4756 os().SetCurrentInstruction(kVdup, kFpNeon);
4757 os() << ToCString(kVdup) << ConditionPrinter(it_block_, cond) << dt << " "
4765 os().SetCurrentInstruction(kVdup, kFpNeon);
4766 os() << ToCString(kVdup) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 479 milliseconds