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.h525 kVzip, enumerator
Dassembler-aarch32.h1154 (type == kVzip)); in Delegate()
1169 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
Ddisasm-aarch32.cc6955 os().SetCurrentInstruction(kVzip, kFpNeon); in vzip()
6956 os() << ToCString(kVzip) << ConditionPrinter(it_block_, cond) << dt << " " in vzip()
6964 os().SetCurrentInstruction(kVzip, kFpNeon); in vzip()
6965 os() << ToCString(kVzip) << ConditionPrinter(it_block_, cond) << dt << " " in vzip()
Dassembler-aarch32.cc27865 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip()
27892 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip()