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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc273 case kRsc:
H A Dconstants-aarch32.h237 kRsc, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc1110 VIXL_ASSERT((type == kOrn) || (type == kOrns) || (type == kRsc) ||
1157 if (IsUsingT32() && ((type == kRsc) || (type == kRscs))) {
1170 if (type == kRsc) {
H A Dassembler-aarch32.h664 (type == kPkhbt) || (type == kPkhtb) || (type == kRsc) ||
H A Dassembler-aarch32.cc8516 Delegate(kRsc, &Assembler::rsc, cond, rd, rn, operand);
H A Ddisasm-aarch32.cc2355 os().SetCurrentInstruction(kRsc, kArithmetic);
2356 os() << ToCString(kRsc) << ConditionPrinter(it_block_, cond);
[all...]

Completed in 354 milliseconds