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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc719 case kVqneg:
H A Dconstants-aarch32.h460 kVqneg, 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.cc21795 Delegate(kVqneg, &Assembler::vqneg, cond, dt, rd, rm);
21822 Delegate(kVqneg, &Assembler::vqneg, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc5879 os().SetCurrentInstruction(kVqneg, kFpNeon);
5880 os() << ToCString(kVqneg) << ConditionPrinter(it_block_, cond) << dt << " "
5888 os().SetCurrentInstruction(kVqneg, kFpNeon);
5889 os() << ToCString(kVqneg) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 222 milliseconds