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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc591 case kVcnt:
H A Dconstants-aarch32.h396 kVcnt, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1112 (type == kVcmp) || (type == kVcmpe) || (type == kVcnt) ||
1128 (type == kVcnt) || (type == kVneg) || (type == kVpadal) ||
H A Dassembler-aarch32.cc15011 Delegate(kVcnt, &Assembler::vcnt, cond, dt, rd, rm);
15035 Delegate(kVcnt, &Assembler::vcnt, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc4429 os().SetCurrentInstruction(kVcnt, kFpNeon);
4430 os() << ToCString(kVcnt) << ConditionPrinter(it_block_, cond) << dt << " "
4438 os().SetCurrentInstruction(kVcnt, kFpNeon);
4439 os() << ToCString(kVcnt) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 220 milliseconds