Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc577 case kVcgt: in ToCString()
Dconstants-aarch32.h393 kVcgt, enumerator
Dassembler-aarch32.h1072 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1097 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1209 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
1225 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
Ddisasm-aarch32.cc4163 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4164 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
4177 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4178 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
4188 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4189 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
4199 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4200 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
Dassembler-aarch32.cc15363 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand); in vcgt()
15403 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand); in vcgt()
15450 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm); in vcgt()
15497 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm); in vcgt()