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.h390 kVcle, 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.cc4220 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4221 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
4234 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4235 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
4245 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4246 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
4256 os().SetCurrentInstruction(kVcle, kFpNeon); in vcle()
4257 os() << ToCString(kVcle) << ConditionPrinter(it_block_, cond) << dt; in vcle()
Dassembler-aarch32.cc14407 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand); in vcle()
14447 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand); in vcle()
14494 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm); in vcle()
14541 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm); in vcle()