Searched refs:kVcge (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 575 case kVcge: in ToCString()
|
D | constants-aarch32.h | 388 kVcge, enumerator
|
D | assembler-aarch32.h | 1054 (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()
|
D | disasm-aarch32.cc | 4120 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()
|
D | assembler-aarch32.cc | 14059 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()
|