Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch32/
Dconstants-aarch32.cc575 case kVcge: in ToCString()
Dconstants-aarch32.h392 kVcge, enumerator
Dassembler-aarch32.h1098 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1123 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1238 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
1254 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
Ddisasm-aarch32.cc4124 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4125 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
4138 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4139 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
4149 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4150 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
4160 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4161 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
Dassembler-aarch32.cc15240 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rm, operand); in vcge()
15280 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rm, operand); in vcge()
15327 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rn, rm); in vcge()
15374 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rn, rm); in vcge()