Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc747 case kVrev32: in ToCString()
Dconstants-aarch32.h478 kVrev32, enumerator
Dassembler-aarch32.h1150 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
1167 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
Ddisasm-aarch32.cc6113 os().SetCurrentInstruction(kVrev32, kFpNeon); in vrev32()
6114 os() << ToCString(kVrev32) << ConditionPrinter(it_block_, cond) << dt << " " in vrev32()
6122 os().SetCurrentInstruction(kVrev32, kFpNeon); in vrev32()
6123 os() << ToCString(kVrev32) << ConditionPrinter(it_block_, cond) << dt << " " in vrev32()
Dassembler-aarch32.cc24036 Delegate(kVrev32, &Assembler::vrev32, cond, dt, rd, rm); in vrev32()
24066 Delegate(kVrev32, &Assembler::vrev32, cond, dt, rd, rm); in vrev32()