Home
last modified time | relevance | path

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

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