Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc791 case kVshll: in ToCString()
Dconstants-aarch32.h496 kVshll, enumerator
Dassembler-aarch32.h1831 VIXL_ASSERT((type == kVshll)); in Delegate()
Ddisasm-aarch32.cc6586 os().SetCurrentInstruction(kVshll, kFpNeon); in vshll()
6587 os() << ToCString(kVshll) << ConditionPrinter(it_block_, cond) << dt << " " in vshll()
Dassembler-aarch32.cc24236 Delegate(kVshll, &Assembler::vshll, cond, dt, rd, rm, operand); in vshll()