Searched refs:kVcnt (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 591 case kVcnt: in ToCString()
|
D | constants-aarch32.h | 400 kVcnt, enumerator
|
D | assembler-aarch32.h | 1148 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate() 1165 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
|
D | disasm-aarch32.cc | 4395 os().SetCurrentInstruction(kVcnt, kFpNeon); in vcnt() 4396 os() << ToCString(kVcnt) << ConditionPrinter(it_block_, cond) << dt << " " in vcnt() 4404 os().SetCurrentInstruction(kVcnt, kFpNeon); in vcnt() 4405 os() << ToCString(kVcnt) << ConditionPrinter(it_block_, cond) << dt << " " in vcnt()
|
D | assembler-aarch32.cc | 16164 Delegate(kVcnt, &Assembler::vcnt, cond, dt, rd, rm); in vcnt() 16188 Delegate(kVcnt, &Assembler::vcnt, cond, dt, rd, rm); in vcnt()
|