Searched refs:kEors (Results 1 - 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc107 case kEors:
H A Dconstants-aarch32.h154 kEors, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc1303 (type == kBic) || (type == kBics) || (type == kEor) || (type == kEors) ||
H A Dassembler-aarch32.h629 (type == kBics) || (type == kEor) || (type == kEors) ||
H A Dassembler-aarch32.cc3992 Delegate(kEors, &Assembler::eors, cond, size, rd, rn, operand);
H A Ddisasm-aarch32.cc1472 os().SetCurrentInstruction(kEors, kBitwise);
1473 os() << ToCString(kEors) << ConditionPrinter(it_block_, cond) << size;
[all...]

Completed in 382 milliseconds