Home
last modified time | relevance | path

Searched refs:kVpadal (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc689 case kVpadal: in ToCString()
Dconstants-aarch32.h449 kVpadal, enumerator
Dassembler-aarch32.h1148 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
1165 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
Ddisasm-aarch32.cc5601 os().SetCurrentInstruction(kVpadal, kFpNeon); in vpadal()
5602 os() << ToCString(kVpadal) << ConditionPrinter(it_block_, cond) << dt << " " in vpadal()
5610 os().SetCurrentInstruction(kVpadal, kFpNeon); in vpadal()
5611 os() << ToCString(kVpadal) << ConditionPrinter(it_block_, cond) << dt << " " in vpadal()
Dassembler-aarch32.cc22209 Delegate(kVpadal, &Assembler::vpadal, cond, dt, rd, rm); in vpadal()
22241 Delegate(kVpadal, &Assembler::vpadal, cond, dt, rd, rm); in vpadal()