Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc53 case kAsr: in ToCString()
Dconstants-aarch32.h127 kAsr, enumerator
Dmacro-assembler-aarch32.cc1302 (type == kAnd) || (type == kAnds) || (type == kAsr) || (type == kAsrs) || in Delegate()
Dassembler-aarch32.h628 (type == kAsr) || (type == kAsrs) || (type == kBic) || in Delegate()
Ddisasm-aarch32.cc1238 os().SetCurrentInstruction(kAsr, kShift); in asr()
1239 os() << ToCString(kAsr) << ConditionPrinter(it_block_, cond) << size; in asr()
Dassembler-aarch32.cc2759 Delegate(kAsr, &Assembler::asr, cond, size, rd, rm, operand); in asr()