Home | History | Annotate | Download | only in ia32

Lines Matching refs:right_operand

1052     int right_operand = ToInteger32(LConstantOperand::cast(right));
1055 __ and_(ToRegister(left), right_operand);
1058 __ or_(ToRegister(left), right_operand);
1061 __ xor_(ToRegister(left), right_operand);