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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc741 case kVrecpe:
H A Dconstants-aarch32.h471 kVrecpe, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1114 (type == kVqabs) || (type == kVqneg) || (type == kVrecpe) ||
1130 (type == kVrecpe) || (type == kVrev16) || (type == kVrev32) ||
H A Dassembler-aarch32.cc22594 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm);
22626 Delegate(kVrecpe, &Assembler::vrecpe, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc6088 os().SetCurrentInstruction(kVrecpe, kFpNeon);
6089 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " "
6097 os().SetCurrentInstruction(kVrecpe, kFpNeon);
6098 os() << ToCString(kVrecpe) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 250 milliseconds