Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc841 case kVzip: in ToCString()
Dconstants-aarch32.h521 kVzip, enumerator
Dassembler-aarch32.h1117 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
1132 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
Ddisasm-aarch32.cc7016 os().SetCurrentInstruction(kVzip, kFpNeon); in vzip()
7017 os() << ToCString(kVzip) << ConditionPrinter(it_block_, cond) << dt << " " in vzip()
7025 os().SetCurrentInstruction(kVzip, kFpNeon); in vzip()
7026 os() << ToCString(kVzip) << ConditionPrinter(it_block_, cond) << dt << " " in vzip()
Dassembler-aarch32.cc26532 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip()
26559 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip()