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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc551 case kVacle:
H A Dconstants-aarch32.h376 kVacle, 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.cc13176 Delegate(kVacle, &Assembler::vacle, cond, dt, rd, rn, rm);
13203 Delegate(kVacle, &Assembler::vacle, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc3843 os().SetCurrentInstruction(kVacle, kFpNeon);
3844 os() << ToCString(kVacle) << ConditionPrinter(it_block_, cond) << dt;
3854 os().SetCurrentInstruction(kVacle, kFpNeon);
3855 os() << ToCString(kVacle) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 374 milliseconds