Searched refs:kVshr (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 793 case kVshr: in ToCString()
|
D | constants-aarch32.h | 501 kVshr, enumerator
|
D | assembler-aarch32.h | 1233 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate() 1249 (type == kVrsra) || (type == kVshl) || (type == kVshr) || in Delegate()
|
D | disasm-aarch32.cc | 6533 os().SetCurrentInstruction(kVshr, kFpNeon); in vshr() 6534 os() << ToCString(kVshr) << ConditionPrinter(it_block_, cond) << dt; in vshr() 6547 os().SetCurrentInstruction(kVshr, kFpNeon); in vshr() 6548 os() << ToCString(kVshr) << ConditionPrinter(it_block_, cond) << dt; in vshr()
|
D | assembler-aarch32.cc | 25645 Delegate(kVshr, &Assembler::vshr, cond, dt, rd, rm, operand); in vshr() 25704 Delegate(kVshr, &Assembler::vshr, cond, dt, rd, rm, operand); in vshr()
|