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 | 505 kVsra, enumerator
|
D | assembler-aarch32.h | 1234 (type == kVsli) || (type == kVsra) || (type == kVsri)); in Delegate() 1250 (type == kVsli) || (type == kVsra) || (type == kVsri)); in Delegate()
|
D | disasm-aarch32.cc | 6617 os().SetCurrentInstruction(kVsra, kFpNeon); in vsra() 6618 os() << ToCString(kVsra) << ConditionPrinter(it_block_, cond) << dt; in vsra() 6631 os().SetCurrentInstruction(kVsra, kFpNeon); in vsra() 6632 os() << ToCString(kVsra) << ConditionPrinter(it_block_, cond) << dt; in vsra()
|
D | assembler-aarch32.cc | 25930 Delegate(kVsra, &Assembler::vsra, cond, dt, rd, rm, operand); in vsra() 25972 Delegate(kVsra, &Assembler::vsra, cond, dt, rd, rm, operand); in vsra()
|