Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc425 case kStrd: in ToCString()
Dconstants-aarch32.h317 kStrd, enumerator
Dmacro-assembler-aarch32.cc337 case kStrd: in GetOffsetMask()
1907 VIXL_ASSERT((type == kLdrd) || (type == kStrd)); in Delegate()
Dassembler-aarch32.h873 (type == kStrd) || (type == kStrex) || (type == kStrexb) || in Delegate()
Ddisasm-aarch32.cc3110 os().SetCurrentInstruction(kStrd, kAddress | kLoadStore); in strd()
3111 os() << ToCString(kStrd) << ConditionPrinter(it_block_, cond) << " " << rt in strd()
Dassembler-aarch32.cc11793 Delegate(kStrd, &Assembler::strd, cond, rt, rt2, operand); in strd()