Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc693 case kVpaddl: in ToCString()
Dconstants-aarch32.h451 kVpaddl, enumerator
Dassembler-aarch32.h1149 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) || in Delegate()
1166 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) || in Delegate()
Ddisasm-aarch32.cc5630 os().SetCurrentInstruction(kVpaddl, kFpNeon); in vpaddl()
5631 os() << ToCString(kVpaddl) << ConditionPrinter(it_block_, cond) << dt << " " in vpaddl()
5639 os().SetCurrentInstruction(kVpaddl, kFpNeon); in vpaddl()
5640 os() << ToCString(kVpaddl) << ConditionPrinter(it_block_, cond) << dt << " " in vpaddl()
Dassembler-aarch32.cc22282 Delegate(kVpaddl, &Assembler::vpaddl, cond, dt, rd, rm); in vpaddl()
22314 Delegate(kVpaddl, &Assembler::vpaddl, cond, dt, rd, rm); in vpaddl()