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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc577 case kVcgt:
H A Dconstants-aarch32.h389 kVcgt, 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.cc14233 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand);
14273 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand);
14320 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm);
14367 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4170 os().SetCurrentInstruction(kVcgt, kFpNeon);
4171 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt;
4184 os().SetCurrentInstruction(kVcgt, kFpNeon);
4185 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt;
4195 os().SetCurrentInstruction(kVcgt, kFpNeon);
4196 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt;
4206 os().SetCurrentInstruction(kVcgt, kFpNeon);
4207 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 169 milliseconds