Searched refs:kRrx (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc265 case kRrx:
H A Dconstants-aarch32.h233 kRrx, enumerator in enum:vixl::aarch32::InstructionType
H A Dassembler-aarch32.h757 VIXL_ASSERT((type == kClz) || (type == kRbit) || (type == kRrx) ||
H A Dassembler-aarch32.cc8286 Delegate(kRrx, &Assembler::rrx, cond, rd, rm);
H A Ddisasm-aarch32.cc2304 os().SetCurrentInstruction(kRrx, kShift);
2305 os() << ToCString(kRrx) << ConditionPrinter(it_block_, cond);
[all...]

Completed in 715 milliseconds