Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc451 case kSxtb: in ToCString()
Dconstants-aarch32.h326 kSxtb, enumerator
Dmacro-assembler-aarch32.cc994 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
Dassembler-aarch32.h770 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
Ddisasm-aarch32.cc3256 os().SetCurrentInstruction(kSxtb, kArithmetic); in sxtb()
3257 os() << ToCString(kSxtb) << ConditionPrinter(it_block_, cond) << size; in sxtb()
Dassembler-aarch32.cc11602 Delegate(kSxtb, &Assembler::sxtb, cond, size, rd, operand); in sxtb()