Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch32/
Dconstants-aarch32.cc749 case kVrev64: in ToCString()
Dconstants-aarch32.h479 kVrev64, enumerator
Dassembler-aarch32.h1159 (type == kVrev64) || (type == kVrintr) || (type == kVrintx) || in Delegate()
1176 (type == kVrev64) || (type == kVrsqrte) || (type == kVswp) || in Delegate()
Ddisasm-aarch32.cc6131 os().SetCurrentInstruction(kVrev64, kFpNeon); in vrev64()
6132 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " " in vrev64()
6140 os().SetCurrentInstruction(kVrev64, kFpNeon); in vrev64()
6141 os() << ToCString(kVrev64) << ConditionPrinter(it_block_, cond) << dt << " " in vrev64()
Dassembler-aarch32.cc24132 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64()
24162 Delegate(kVrev64, &Assembler::vrev64, cond, dt, rd, rm); in vrev64()