Home | History | Annotate | Download | only in arm

Lines Matching refs:TEQ

1127 void Assembler::teq(Register src1, const Operand& src2, Condition cond) {
1128 addrmod1(cond | TEQ | S, src1, r0, src2);