Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch32/
Dconstants-aarch32.cc265 case kRrx: in ToCString()
Dconstants-aarch32.h237 kRrx, enumerator
Dassembler-aarch32.h791 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.cc9097 Delegate(kRrx, &Assembler::rrx, cond, rd, rm); in rrx()