Home | History | Annotate | Download | only in arm

Lines Matching refs:tst

662   void tst(Register src1, const Operand& src2, Condition cond = al);
663 void tst(Register src1, Register src2, Condition cond = al) {
664 tst(src1, Operand(src2), cond);