Searched refs:kVshl (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 789 case kVshl: in ToCString()
|
D | constants-aarch32.h | 499 kVshl, 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 | 6495 os().SetCurrentInstruction(kVshl, kFpNeon); in vshl() 6496 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt; in vshl() 6509 os().SetCurrentInstruction(kVshl, kFpNeon); in vshl() 6510 os() << ToCString(kVshl) << ConditionPrinter(it_block_, cond) << dt; in vshl()
|
D | assembler-aarch32.cc | 25423 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand); in vshl() 25492 Delegate(kVshl, &Assembler::vshl, cond, dt, rd, rm, operand); in vshl()
|