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.h311 kStr, enumerator
Dmacro-assembler-aarch32.cc613 case kStr: in GetOffsetMask()
2002 (type == kLdrsb) || (type == kLdrsh) || (type == kStr) || in Delegate()
2043 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
2139 if ((type != kStr) && (type != kStrb) && (type != kStrh) && in Delegate()
Dassembler-aarch32.h884 (type == kLdrsb) || (type == kLdrsh) || (type == kStr) || in Delegate()
Ddisasm-aarch32.cc3084 os().SetCurrentInstruction(kStr, kAddress | kLoadStore); in str()
3085 os() << ToCString(kStr) << ConditionPrinter(it_block_, cond) << size << " " in str()
Dassembler-aarch32.cc10515 Delegate(kStr, &Assembler::str, cond, size, rt, operand); in str()