Home
last modified time | relevance | path

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

/external/vixl/src/aarch32/
Dconstants-aarch32.cc463 case kTst: in ToCString()
Dconstants-aarch32.h336 kTst, enumerator
Dmacro-assembler-aarch32.cc698 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
782 case kTst: in Delegate()
Dassembler-aarch32.h796 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
Ddisasm-aarch32.cc3319 os().SetCurrentInstruction(kTst, kBitwise); in tst()
3320 os() << ToCString(kTst) << ConditionPrinter(it_block_, cond) << size << " " in tst()
Dassembler-aarch32.cc12906 Delegate(kTst, &Assembler::tst, cond, size, rn, operand); in tst()