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 | 488 kVrshl, enumerator
|
D | assembler-aarch32.h | 1100 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate() 1122 (type == kVrecps) || (type == kVrhadd) || (type == kVrshl) || in Delegate()
|
D | disasm-aarch32.cc | 6293 os().SetCurrentInstruction(kVrshl, kFpNeon); in vrshl() 6294 os() << ToCString(kVrshl) << ConditionPrinter(it_block_, cond) << dt; in vrshl() 6304 os().SetCurrentInstruction(kVrshl, kFpNeon); in vrshl() 6305 os() << ToCString(kVrshl) << ConditionPrinter(it_block_, cond) << dt; in vrshl()
|
D | assembler-aarch32.cc | 24742 Delegate(kVrshl, &Assembler::vrshl, cond, dt, rd, rm, rn); in vrshl() 24772 Delegate(kVrshl, &Assembler::vrshl, cond, dt, rd, rm, rn); in vrshl()
|