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.h388 kVcge, enumerator
Dassembler-aarch32.h1054 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1079 (type == kVbsl) || (type == kVceq) || (type == kVcge) || in Delegate()
1193 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
1209 (type == kVcge) || (type == kVcgt) || (type == kVcle) || in Delegate()
Ddisasm-aarch32.cc4120 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4121 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
4134 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4135 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
4145 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4146 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
4156 os().SetCurrentInstruction(kVcge, kFpNeon); in vcge()
4157 os() << ToCString(kVcge) << ConditionPrinter(it_block_, cond) << dt; in vcge()
Dassembler-aarch32.cc14059 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rm, operand); in vcge()
14099 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rm, operand); in vcge()
14146 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rn, rm); in vcge()
14193 Delegate(kVcge, &Assembler::vcge, cond, dt, rd, rn, rm); in vcge()