Searched refs:kVrev64 (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 749 case kVrev64: in ToCString()
|
D | constants-aarch32.h | 475 kVrev64, enumerator
|
D | assembler-aarch32.h | 1115 (type == kVrev16) || (type == kVrev32) || (type == kVrev64) || in Delegate() 1131 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
|
D | disasm-aarch32.cc | 6164 os().SetCurrentInstruction(kVrev64, kFpNeon); in vrev64() 6165 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " " in vrev64() 6173 os().SetCurrentInstruction(kVrev64, kFpNeon); in vrev64() 6174 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " " in vrev64()
|
D | assembler-aarch32.cc | 22830 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64() 22860 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64()
|