Searched refs:kVpadal (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 689 case kVpadal: in ToCString()
|
D | constants-aarch32.h | 449 kVpadal, enumerator
|
D | assembler-aarch32.h | 1148 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate() 1165 (type == kVcnt) || (type == kVneg) || (type == kVpadal) || in Delegate()
|
D | disasm-aarch32.cc | 5601 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()
|
D | assembler-aarch32.cc | 22209 Delegate(kVpadal, &Assembler::vpadal, cond, dt, rd, rm); in vpadal() 22241 Delegate(kVpadal, &Assembler::vpadal, cond, dt, rd, rm); in vpadal()
|