Home | History | Annotate | Download | only in x64

Lines Matching refs:right_operand

976     int right_operand = ToInteger32(LConstantOperand::cast(right));
979 __ andl(ToRegister(left), Immediate(right_operand));
982 __ orl(ToRegister(left), Immediate(right_operand));
985 __ xorl(ToRegister(left), Immediate(right_operand));