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.h389 kVcgt, enumerator
Dassembler-aarch32.h1055 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1080 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1193 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
1209 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
Ddisasm-aarch32.cc4170 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4171 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
4184 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4185 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
4195 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4196 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
4206 os().SetCurrentInstruction(kVcgt, kFpNeon); in vcgt()
4207 os() << ToCString(kVcgt) << ConditionPrinter(it_block_, cond) << dt; in vcgt()
Dassembler-aarch32.cc14233 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand); in vcgt()
14273 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rm, operand); in vcgt()
14320 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm); in vcgt()
14367 Delegate(kVcgt, &Assembler::vcgt, cond, dt, rd, rn, rm); in vcgt()