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.h332 kTst, enumerator
Dmacro-assembler-aarch32.cc994 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
1078 case kTst: in Delegate()
Dassembler-aarch32.h770 (type == kSxtb) || (type == kSxth) || (type == kTst) || in Delegate()
Ddisasm-aarch32.cc3310 os().SetCurrentInstruction(kTst, kBitwise); in tst()
3311 os() << ToCString(kTst) << ConditionPrinter(it_block_, cond) << size << " " in tst()
Dassembler-aarch32.cc11854 Delegate(kTst, &Assembler::tst, cond, size, rn, operand); in tst()