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 | 521 kVzip, enumerator
|
D | assembler-aarch32.h | 1117 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate() 1132 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
|
D | disasm-aarch32.cc | 7016 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()
|
D | assembler-aarch32.cc | 26532 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip() 26559 Delegate(kVzip, &Assembler::vzip, cond, dt, rd, rm); in vzip()
|