Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc271 case kRsbs: in ToCString()
Dconstants-aarch32.h240 kRsbs, enumerator
Dmacro-assembler-aarch32.cc1010 (type == kRsb) || (type == kRsbs) || (type == kSbc) || (type == kSbcs) || in Delegate()
Dassembler-aarch32.h649 (type == kRsbs) || (type == kSbc) || (type == kSbcs) || in Delegate()
Ddisasm-aarch32.cc2355 os().SetCurrentInstruction(kRsbs, kArithmetic); in rsbs()
2356 os() << ToCString(kRsbs) << ConditionPrinter(it_block_, cond) << size; in rsbs()
Dassembler-aarch32.cc9250 Delegate(kRsbs, &Assembler::rsbs, cond, size, rd, rn, operand); in rsbs()