Searched refs:kVqshl (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 729 case kVqshl: in ToCString()
|
D | constants-aarch32.h | 465 kVqshl, enumerator
|
D | assembler-aarch32.h | 1195 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate() 1211 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
|
D | disasm-aarch32.cc | 5984 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()
|
D | assembler-aarch32.cc | 22200 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand); in vqshl() 22269 Delegate(kVqshl, &Assembler::vqshl, cond, dt, rd, rm, operand); in vqshl()
|