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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc677 case kVneg:
H A Dconstants-aarch32.h439 kVneg, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1113 (type == kVneg) || (type == kVpadal) || (type == kVpaddl) ||
1128 (type == kVcnt) || (type == kVneg) || (type == kVpadal) ||
1143 (type == kVneg) || (type == kVsqrt));
H A Dassembler-aarch32.cc20455 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm);
20484 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm);
20505 Delegate(kVneg, &Assembler::vneg, cond, dt, rd, rm);
H A Ddisasm-aarch32.cc5501 os().SetCurrentInstruction(kVneg, kFpNeon);
5502 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " "
5510 os().SetCurrentInstruction(kVneg, kFpNeon);
5511 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " "
5519 os().SetCurrentInstruction(kVneg, kFpNeon);
5520 os() << ToCString(kVneg) << ConditionPrinter(it_block_, cond) << dt << " "
[all...]

Completed in 209 milliseconds