Lines Matching refs:xor_
902 xor_(rd, rs, rt.rm()); in Xor()
912 xor_(rd, rs, scratch); in Xor()
2437 xor_(result, result, scratch1); in Trunc_ul_d()
2496 xor_(result, result, scratch1); in Trunc_ul_s()
4840 xor_(overflow, scratch, left); in DaddOverflow()
4841 xor_(at, scratch, right_reg); in DaddOverflow()
4846 xor_(overflow, dst, left); in DaddOverflow()
4847 xor_(at, dst, right_reg); in DaddOverflow()
4870 xor_(overflow, left, scratch); in DsubOverflow()
4871 xor_(at, left, right_reg); in DsubOverflow()
4876 xor_(overflow, left, dst); in DsubOverflow()
4877 xor_(at, left, right_reg); in DsubOverflow()
4908 xor_(overflow, overflow, scratch); in MulOverflow()