Lines Matching refs:teq
1125 void Assembler::teq(Register src1, const Operand& src2, Condition cond) {1126 addrmod1(cond | TEQ | S, src1, r0, src2);