Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc107 case kEors: in ToCString()
Dconstants-aarch32.h158 kEors, 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.cc1481 os().SetCurrentInstruction(kEors, kBitwise); in eors()
1482 os() << ToCString(kEors) << ConditionPrinter(it_block_, cond) << size; in eors()
Dassembler-aarch32.cc4360 Delegate(kEors, &Assembler::eors, cond, size, rd, rn, operand); in eors()