Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc583 case kVclt: in ToCString()
Dconstants-aarch32.h396 kVclt, enumerator
Dassembler-aarch32.h1091 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1116 (type == kVcgt) || (type == kVcle) || (type == kVclt) || in Delegate()
1231 (type == kVclt) || (type == kVorn) || (type == kVorr) || in Delegate()
1247 (type == kVclt) || (type == kVorn) || (type == kVorr) || in Delegate()
Ddisasm-aarch32.cc4292 os().SetCurrentInstruction(kVclt, kFpNeon); in vclt()
4293 os() << ToCString(kVclt) << ConditionPrinter(it_block_, cond) << dt; in vclt()
4306 os().SetCurrentInstruction(kVclt, kFpNeon); in vclt()
4307 os() << ToCString(kVclt) << ConditionPrinter(it_block_, cond) << dt; in vclt()
4317 os().SetCurrentInstruction(kVclt, kFpNeon); in vclt()
4318 os() << ToCString(kVclt) << ConditionPrinter(it_block_, cond) << dt; in vclt()
4328 os().SetCurrentInstruction(kVclt, kFpNeon); in vclt()
4329 os() << ToCString(kVclt) << ConditionPrinter(it_block_, cond) << dt; in vclt()
Dassembler-aarch32.cc15816 Delegate(kVclt, &Assembler::vclt, cond, dt, rd, rm, operand); in vclt()
15856 Delegate(kVclt, &Assembler::vclt, cond, dt, rd, rm, operand); in vclt()
15903 Delegate(kVclt, &Assembler::vclt, cond, dt, rd, rn, rm); in vclt()
15950 Delegate(kVclt, &Assembler::vclt, cond, dt, rd, rn, rm); in vclt()