Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc793 case kVshr: in ToCString()
Dconstants-aarch32.h501 kVshr, enumerator
Dassembler-aarch32.h1233 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate()
1249 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate()
Ddisasm-aarch32.cc6533 os().SetCurrentInstruction(kVshr, kFpNeon); in vshr()
6534 os() << ToCString(kVshr) << ConditionPrinter(it_block_, cond) << dt; in vshr()
6547 os().SetCurrentInstruction(kVshr, kFpNeon); in vshr()
6548 os() << ToCString(kVshr) << ConditionPrinter(it_block_, cond) << dt; in vshr()
Dassembler-aarch32.cc25645 Delegate(kVshr, &Assembler::vshr, cond, dt, rd, rm, operand); in vshr()
25704 Delegate(kVshr, &Assembler::vshr, cond, dt, rd, rm, operand); in vshr()