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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc579 case kVcle:
H A Dconstants-aarch32.h390 kVcle, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1055 (type == kVcgt) || (type == kVcle) || (type == kVclt) ||
1080 (type == kVcgt) || (type == kVcle) || (type == kVclt) ||
1193 (type == kVcge) || (type == kVcgt) || (type == kVcle) ||
1209 (type == kVcge) || (type == kVcgt) || (type == kVcle) ||
H A Dassembler-aarch32.cc14407 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand);
14447 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand);
14494 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm);
14541 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4220 os().SetCurrentInstruction(kVcle, kFpNeon);
4221 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt;
4234 os().SetCurrentInstruction(kVcle, kFpNeon);
4235 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt;
4245 os().SetCurrentInstruction(kVcle, kFpNeon);
4246 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt;
4256 os().SetCurrentInstruction(kVcle, kFpNeon);
4257 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 396 milliseconds