• Home
  • Raw
  • Download

Lines Matching refs:xor_

498   xor_(reg0, reg0, scratch);  in GetNumberHash()
511 xor_(reg0, reg0, at); in GetNumberHash()
519 xor_(reg0, reg0, at); in GetNumberHash()
529 xor_(reg0, reg0, at); in GetNumberHash()
1101 xor_(rd, rs, rt.rm()); in Xor()
1109 xor_(rd, rs, at); in Xor()
1132 xor_(rs, rt.rm(), at); in Neg()
1782 xor_(result, result, at); in Trunc_ul_d()
1830 xor_(result, result, at); in Trunc_ul_s()
4766 xor_(scratch, dst, scratch); // Original left. in AdduAndCheckForOverflow()
4767 xor_(overflow_dst, dst, t9); in AdduAndCheckForOverflow()
4772 xor_(overflow_dst, dst, left); in AdduAndCheckForOverflow()
4773 xor_(scratch, dst, t9); in AdduAndCheckForOverflow()
4803 xor_(scratch, dst, scratch); // Original left. in AdduAndCheckForOverflow()
4804 xor_(overflow_dst, dst, right); in AdduAndCheckForOverflow()
4809 xor_(scratch, dst, scratch); // Original right. in AdduAndCheckForOverflow()
4810 xor_(overflow_dst, dst, left); in AdduAndCheckForOverflow()
4814 xor_(overflow_dst, dst, left); in AdduAndCheckForOverflow()
4815 xor_(scratch, dst, right); in AdduAndCheckForOverflow()
4832 xor_(scratch, dst, scratch); // Original left. in DadduAndCheckForOverflow()
4833 xor_(overflow_dst, dst, t9); in DadduAndCheckForOverflow()
4838 xor_(overflow_dst, dst, left); in DadduAndCheckForOverflow()
4839 xor_(scratch, dst, t9); in DadduAndCheckForOverflow()
4869 xor_(scratch, dst, scratch); // Original left. in DadduAndCheckForOverflow()
4870 xor_(overflow_dst, dst, right); in DadduAndCheckForOverflow()
4875 xor_(scratch, dst, scratch); // Original right. in DadduAndCheckForOverflow()
4876 xor_(overflow_dst, dst, left); in DadduAndCheckForOverflow()
4880 xor_(overflow_dst, dst, left); in DadduAndCheckForOverflow()
4881 xor_(scratch, dst, right); in DadduAndCheckForOverflow()
4917 xor_(scratch, dst, scratch); // Original left. in DaddBranchOvf()
4918 xor_(overflow_dst, dst, overflow_dst); in DaddBranchOvf()
4922 xor_(scratch, dst, overflow_dst); in DaddBranchOvf()
4923 xor_(overflow_dst, dst, left); in DaddBranchOvf()
4951 xor_(scratch, dst, scratch); // Original left. in DaddBranchOvf()
4952 xor_(overflow_dst, dst, right); in DaddBranchOvf()
4957 xor_(scratch, dst, scratch); // Original right. in DaddBranchOvf()
4958 xor_(overflow_dst, dst, left); in DaddBranchOvf()
4962 xor_(overflow_dst, dst, left); in DaddBranchOvf()
4963 xor_(scratch, dst, right); in DaddBranchOvf()
4981 xor_(overflow_dst, dst, scratch); // scratch is original left. in SubuAndCheckForOverflow()
4982 xor_(scratch, scratch, t9); // scratch is original left. in SubuAndCheckForOverflow()
4987 xor_(overflow_dst, dst, left); in SubuAndCheckForOverflow()
4988 xor_(scratch, left, t9); in SubuAndCheckForOverflow()
5018 xor_(overflow_dst, dst, scratch); // scratch is original left. in SubuAndCheckForOverflow()
5019 xor_(scratch, scratch, right); // scratch is original left. in SubuAndCheckForOverflow()
5024 xor_(overflow_dst, dst, left); in SubuAndCheckForOverflow()
5025 xor_(scratch, left, scratch); // Original right. in SubuAndCheckForOverflow()
5029 xor_(overflow_dst, dst, left); in SubuAndCheckForOverflow()
5030 xor_(scratch, left, right); in SubuAndCheckForOverflow()
5047 xor_(overflow_dst, dst, scratch); // scratch is original left. in DsubuAndCheckForOverflow()
5048 xor_(scratch, scratch, t9); // scratch is original left. in DsubuAndCheckForOverflow()
5053 xor_(overflow_dst, dst, left); in DsubuAndCheckForOverflow()
5054 xor_(scratch, left, t9); in DsubuAndCheckForOverflow()
5084 xor_(overflow_dst, dst, scratch); // scratch is original left. in DsubuAndCheckForOverflow()
5085 xor_(scratch, scratch, right); // scratch is original left. in DsubuAndCheckForOverflow()
5090 xor_(overflow_dst, dst, left); in DsubuAndCheckForOverflow()
5091 xor_(scratch, left, scratch); // Original right. in DsubuAndCheckForOverflow()
5095 xor_(overflow_dst, dst, left); in DsubuAndCheckForOverflow()
5096 xor_(scratch, left, right); in DsubuAndCheckForOverflow()
5120 xor_(overflow_dst, scratch, overflow_dst); // scratch is original left. in DsubBranchOvf()
5121 xor_(scratch, dst, scratch); // scratch is original left. in DsubBranchOvf()
5125 xor_(scratch, left, overflow_dst); in DsubBranchOvf()
5126 xor_(overflow_dst, dst, left); in DsubBranchOvf()
5159 xor_(overflow_dst, dst, scratch); // scratch is original left. in DsubBranchOvf()
5160 xor_(scratch, scratch, right); // scratch is original left. in DsubBranchOvf()
5165 xor_(overflow_dst, dst, left); in DsubBranchOvf()
5166 xor_(scratch, left, scratch); // Original right. in DsubBranchOvf()
5170 xor_(overflow_dst, dst, left); in DsubBranchOvf()
5171 xor_(scratch, left, right); in DsubBranchOvf()
5678 xor_(overflow, overflow, reg); // Overflow if (value ^ 2 * value) < 0. in SmiTagCheckOverflow()
5693 xor_(overflow, dst, src); // Overflow if (value ^ 2 * value) < 0. in SmiTagCheckOverflow()