Home | History | Annotate | Download | only in arm

Lines Matching refs:tst

816   void tst(Register src1, const Operand& src2, Condition cond = al);
817 void tst(Register src1, Register src2, Condition cond = al) {
818 tst(src1, Operand(src2), cond);