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.h131 kAsr, enumerator
Dmacro-assembler-aarch32.cc1006 (type == kAnd) || (type == kAnds) || (type == kAsr) || (type == kAsrs) || in Delegate()
Dassembler-aarch32.h644 (type == kAsr) || (type == kAsrs) || (type == kBic) || in Delegate()
Ddisasm-aarch32.cc1250 os().SetCurrentInstruction(kAsr, kShift); in asr()
1251 os() << ToCString(kAsr) << ConditionPrinter(it_block_, cond) << size; in asr()
Dassembler-aarch32.cc2937 Delegate(kAsr, &Assembler::asr, cond, size, rd, rm, operand); in asr()