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.h1212 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate()
1228 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate()
Ddisasm-aarch32.cc6514 os().SetCurrentInstruction(kVshl, kFpNeon); in vshl()
6515 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt; in vshl()
6528 os().SetCurrentInstruction(kVshl, kFpNeon); in vshl()
6529 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt; in vshl()
Dassembler-aarch32.cc25360 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand); in vshl()
25429 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand); in vshl()