Searched refs:kVrshl (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 767 case kVrshl: in ToCString()
|
D | constants-aarch32.h | 484 kVrshl, enumerator
|
D | assembler-aarch32.h | 1064 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate() 1086 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate()
|
D | disasm-aarch32.cc | 6356 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()
|
D | assembler-aarch32.cc | 23428 Delegate(kVrshl, &Assembler::vrshl, cond, dt, rd, rm, rn); in vrshl() 23458 Delegate(kVrshl, &Assembler::vrshl, cond, dt, rd, rm, rn); in vrshl()
|