Lines Matching refs:xor_
512 xor_(reg0, reg0, scratch); in GetNumberHash()
523 xor_(reg0, reg0, at); in GetNumberHash()
530 xor_(reg0, reg0, at); in GetNumberHash()
539 xor_(reg0, reg0, at); in GetNumberHash()
912 xor_(rd, rs, rt.rm()); in Xor()
920 xor_(rd, rs, at); in Xor()
943 xor_(rs, rt.rm(), at); in Neg()
5197 xor_(scratch, dst, scratch); // Original left. in AddBranchOvf()
5200 xor_(overflow_dst, dst, overflow_dst); in AddBranchOvf()
5204 xor_(overflow_dst, dst, left); in AddBranchOvf()
5207 xor_(scratch, dst, scratch); in AddBranchOvf()
5254 xor_(scratch, dst, scratch); // Original left. in AddBranchOvf()
5255 xor_(overflow_dst, dst, right); in AddBranchOvf()
5260 xor_(scratch, dst, scratch); // Original right. in AddBranchOvf()
5261 xor_(overflow_dst, dst, left); in AddBranchOvf()
5265 xor_(overflow_dst, dst, left); in AddBranchOvf()
5266 xor_(scratch, dst, right); in AddBranchOvf()
5293 xor_(overflow_dst, scratch, overflow_dst); // scratch is original left. in SubBranchOvf()
5294 xor_(scratch, dst, scratch); // scratch is original left. in SubBranchOvf()
5298 xor_(overflow_dst, dst, left); in SubBranchOvf()
5301 xor_(scratch, left, scratch); in SubBranchOvf()
5334 xor_(overflow_dst, dst, scratch); // scratch is original left. in SubBranchOvf()
5335 xor_(scratch, scratch, right); // scratch is original left. in SubBranchOvf()
5340 xor_(overflow_dst, dst, left); in SubBranchOvf()
5341 xor_(scratch, left, scratch); // Original right. in SubBranchOvf()
5345 xor_(overflow_dst, dst, left); in SubBranchOvf()
5346 xor_(scratch, left, right); in SubBranchOvf()
5383 xor_(overflow_dst, overflow_dst, scratch); in MulBranchOvf()
5406 xor_(overflow_dst, overflow_dst, scratch); in MulBranchOvf()
5410 xor_(overflow_dst, overflow_dst, scratch); in MulBranchOvf()
5931 xor_(overflow, overflow, reg); // Overflow if (value ^ 2 * value) < 0. in SmiTagCheckOverflow()
5946 xor_(overflow, dst, src); // Overflow if (value ^ 2 * value) < 0. in SmiTagCheckOverflow()