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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc553 case kVaclt:
H A Dconstants-aarch32.h377 kVaclt, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1052 (type == kVacgt) || (type == kVacle) || (type == kVaclt) ||
1077 (type == kVacgt) || (type == kVacle) || (type == kVaclt) ||
H A Dassembler-aarch32.cc13230 Delegate(kVaclt, &Assembler::vaclt, cond, dt, rd, rn, rm);
13257 Delegate(kVaclt, &Assembler::vaclt, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc3865 os().SetCurrentInstruction(kVaclt, kFpNeon);
3866 os() << ToCString(kVaclt) << ConditionPrinter(it_block_, cond) << dt;
3876 os().SetCurrentInstruction(kVaclt, kFpNeon);
3877 os() << ToCString(kVaclt) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 261 milliseconds