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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc613 case kVeor:
H A Dconstants-aarch32.h407 kVeor, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h1056 (type == kVdiv) || (type == kVeor) || (type == kVfma) ||
1081 (type == kVeor) || (type == kVfma) || (type == kVfms) ||
H A Dassembler-aarch32.cc16277 Delegate(kVeor, &Assembler::veor, cond, dt, rd, rn, rm);
16301 Delegate(kVeor, &Assembler::veor, cond, dt, rd, rn, rm);
H A Ddisasm-aarch32.cc4772 os().SetCurrentInstruction(kVeor, kFpNeon);
4773 os() << ToCString(kVeor) << ConditionPrinter(it_block_, cond) << dt;
4783 os().SetCurrentInstruction(kVeor, kFpNeon);
4784 os() << ToCString(kVeor) << ConditionPrinter(it_block_, cond) << dt;
[all...]

Completed in 517 milliseconds