Home | History | Annotate | Download | only in aarch32

Lines Matching defs:teq

3521   void teq(Condition cond, Register rn, const Operand& operand);
3522 void teq(Register rn, const Operand& operand) { teq(al, rn, operand); }