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.h520 kVuzp, enumerator
Dassembler-aarch32.h1117 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
1132 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
Ddisasm-aarch32.cc6998 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp()
6999 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp()
7007 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp()
7008 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp()
Dassembler-aarch32.cc26463 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp()
26490 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp()