Searched refs:kVuzp (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 839 case kVuzp: in ToCString()
|
D | constants-aarch32.h | 524 kVuzp, enumerator
|
D | assembler-aarch32.h | 1153 (type == kVswp) || (type == kVtrn) || (type == kVuzp) || in Delegate() 1169 (type == kVtrn) || (type == kVuzp) || (type == kVzip)); in Delegate()
|
D | disasm-aarch32.cc | 6937 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp() 6938 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp() 6946 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp() 6947 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp()
|
D | assembler-aarch32.cc | 27796 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp() 27823 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp()
|