Searched refs:kVzip (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 841 case kVzip: in ToCString()
|
D | constants-aarch32.h | 525 kVzip, enumerator
|
D | assembler-aarch32.h | 1154 (type == kVzip)); in Delegate() 1169 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
|
D | disasm-aarch32.cc | 6955 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()
|
D | assembler-aarch32.cc | 27865 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip() 27892 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip()
|