Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc729 case kVqshl: in ToCString()
Dconstants-aarch32.h469 kVqshl, enumerator
Dassembler-aarch32.h1211 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
1227 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
Ddisasm-aarch32.cc5940 os().SetCurrentInstruction(kVqshl, kFpNeon); in vqshl()
5941 os() << ToCString(kVqshl) << ConditionPrinter(it_block_, cond) << dt; in vqshl()
5954 os().SetCurrentInstruction(kVqshl, kFpNeon); in vqshl()
5955 os() << ToCString(kVqshl) << ConditionPrinter(it_block_, cond) << dt; in vqshl()
Dassembler-aarch32.cc23451 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand); in vqshl()
23520 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand); in vqshl()