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.h477 kVrev16, enumerator
Dassembler-aarch32.h1131 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
1147 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
Ddisasm-aarch32.cc6084 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16()
6085 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16()
6093 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16()
6094 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16()
Dassembler-aarch32.cc23961 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16()
23991 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16()