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.h157 kEor, enumerator
Dmacro-assembler-aarch32.cc1007 (type == kBic) || (type == kBics) || (type == kEor) || (type == kEors) || in Delegate()
Dassembler-aarch32.h645 (type == kBics) || (type == kEor) || (type == kEors) || in Delegate()
Ddisasm-aarch32.cc1467 os().SetCurrentInstruction(kEor, kBitwise); in eor()
1468 os() << ToCString(kEor) << ConditionPrinter(it_block_, cond) << size; in eor()
Dassembler-aarch32.cc4272 Delegate(kEor, &Assembler::eor, cond, size, rd, rn, operand); in eor()