Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc769 case kVrshr: in ToCString()
Dconstants-aarch32.h485 kVrshr, enumerator
Dassembler-aarch32.h1195 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
1211 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
Ddisasm-aarch32.cc6381 os().SetCurrentInstruction(kVrshr, kFpNeon); in vrshr()
6382 os() << ToCString(kVrshr) << ConditionPrinter(it_block_, cond) << dt; in vrshr()
6395 os().SetCurrentInstruction(kVrshr, kFpNeon); in vrshr()
6396 os() << ToCString(kVrshr) << ConditionPrinter(it_block_, cond) << dt; in vrshr()
Dassembler-aarch32.cc23517 Delegate(kVrshr, &Assembler::vrshr, cond, dt, rd, rm, operand); in vrshr()
23576 Delegate(kVrshr, &Assembler::vrshr, cond, dt, rd, rm, operand); in vrshr()