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 | 520 kVuzp, 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 | 6998 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp() 6999 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp() 7007 os().SetCurrentInstruction(kVuzp, kFpNeon); in vuzp() 7008 os() << ToCString(kVuzp) << ConditionPrinter(it_block_, cond) << dt << " " in vuzp()
|
D | assembler-aarch32.cc | 26463 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp() 26490 Delegate(kVuzp, &Assembler::vuzp, cond, dt, rd, rm); in vuzp()
|