Home
last modified time | relevance | path

Searched refs:kEor (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc105 case kEor: in ToCString()
Dconstants-aarch32.h153 kEor, enumerator
Dmacro-assembler-aarch32.cc1303 (type == kBic) || (type == kBics) || (type == kEor) || (type == kEors) || in Delegate()
Dassembler-aarch32.h629 (type == kBics) || (type == kEor) || (type == kEors) || in Delegate()
Ddisasm-aarch32.cc1458 os().SetCurrentInstruction(kEor, kBitwise); in eor()
1459 os() << ToCString(kEor) << ConditionPrinter(it_block_, cond) << size; in eor()
Dassembler-aarch32.cc3908 Delegate(kEor, &Assembler::eor, cond, size, rd, rn, operand); in eor()