Home
last modified time | relevance | path

Searched refs:kStrex (Results 1 – 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc427 case kStrex: in ToCString()
Dconstants-aarch32.h318 kStrex, enumerator
Dmacro-assembler-aarch32.cc1901 (type == kStlexb) || (type == kStlexh) || (type == kStrex) || in Delegate()
Dassembler-aarch32.h873 (type == kStrd) || (type == kStrex) || (type == kStrexb) || in Delegate()
Ddisasm-aarch32.cc3120 os().SetCurrentInstruction(kStrex, kAddress | kLoadStore); in strex()
3121 os() << ToCString(kStrex) << ConditionPrinter(it_block_, cond) << " " << rd in strex()
Dassembler-aarch32.cc11826 Delegate(kStrex, &Assembler::strex, cond, rd, rt, operand); in strex()