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.h237 kRrx, enumerator
Dassembler-aarch32.h783 VIXL_ASSERT((type == kClz) || (type == kRbit) || (type == kRrx) || in Delegate()
Ddisasm-aarch32.cc2317 os().SetCurrentInstruction(kRrx, kShift); in rrx()
2318 os() << ToCString(kRrx) << ConditionPrinter(it_block_, cond); in rrx()
Dassembler-aarch32.cc9061 Delegate(kRrx, &Assembler::rrx, cond, rd, rm); in rrx()