Home | History | Annotate | Download | only in mips

Lines Matching refs:xor_

424   xor_(reg0, reg0, scratch);
436 xor_(reg0, reg0, at);
444 xor_(reg0, reg0, at);
454 xor_(reg0, reg0, at);
679 xor_(rd, rs, rt.rm());
687 xor_(rd, rs, at);
710 xor_(rs, rt.rm(), at);
4108 xor_(scratch, dst, scratch); // Original left.
4109 xor_(overflow_dst, dst, right);
4114 xor_(scratch, dst, scratch); // Original right.
4115 xor_(overflow_dst, dst, left);
4119 xor_(overflow_dst, dst, left);
4120 xor_(scratch, dst, right);
4150 xor_(overflow_dst, dst, scratch); // scratch is original left.
4151 xor_(scratch, scratch, right); // scratch is original left.
4156 xor_(overflow_dst, dst, left);
4157 xor_(scratch, left, scratch); // Original right.
4161 xor_(overflow_dst, dst, left);
4162 xor_(scratch, left, right);
4700 xor_(overflow, overflow, reg); // Overflow if (value ^ 2 * value) < 0.
4715 xor_(overflow, dst, src); // Overflow if (value ^ 2 * value) < 0.