Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc745 case kVrev16: in ToCString()
Dconstants-aarch32.h473 kVrev16, enumerator
Dassembler-aarch32.h1115 (type == kVrev16) || (type == kVrev32) || (type == kVrev64) || in Delegate()
1130 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
Ddisasm-aarch32.cc6128 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16()
6129 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16()
6137 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16()
6138 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16()
Dassembler-aarch32.cc22710 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16()
22740 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16()