Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc789 case kVshl: in ToCString()
Dconstants-aarch32.h499 kVshl, enumerator
Dassembler-aarch32.h1233 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate()
1249 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate()
Ddisasm-aarch32.cc6495 os().SetCurrentInstruction(kVshl, kFpNeon); in vshl()
6496 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt; in vshl()
6509 os().SetCurrentInstruction(kVshl, kFpNeon); in vshl()
6510 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt; in vshl()
Dassembler-aarch32.cc25423 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand); in vshl()
25492 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand); in vshl()