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 | 392 kVcge, enumerator
|
D | assembler-aarch32.h | 1090 (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()
|
D | disasm-aarch32.cc | 4124 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()
|
D | assembler-aarch32.cc | 15240 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()
|