Lines Matching refs:right_operand
1633 int32_t right_operand =1638 __ and_(ToRegister(left), right_operand);1641 __ or_(ToRegister(left), right_operand);1644 if (right_operand == int32_t(~0)) {1647 __ xor_(ToRegister(left), right_operand);