Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc421 case kStr: in ToCString()
Dconstants-aarch32.h315 kStr, enumerator
Dmacro-assembler-aarch32.cc317 case kStr: in GetOffsetMask()
1706 (type == kLdrsb) || (type == kLdrsh) || (type == kStr) || in Delegate()
1747 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
1843 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
Dassembler-aarch32.h910 (type == kLdrsb) || (type == kLdrsh) || (type == kStr) || in Delegate()
Ddisasm-aarch32.cc3092 os().SetCurrentInstruction(kStr, kAddress | kLoadStore); in str()
3093 os() << ToCString(kStr) << ConditionPrinter(it_block_, cond) << size << " " in str()
Dassembler-aarch32.cc11506 Delegate(kStr, &Assembler::str, cond, size, rt, operand); in str()