Home
last modified time | relevance | path

Searched refs:kVrev64 (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc749 case kVrev64: in ToCString()
Dconstants-aarch32.h475 kVrev64, enumerator
Dassembler-aarch32.h1115 (type == kVrev16) || (type == kVrev32) || (type == kVrev64) || in Delegate()
1131 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
Ddisasm-aarch32.cc6164 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()
Dassembler-aarch32.cc22830 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64()
22860 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64()