Searched refs:kVsra (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 801 case kVsra: in ToCString()
|
D | constants-aarch32.h | 501 kVsra, enumerator
|
D | assembler-aarch32.h | 1197 (type == kVsli) || (type == kVsra) || (type == kVsri)); in Delegate() 1213 (type == kVsli) || (type == kVsra) || (type == kVsri)); in Delegate()
|
D | disasm-aarch32.cc | 6680 os().SetCurrentInstruction(kVsra, kFpNeon); in vsra() 6681 os() << ToCString(kVsra) << ConditionPrinter(it_block_, cond) << dt; in vsra() 6694 os().SetCurrentInstruction(kVsra, kFpNeon); in vsra() 6695 os() << ToCString(kVsra) << ConditionPrinter(it_block_, cond) << dt; in vsra()
|
D | assembler-aarch32.cc | 24580 Delegate(kVsra, &Assembler::vsra, cond, dt, rd, rm, operand); in vsra() 24622 Delegate(kVsra, &Assembler::vsra, cond, dt, rd, rm, operand); in vsra()
|