Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc575 case kVcge: in ToCString()
Dconstants-aarch32.h392 kVcge, enumerator
Dassembler-aarch32.h1090 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1115 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1230 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
1246 (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()