Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc591 case kVcnt: in ToCString()
Dconstants-aarch32.h400 kVcnt, enumerator
Dassembler-aarch32.h1148 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
1165 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
Ddisasm-aarch32.cc4395 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()
Dassembler-aarch32.cc16164 Delegate(kVcnt, &Assembler::vcnt, cond, dt, rd, rm); in vcnt()
16188 Delegate(kVcnt, &Assembler::vcnt, cond, dt, rd, rm); in vcnt()