Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc579 case kVcle: in ToCString()
Dconstants-aarch32.h394 kVcle, 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.cc4224 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4225 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
4238 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4239 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
4249 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4250 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
4260 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4261 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
Dassembler-aarch32.cc15552 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand); in vcle()
15592 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand); in vcle()
15639 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm); in vcle()
15686 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm); in vcle()