Searched refs:kVcle (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 579 case kVcle: in ToCString()
|
D | constants-aarch32.h | 394 kVcle, enumerator
|
D | assembler-aarch32.h | 1091 (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()
|
D | disasm-aarch32.cc | 4224 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()
|
D | assembler-aarch32.cc | 15588 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand); in vcle() 15628 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rm, operand); in vcle() 15675 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm); in vcle() 15722 Delegate(kVcle, &Assembler::vcle, cond, dt, rd, rn, rm); in vcle()
|