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.h489 kVrshr, enumerator
Dassembler-aarch32.h1232 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
1248 (type == kVqshl) || (type == kVqshlu) || (type == kVrshr) || in Delegate()
Ddisasm-aarch32.cc6318 os().SetCurrentInstruction(kVrshr, kFpNeon); in vrshr()
6319 os() << ToCString(kVrshr) << ConditionPrinter(it_block_, cond) << dt; in vrshr()
6332 os().SetCurrentInstruction(kVrshr, kFpNeon); in vrshr()
6333 os() << ToCString(kVrshr) << ConditionPrinter(it_block_, cond) << dt; in vrshr()
Dassembler-aarch32.cc24831 Delegate(kVrshr, &Assembler::vrshr, cond, dt, rd, rm, operand); in vrshr()
24890 Delegate(kVrshr, &Assembler::vrshr, cond, dt, rd, rm, operand); in vrshr()