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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc703 case kVqabs:
H A Dconstants-aarch32.h452 kVqabs, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1114 (type == kVqabs) || (type == kVqneg) || (type == kVrecpe) ||
1129 (type == kVpaddl) || (type == kVqabs) || (type == kVqneg) ||
H A Dassembler-aarch32.cc21271 Delegate(kVqabs, &Assembler::vqabs, cond, dt, rd, rm);
21298 Delegate(kVqabs, &Assembler::vqabs, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc5727 os().SetCurrentInstruction(kVqabs, kFpNeon);
5728 os() << ToCString(kVqabs) << ConditionPrinter(it_block_, cond) << dt << " "
5736 os().SetCurrentInstruction(kVqabs, kFpNeon);
5737 os() << ToCString(kVqabs) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 213 milliseconds