• Home
  • Raw
  • Download

Lines Matching refs:xor_

529   xor_(reg0, reg0, scratch);  in GetNumberHash()
541 xor_(reg0, reg0, at); in GetNumberHash()
548 xor_(reg0, reg0, at); in GetNumberHash()
557 xor_(reg0, reg0, at); in GetNumberHash()
1046 xor_(rd, rs, rt.rm()); in Xor()
1054 xor_(rd, rs, at); in Xor()
1077 xor_(rs, rt.rm(), at); in Neg()
2160 xor_(result, result, at); in Trunc_ul_d()
2208 xor_(result, result, at); in Trunc_ul_s()
5047 xor_(scratch, dst, scratch); // Original left. in AddBranchOvf()
5050 xor_(overflow_dst, dst, overflow_dst); in AddBranchOvf()
5054 xor_(overflow_dst, dst, left); in AddBranchOvf()
5057 xor_(scratch, dst, scratch); in AddBranchOvf()
5103 xor_(scratch, dst, scratch); // Original left. in AddBranchOvf()
5104 xor_(overflow_dst, dst, right); in AddBranchOvf()
5109 xor_(scratch, dst, scratch); // Original right. in AddBranchOvf()
5110 xor_(overflow_dst, dst, left); in AddBranchOvf()
5114 xor_(overflow_dst, dst, left); in AddBranchOvf()
5115 xor_(scratch, dst, right); in AddBranchOvf()
5142 xor_(overflow_dst, scratch, overflow_dst); // scratch is original left. in SubBranchOvf()
5143 xor_(scratch, dst, scratch); // scratch is original left. in SubBranchOvf()
5147 xor_(overflow_dst, dst, left); in SubBranchOvf()
5150 xor_(scratch, left, scratch); in SubBranchOvf()
5182 xor_(overflow_dst, dst, scratch); // scratch is original left. in SubBranchOvf()
5183 xor_(scratch, scratch, right); // scratch is original left. in SubBranchOvf()
5188 xor_(overflow_dst, dst, left); in SubBranchOvf()
5189 xor_(scratch, left, scratch); // Original right. in SubBranchOvf()
5193 xor_(overflow_dst, dst, left); in SubBranchOvf()
5194 xor_(scratch, left, right); in SubBranchOvf()
5216 xor_(scratch, dst, scratch); // Original left. in DaddBranchOvf()
5217 xor_(overflow_dst, dst, overflow_dst); in DaddBranchOvf()
5221 xor_(scratch, dst, overflow_dst); in DaddBranchOvf()
5222 xor_(overflow_dst, dst, left); in DaddBranchOvf()
5250 xor_(scratch, dst, scratch); // Original left. in DaddBranchOvf()
5251 xor_(overflow_dst, dst, right); in DaddBranchOvf()
5256 xor_(scratch, dst, scratch); // Original right. in DaddBranchOvf()
5257 xor_(overflow_dst, dst, left); in DaddBranchOvf()
5261 xor_(overflow_dst, dst, left); in DaddBranchOvf()
5262 xor_(scratch, dst, right); in DaddBranchOvf()
5287 xor_(overflow_dst, scratch, overflow_dst); // scratch is original left. in DsubBranchOvf()
5288 xor_(scratch, dst, scratch); // scratch is original left. in DsubBranchOvf()
5292 xor_(scratch, left, overflow_dst); in DsubBranchOvf()
5293 xor_(overflow_dst, dst, left); in DsubBranchOvf()
5326 xor_(overflow_dst, dst, scratch); // scratch is original left. in DsubBranchOvf()
5327 xor_(scratch, scratch, right); // scratch is original left. in DsubBranchOvf()
5332 xor_(overflow_dst, dst, left); in DsubBranchOvf()
5333 xor_(scratch, left, scratch); // Original right. in DsubBranchOvf()
5337 xor_(overflow_dst, dst, left); in DsubBranchOvf()
5338 xor_(scratch, left, right); in DsubBranchOvf()
5383 xor_(overflow_dst, overflow_dst, scratch); in MulBranchOvf()
5412 xor_(overflow_dst, overflow_dst, scratch); in MulBranchOvf()
5895 xor_(overflow, overflow, reg); // Overflow if (value ^ 2 * value) < 0. in SmiTagCheckOverflow()
5910 xor_(overflow, dst, src); // Overflow if (value ^ 2 * value) < 0. in SmiTagCheckOverflow()