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.h242 kSbc, enumerator
Dmacro-assembler-aarch32.cc1306 (type == kRsb) || (type == kRsbs) || (type == kSbc) || (type == kSbcs) || in Delegate()
1394 case kSbc: in Delegate()
1473 case kSbc: in Delegate()
Dassembler-aarch32.h633 (type == kRsbs) || (type == kSbc) || (type == kSbcs) || in Delegate()
Ddisasm-aarch32.cc2418 os().SetCurrentInstruction(kSbc, kArithmetic); in sbc()
2419 os() << ToCString(kSbc) << ConditionPrinter(it_block_, cond) << size; in sbc()
Dassembler-aarch32.cc8711 Delegate(kSbc, &Assembler::sbc, cond, size, rd, rn, operand); in sbc()