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.h1091 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1116 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1230 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
1246 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
Ddisasm-aarch32.cc4174 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4175 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()
4210 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4211 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
Dassembler-aarch32.cc15414 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand); in vcgt()
15454 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand); in vcgt()
15501 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm); in vcgt()
15548 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm); in vcgt()