Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc741 case kVrecpe: in ToCString()
Dconstants-aarch32.h475 kVrecpe, enumerator
Dassembler-aarch32.h1131 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
1147 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) || in Delegate()
Ddisasm-aarch32.cc6044 os().SetCurrentInstruction(kVrecpe, kFpNeon); in vrecpe()
6045 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " " in vrecpe()
6053 os().SetCurrentInstruction(kVrecpe, kFpNeon); in vrecpe()
6054 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " " in vrecpe()
Dassembler-aarch32.cc23845 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm); in vrecpe()
23877 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm); in vrecpe()