Lines Matching refs:tst
960 // CMN, CMP, MOV, MOVS, MVN, MVNS, SXTB, SXTH, TST, UXTB, UXTH
4822 void Tst(Condition cond, Register rn, const Operand& operand) {
4829 // TST{<c>}{<q>} <Rn>, <Rm> ; T1
4833 tst(cond, rn, operand);
4835 void Tst(Register rn, const Operand& operand) { Tst(al, rn, operand); }