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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc429 case kStrexb:
H A Dconstants-aarch32.h315 kStrexb, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc2198 (type == kStrexb) || (type == kStrexh)) {
H A Dassembler-aarch32.h847 (type == kStrd) || (type == kStrex) || (type == kStrexb) ||
H A Dassembler-aarch32.cc10848 Delegate(kStrexb, &Assembler::strexb, cond, rd, rt, operand);
H A Ddisasm-aarch32.cc3121 os().SetCurrentInstruction(kStrexb, kAddress | kLoadStore);
3122 os() << ToCString(kStrexb) << ConditionPrinter(it_block_, cond) << " " << rd
[all...]

Completed in 193 milliseconds