Searched refs:kVqadd (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 705 case kVqadd: in ToCString()
|
D | constants-aarch32.h | 457 kVqadd, enumerator
|
D | assembler-aarch32.h | 1098 (type == kVpmin) || (type == kVqadd) || (type == kVqdmulh) || in Delegate() 1120 (type == kVmul) || (type == kVqadd) || (type == kVqdmulh) || in Delegate()
|
D | disasm-aarch32.cc | 5710 os().SetCurrentInstruction(kVqadd, kFpNeon); in vqadd() 5711 os() << ToCString(kVqadd) << ConditionPrinter(it_block_, cond) << dt; in vqadd() 5721 os().SetCurrentInstruction(kVqadd, kFpNeon); in vqadd() 5722 os() << ToCString(kVqadd) << ConditionPrinter(it_block_, cond) << dt; in vqadd()
|
D | assembler-aarch32.cc | 22630 Delegate(kVqadd, &Assembler::vqadd, cond, dt, rd, rn, rm); in vqadd() 22660 Delegate(kVqadd, &Assembler::vqadd, cond, dt, rd, rn, rm); in vqadd()
|