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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc269 case kRsb:
H A Dconstants-aarch32.h235 kRsb, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc1306 (type == kRsb) || (type == kRsbs) || (type == kSbc) || (type == kSbcs) ||
H A Dassembler-aarch32.h632 (type == kRor) || (type == kRors) || (type == kRsb) ||
H A Dassembler-aarch32.cc8385 Delegate(kRsb, &Assembler::rsb, cond, size, rd, rn, operand);
H A Ddisasm-aarch32.cc2328 os().SetCurrentInstruction(kRsb, kArithmetic);
2329 os() << ToCString(kRsb) << ConditionPrinter(it_block_, cond) << size;
[all...]

Completed in 229 milliseconds