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.h465 kVqshl, enumerator
Dassembler-aarch32.h1195 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
1211 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
Ddisasm-aarch32.cc5984 os().SetCurrentInstruction(kVqshl, kFpNeon); in vqshl()
5985 os() << ToCString(kVqshl) << ConditionPrinter(it_block_, cond) << dt; in vqshl()
5998 os().SetCurrentInstruction(kVqshl, kFpNeon); in vqshl()
5999 os() << ToCString(kVqshl) << ConditionPrinter(it_block_, cond) << dt; in vqshl()
Dassembler-aarch32.cc22200 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand); in vqshl()
22269 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand); in vqshl()