Searched refs:kStlex (Results 1 - 6 of 6) sorted by relevance

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc395 case kStlex:
H A Dconstants-aarch32.h298 kStlex, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc2196 if ((type == kLdaexd) || (type == kLdrexd) || (type == kStlex) ||
H A Dassembler-aarch32.h846 (type == kStlex) || (type == kStlexb) || (type == kStlexh) ||
H A Dassembler-aarch32.cc10017 Delegate(kStlex, &Assembler::stlex, cond, rd, rt, operand);
H A Ddisasm-aarch32.cc2962 os().SetCurrentInstruction(kStlex, kAddress | kLoadStore);
2963 os() << ToCString(kStlex) << ConditionPrinter(it_block_, cond) << " " << rd
[all...]

Completed in 322 milliseconds