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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc789 case kVshl:
H A Dconstants-aarch32.h495 kVshl, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1196 (type == kVrsra) || (type == kVshl) || (type == kVshr) ||
1212 (type == kVrsra) || (type == kVshl) || (type == kVshr) ||
H A Dassembler-aarch32.cc24109 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand);
24178 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand);
H A Ddisasm-aarch32.cc6558 os().SetCurrentInstruction(kVshl, kFpNeon);
6559 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt;
6572 os().SetCurrentInstruction(kVshl, kFpNeon);
6573 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 414 milliseconds