Lines Matching refs:xor_

529   xor_(reg0, reg0, scratch);
541 xor_(reg0, reg0, at);
548 xor_(reg0, reg0, at);
557 xor_(reg0, reg0, at);
1046 xor_(rd, rs, rt.rm());
1054 xor_(rd, rs, at);
1077 xor_(rs, rt.rm(), at);
2160 xor_(result, result, at);
2208 xor_(result, result, at);
5401 xor_(scratch, dst, scratch); // Original left.
5404 xor_(overflow_dst, dst, overflow_dst);
5408 xor_(overflow_dst, dst, left);
5411 xor_(scratch, dst, scratch);
5457 xor_(scratch, dst, scratch); // Original left.
5458 xor_(overflow_dst, dst, right);
5463 xor_(scratch, dst, scratch); // Original right.
5464 xor_(overflow_dst, dst, left);
5468 xor_(overflow_dst, dst, left);
5469 xor_(scratch, dst, right);
5496 xor_(overflow_dst, scratch, overflow_dst); // scratch is original left.
5497 xor_(scratch, dst, scratch); // scratch is original left.
5501 xor_(overflow_dst, dst, left);
5504 xor_(scratch, left, scratch);
5536 xor_(overflow_dst, dst, scratch); // scratch is original left.
5537 xor_(scratch, scratch, right); // scratch is original left.
5542 xor_(overflow_dst, dst, left);
5543 xor_(scratch, left, scratch); // Original right.
5547 xor_(overflow_dst, dst, left);
5548 xor_(scratch, left, right);
5570 xor_(scratch, dst, scratch); // Original left.
5571 xor_(overflow_dst, dst, overflow_dst);
5575 xor_(scratch, dst, overflow_dst);
5576 xor_(overflow_dst, dst, left);
5604 xor_(scratch, dst, scratch); // Original left.
5605 xor_(overflow_dst, dst, right);
5610 xor_(scratch, dst, scratch); // Original right.
5611 xor_(overflow_dst, dst, left);
5615 xor_(overflow_dst, dst, left);
5616 xor_(scratch, dst, right);
5641 xor_(overflow_dst, scratch, overflow_dst); // scratch is original left.
5642 xor_(scratch, dst, scratch); // scratch is original left.
5646 xor_(scratch, left, overflow_dst);
5647 xor_(overflow_dst, dst, left);
5680 xor_(overflow_dst, dst, scratch); // scratch is original left.
5681 xor_(scratch, scratch, right); // scratch is original left.
5686 xor_(overflow_dst, dst, left);
5687 xor_(scratch, left, scratch); // Original right.
5691 xor_(overflow_dst, dst, left);
5692 xor_(scratch, left, right);
5737 xor_(overflow_dst, overflow_dst, scratch);
5766 xor_(overflow_dst, overflow_dst, scratch);
6286 xor_(overflow, overflow, reg); // Overflow if (value ^ 2 * value) < 0.
6301 xor_(overflow, dst, src); // Overflow if (value ^ 2 * value) < 0.