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 | 471 kVrecpe, enumerator
|
D | assembler-aarch32.h | 1114 (type == kVqabs) || (type == kVqneg) || (type == kVrecpe) || in Delegate() 1130 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
|
D | disasm-aarch32.cc | 6088 os().SetCurrentInstruction(kVrecpe, kFpNeon); in vrecpe() 6089 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " " in vrecpe() 6097 os().SetCurrentInstruction(kVrecpe, kFpNeon); in vrecpe() 6098 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " " in vrecpe()
|
D | assembler-aarch32.cc | 22594 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm); in vrecpe() 22626 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm); in vrecpe()
|