Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc839 case kVuzp: in ToCString()
Dconstants-aarch32.h524 kVuzp, enumerator
Dassembler-aarch32.h1153 (type == kVswp) || (type == kVtrn) || (type == kVuzp) || in Delegate()
1169 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
Ddisasm-aarch32.cc6937 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp()
6938 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp()
6946 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp()
6947 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp()
Dassembler-aarch32.cc27796 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp()
27823 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp()