Searched refs:kVpaddl (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 693 case kVpaddl: in ToCString()
|
D | constants-aarch32.h | 451 kVpaddl, enumerator
|
D | assembler-aarch32.h | 1149 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) || in Delegate() 1166 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) || in Delegate()
|
D | disasm-aarch32.cc | 5630 os().SetCurrentInstruction(kVpaddl, kFpNeon); in vpaddl() 5631 os() << ToCString(kVpaddl) << ConditionPrinter(it_block_, cond) << dt << " " in vpaddl() 5639 os().SetCurrentInstruction(kVpaddl, kFpNeon); in vpaddl() 5640 os() << ToCString(kVpaddl) << ConditionPrinter(it_block_, cond) << dt << " " in vpaddl()
|
D | assembler-aarch32.cc | 22282 Delegate(kVpaddl, &Assembler::vpaddl, cond, dt, rd, rm); in vpaddl() 22314 Delegate(kVpaddl, &Assembler::vpaddl, cond, dt, rd, rm); in vpaddl()
|