Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc453 case kSxtb16: in ToCString()
Dconstants-aarch32.h327 kSxtb16, enumerator
Dmacro-assembler-aarch32.cc963 VIXL_ASSERT((type == kMovt) || (type == kSxtb16) || (type == kTeq) || in Delegate()
Dassembler-aarch32.h644 (type == kSub) || (type == kSxtb16) || (type == kTeq) || in Delegate()
Ddisasm-aarch32.cc3266 os().SetCurrentInstruction(kSxtb16, kArithmetic); in sxtb16()
3267 os() << ToCString(kSxtb16) << ConditionPrinter(it_block_, cond); in sxtb16()
Dassembler-aarch32.cc11633 Delegate(kSxtb16, &Assembler::sxtb16, cond, rd, operand); in sxtb16()