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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc271 case kRsbs:
H A Dconstants-aarch32.h236 kRsbs, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc1306 (type == kRsb) || (type == kRsbs) || (type == kSbc) || (type == kSbcs) ||
H A Dassembler-aarch32.h633 (type == kRsbs) || (type == kSbc) || (type == kSbcs) ||
H A Dassembler-aarch32.cc8465 Delegate(kRsbs, &Assembler::rsbs, cond, size, rd, rn, operand);
H A Ddisasm-aarch32.cc2342 os().SetCurrentInstruction(kRsbs, kArithmetic);
2343 os() << ToCString(kRsbs) << ConditionPrinter(it_block_, cond) << size;
[all...]

Completed in 240 milliseconds