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.h126 kAnds, enumerator
Dmacro-assembler-aarch32.cc1302 (type == kAnd) || (type == kAnds) || (type == kAsr) || (type == kAsrs) || in Delegate()
Dassembler-aarch32.h627 (type == kAdds) || (type == kAnd) || (type == kAnds) || in Delegate()
Ddisasm-aarch32.cc1224 os().SetCurrentInstruction(kAnds, kBitwise); in ands()
1225 os() << ToCString(kAnds) << ConditionPrinter(it_block_, cond) << size; in ands()
Dassembler-aarch32.cc2693 Delegate(kAnds, &Assembler::ands, cond, size, rd, rn, operand); in ands()