Searched refs:kVclt (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 583 case kVclt: in ToCString()
|
D | constants-aarch32.h | 396 kVclt, enumerator
|
D | assembler-aarch32.h | 1091 (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()
|
D | disasm-aarch32.cc | 4292 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()
|
D | assembler-aarch32.cc | 15816 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()
|