Lines Matching defs:right
1674 // Move rs to rt and shift it left then right to get the
1675 // desired bitfield on the right side and zeroes on the left.
4550 const Operand& right, Register overflow) {
4555 if (!right.is_reg()) {
4556 li(at, Operand(right));
4559 right_reg = right.rm();
4581 const Operand& right, Register overflow) {
4586 if (!right.is_reg()) {
4587 li(at, Operand(right));
4590 right_reg = right.rm();
4612 const Operand& right, Register overflow) {
4618 if (!right.is_reg()) {
4619 li(at, Operand(right));
4622 right_reg = right.rm();
5218 // Left equals right => check for -0.
5268 // Left equals right => check for -0.
5319 // Left equals right => check for -0.