Home
last modified time | relevance | path

Searched refs:kSubw (Results 1 – 5 of 5) sorted by relevance

/external/vixl/src/aarch32/
Dconstants-aarch32.cc441 case kSubw: in ToCString()
Dconstants-aarch32.h325 kSubw, enumerator
Dassembler-aarch32.h681 (type == kRscs) || (type == kSubw) || (type == kSxtab) || in Delegate()
Ddisasm-aarch32.cc3207 os().SetCurrentInstruction(kSubw, kArithmetic); in subw()
3208 os() << ToCString(kSubw) << ConditionPrinter(it_block_, cond); in subw()
Dassembler-aarch32.cc12466 Delegate(kSubw, &Assembler::subw, cond, rd, rn, operand); in subw()