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.h1150 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
1167 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
Ddisasm-aarch32.cc6095 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16()
6096 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16()
6104 os().SetCurrentInstruction(kVrev16, kFpNeon); in vrev16()
6105 os() << ToCString(kVrev16) << ConditionPrinter(it_block_, cond) << dt << " " in vrev16()
Dassembler-aarch32.cc24012 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16()
24042 Delegate(kVrev16, &Assembler::vrev16, cond, dt, rd, rm); in vrev16()