Searched refs:kVtrn (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 835 case kVtrn: in ToCString()
|
D | constants-aarch32.h | 522 kVtrn, 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 | 6897 os().SetCurrentInstruction(kVtrn, kFpNeon); in vtrn() 6898 os() << ToCString(kVtrn) << ConditionPrinter(it_block_, cond) << dt << " " in vtrn() 6906 os().SetCurrentInstruction(kVtrn, kFpNeon); in vtrn() 6907 os() << ToCString(kVtrn) << ConditionPrinter(it_block_, cond) << dt << " " in vtrn()
|
D | assembler-aarch32.cc | 27707 Delegate(kVtrn, &Assembler::vtrn, cond, dt, rd, rm); in vtrn() 27734 Delegate(kVtrn, &Assembler::vtrn, cond, dt, rd, rm); in vtrn()
|