Lines Matching refs:xor_
908 xor_(rd, rs, rt.rm()); in Xor()
918 xor_(rd, rs, scratch); in Xor()
2432 xor_(result, result, scratch1); in Trunc_ul_d()
2491 xor_(result, result, scratch1); in Trunc_ul_s()
5000 xor_(overflow, scratch, left); in DaddOverflow()
5001 xor_(at, scratch, right_reg); in DaddOverflow()
5006 xor_(overflow, dst, left); in DaddOverflow()
5007 xor_(at, dst, right_reg); in DaddOverflow()
5030 xor_(overflow, left, scratch); in DsubOverflow()
5031 xor_(at, left, right_reg); in DsubOverflow()
5036 xor_(overflow, left, dst); in DsubOverflow()
5037 xor_(at, left, right_reg); in DsubOverflow()
5068 xor_(overflow, overflow, scratch); in MulOverflow()