Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc767 case kVrshl: in ToCString()
Dconstants-aarch32.h484 kVrshl, enumerator
Dassembler-aarch32.h1064 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate()
1086 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate()
Ddisasm-aarch32.cc6356 os().SetCurrentInstruction(kVrshl, kFpNeon); in vrshl()
6357 os() << ToCString(kVrshl) << ConditionPrinter(it_block_, cond) << dt; in vrshl()
6367 os().SetCurrentInstruction(kVrshl, kFpNeon); in vrshl()
6368 os() << ToCString(kVrshl) << ConditionPrinter(it_block_, cond) << dt; in vrshl()
Dassembler-aarch32.cc23428 Delegate(kVrshl, &Assembler::vrshl, cond, dt, rd, rm, rn); in vrshl()
23458 Delegate(kVrshl, &Assembler::vrshl, cond, dt, rd, rm, rn); in vrshl()