Searched refs:kVrecpe (Results 1 – 5 of 5) sorted by relevance
/external/vixl/src/aarch32/ |
D | constants-aarch32.cc | 741 case kVrecpe: in ToCString()
|
D | constants-aarch32.h | 475 kVrecpe, enumerator
|
D | assembler-aarch32.h | 1150 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate() 1167 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
|
D | disasm-aarch32.cc | 6055 os().SetCurrentInstruction(kVrecpe, kFpNeon); in vrecpe() 6056 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " " in vrecpe() 6064 os().SetCurrentInstruction(kVrecpe, kFpNeon); in vrecpe() 6065 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " " in vrecpe()
|
D | assembler-aarch32.cc | 23860 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm); in vrecpe() 23892 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm); in vrecpe()
|