Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc283 case kSbc: in ToCString()
Dconstants-aarch32.h246 kSbc, enumerator
Dmacro-assembler-aarch32.cc1010 (type == kRsb) || (type == kRsbs) || (type == kSbc) || (type == kSbcs) || in Delegate()
1098 case kSbc: in Delegate()
1177 case kSbc: in Delegate()
Dassembler-aarch32.h649 (type == kRsbs) || (type == kSbc) || (type == kSbcs) || in Delegate()
Ddisasm-aarch32.cc2431 os().SetCurrentInstruction(kSbc, kArithmetic); in sbc()
2432 os() << ToCString(kSbc) << ConditionPrinter(it_block_, cond) << size; in sbc()
Dassembler-aarch32.cc9549 Delegate(kSbc, &Assembler::sbc, cond, size, rd, rn, operand); in sbc()