Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc51 case kAnds: in ToCString()
Dconstants-aarch32.h130 kAnds, enumerator
Dmacro-assembler-aarch32.cc1006 (type == kAnd) || (type == kAnds) || (type == kAsr) || (type == kAsrs) || in Delegate()
Dassembler-aarch32.h643 (type == kAdds) || (type == kAnd) || (type == kAnds) || in Delegate()
Ddisasm-aarch32.cc1236 os().SetCurrentInstruction(kAnds, kBitwise); in ands()
1237 os() << ToCString(kAnds) << ConditionPrinter(it_block_, cond) << size; in ands()
Dassembler-aarch32.cc2868 Delegate(kAnds, &Assembler::ands, cond, size, rd, rn, operand); in ands()