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

/external/vixl/src/aarch32/
H A Dconstants-aarch32.cc283 case kSbc:
H A Dconstants-aarch32.h242 kSbc, enumerator in enum:vixl::aarch32::InstructionType
H A Dmacro-assembler-aarch32.cc1306 (type == kRsb) || (type == kRsbs) || (type == kSbc) || (type == kSbcs) ||
1394 case kSbc:
1473 case kSbc:
H A Dassembler-aarch32.h633 (type == kRsbs) || (type == kSbc) || (type == kSbcs) ||
H A Dassembler-aarch32.cc8711 Delegate(kSbc, &Assembler::sbc, cond, size, rd, rn, operand);
H A Ddisasm-aarch32.cc2418 os().SetCurrentInstruction(kSbc, kArithmetic);
2419 os() << ToCString(kSbc) << ConditionPrinter(it_block_, cond) << size;
[all...]

Completed in 463 milliseconds