All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.oracle.truffle.js.nodes.binary.JSUnsignedRightShiftNodeGen Maven / Gradle / Ivy

// CheckStyle: start generated
package com.oracle.truffle.js.nodes.binary;

import com.oracle.truffle.api.CompilerDirectives;
import com.oracle.truffle.api.CompilerDirectives.CompilationFinal;
import com.oracle.truffle.api.dsl.GeneratedBy;
import com.oracle.truffle.api.dsl.NeverDefault;
import com.oracle.truffle.api.dsl.UnsupportedSpecializationException;
import com.oracle.truffle.api.dsl.DSLSupport.SpecializationDataNode;
import com.oracle.truffle.api.dsl.InlineSupport.InlineTarget;
import com.oracle.truffle.api.dsl.InlineSupport.StateField;
import com.oracle.truffle.api.dsl.InlineSupport.UnsafeAccessedField;
import com.oracle.truffle.api.frame.VirtualFrame;
import com.oracle.truffle.api.nodes.DenyReplace;
import com.oracle.truffle.api.nodes.Node;
import com.oracle.truffle.api.nodes.UnexpectedResultException;
import com.oracle.truffle.api.profiles.InlinedBranchProfile;
import com.oracle.truffle.api.profiles.InlinedConditionProfile;
import com.oracle.truffle.js.nodes.JSTypes;
import com.oracle.truffle.js.nodes.JSTypesGen;
import com.oracle.truffle.js.nodes.JavaScriptNode;
import com.oracle.truffle.js.nodes.cast.JSToNumericNode;
import com.oracle.truffle.js.nodes.cast.JSToUInt32Node;
import com.oracle.truffle.js.runtime.BigInt;
import java.lang.invoke.MethodHandles;
import java.lang.invoke.VarHandle;
import java.lang.invoke.MethodHandles.Lookup;
import java.util.Objects;

/**
 * Debug Info: 
 *   Specialization {@link JSUnsignedRightShiftNode#doIntegerFast}
 *     Activation probability: 0.17364
 *     With/without class size: 6/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doInteger}
 *     Activation probability: 0.15727
 *     With/without class size: 5/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doIntegerNegative}
 *     Activation probability: 0.14091
 *     With/without class size: 5/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doDoubleZero}
 *     Activation probability: 0.12455
 *     With/without class size: 5/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doDouble}
 *     Activation probability: 0.10818
 *     With/without class size: 5/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doIntDouble}
 *     Activation probability: 0.09182
 *     With/without class size: 5/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doDoubleDouble}
 *     Activation probability: 0.07545
 *     With/without class size: 4/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doBigInt}
 *     Activation probability: 0.05909
 *     With/without class size: 4/0 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doOverloaded}
 *     Activation probability: 0.04273
 *     With/without class size: 4/4 bytes
 *   Specialization {@link JSUnsignedRightShiftNode#doGeneric}
 *     Activation probability: 0.02636
 *     With/without class size: 4/13 bytes
 * 
*/ @GeneratedBy(JSUnsignedRightShiftNode.class) @SuppressWarnings("javadoc") public final class JSUnsignedRightShiftNodeGen extends JSUnsignedRightShiftNode { private static final StateField STATE_0_UPDATER = StateField.create(MethodHandles.lookup(), "state_0_"); private static final StateField GENERIC__J_S_UNSIGNED_RIGHT_SHIFT_NODE_GENERIC_STATE_0_UPDATER = StateField.create(GenericData.lookup_(), "generic_state_0_"); /** * Source Info:
     *   Specialization: {@link JSUnsignedRightShiftNode#doDouble}
     *   Parameter: {@link InlinedConditionProfile} returnType
     *   Inline method: {@link InlinedConditionProfile#inline}
*/ private static final InlinedConditionProfile INLINED_RETURN_TYPE = InlinedConditionProfile.inline(InlineTarget.create(InlinedConditionProfile.class, STATE_0_UPDATER.subUpdater(16, 2))); /** * Source Info:
     *   Specialization: {@link JSUnsignedRightShiftNode#doGeneric}
     *   Parameter: {@link InlinedBranchProfile} mixedNumericTypes
     *   Inline method: {@link InlinedBranchProfile#inline}
*/ private static final InlinedBranchProfile INLINED_GENERIC_MIXED_NUMERIC_TYPES_ = InlinedBranchProfile.inline(InlineTarget.create(InlinedBranchProfile.class, GENERIC__J_S_UNSIGNED_RIGHT_SHIFT_NODE_GENERIC_STATE_0_UPDATER.subUpdater(0, 1))); /** * State Info:
     *   0: SpecializationActive {@link JSUnsignedRightShiftNode#doIntegerFast}
     *   1: SpecializationActive {@link JSUnsignedRightShiftNode#doInteger}
     *   2: SpecializationActive {@link JSUnsignedRightShiftNode#doIntegerNegative}
     *   3: SpecializationActive {@link JSUnsignedRightShiftNode#doDoubleZero}
     *   4: SpecializationActive {@link JSUnsignedRightShiftNode#doDouble}
     *   5: SpecializationActive {@link JSUnsignedRightShiftNode#doIntDouble}
     *   6: SpecializationActive {@link JSUnsignedRightShiftNode#doDoubleDouble}
     *   7: SpecializationActive {@link JSUnsignedRightShiftNode#doBigInt}
     *   8: SpecializationActive {@link JSUnsignedRightShiftNode#doOverloaded}
     *   9: SpecializationActive {@link JSUnsignedRightShiftNode#doGeneric}
     *   10-12: ImplicitCast[type=double, index=0]
     *   13-15: ImplicitCast[type=double, index=1]
     *   16-17: InlinedCache
     *        Specialization: {@link JSUnsignedRightShiftNode#doDouble}
     *        Parameter: {@link InlinedConditionProfile} returnType
     *        Inline method: {@link InlinedConditionProfile#inline}
     * 
*/ @CompilationFinal @UnsafeAccessedField private int state_0_; /** * Source Info:
     *   Specialization: {@link JSUnsignedRightShiftNode#doDoubleZero}
     *   Parameter: {@link JSToUInt32Node} lvalToUint32Node
*/ @Child private JSToUInt32Node lvalToUint32Node; /** * Source Info:
     *   Specialization: {@link JSUnsignedRightShiftNode#doIntDouble}
     *   Parameter: {@link JSToUInt32Node} rvalToUint32Node
*/ @Child private JSToUInt32Node rvalToUint32Node; /** * Source Info:
     *   Specialization: {@link JSUnsignedRightShiftNode#doOverloaded}
     *   Parameter: {@link JSOverloadedBinaryNode} overloadedOperatorNode
*/ @Child private JSOverloadedBinaryNode overloaded_overloadedOperatorNode_; @Child private GenericData generic_cache; private JSUnsignedRightShiftNodeGen(JavaScriptNode left, JavaScriptNode right) { super(left, right); } @Override public Object execute(Object leftNodeValue, Object rightNodeValue) { int state_0 = this.state_0_; if ((state_0 & 0b1111111111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] || SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] || SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { if ((state_0 & 0b11111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */ && rightNodeValue instanceof Integer) { int rightNodeValue_ = (int) rightNodeValue; if ((state_0 & 0b111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */ && leftNodeValue instanceof Integer) { int leftNodeValue_ = (int) leftNodeValue; if ((state_0 & 0b1) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] */) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)) && (leftNodeValue_ >= 0)) { return doIntegerFast(leftNodeValue_, rightNodeValue_); } } if ((state_0 & 0b10) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] */) { if ((leftNodeValue_ >= 0)) { return doInteger(leftNodeValue_, rightNodeValue_); } } if ((state_0 & 0b100) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */) { if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)))) { return doIntegerNegative(leftNodeValue_, rightNodeValue_); } } } if ((state_0 & 0b11000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */ && JSTypesGen.isImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue)) { double leftNodeValue_ = JSTypesGen.asImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue); if ((state_0 & 0b1000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] */) { { JSToUInt32Node lvalToUint32Node_ = this.lvalToUint32Node; if (lvalToUint32Node_ != null) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_))) { return doDoubleZero(leftNodeValue_, rightNodeValue_, lvalToUint32Node_); } } } } if ((state_0 & 0b10000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */) { { JSToUInt32Node lvalToUint32Node_1 = this.lvalToUint32Node; if (lvalToUint32Node_1 != null) { if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)))) { return doDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_1, INLINED_RETURN_TYPE); } } } } } } if ((state_0 & 0b1100000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && JSTypesGen.isImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue)) { double rightNodeValue_ = JSTypesGen.asImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue); if ((state_0 & 0b100000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] */ && leftNodeValue instanceof Integer) { int leftNodeValue_ = (int) leftNodeValue; { JSToUInt32Node lvalToUint32Node_2 = this.lvalToUint32Node; if (lvalToUint32Node_2 != null) { JSToUInt32Node rvalToUint32Node_ = this.rvalToUint32Node; if (rvalToUint32Node_ != null) { return doIntDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_2, rvalToUint32Node_, INLINED_RETURN_TYPE); } } } } if ((state_0 & 0b1000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && JSTypesGen.isImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue)) { double leftNodeValue_ = JSTypesGen.asImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue); { JSToUInt32Node lvalToUint32Node_3 = this.lvalToUint32Node; if (lvalToUint32Node_3 != null) { JSToUInt32Node rvalToUint32Node_1 = this.rvalToUint32Node; if (rvalToUint32Node_1 != null) { return doDoubleDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_3, rvalToUint32Node_1); } } } } } if ((state_0 & 0b10000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] */ && leftNodeValue instanceof BigInt) { BigInt leftNodeValue_ = (BigInt) leftNodeValue; if (rightNodeValue instanceof BigInt) { BigInt rightNodeValue_ = (BigInt) rightNodeValue; return doBigInt(leftNodeValue_, rightNodeValue_); } } if ((state_0 & 0b1100000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] || SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { if ((state_0 & 0b100000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] */) { { JSOverloadedBinaryNode overloadedOperatorNode__ = this.overloaded_overloadedOperatorNode_; if (overloadedOperatorNode__ != null) { if ((hasOverloadedOperators(leftNodeValue) || hasOverloadedOperators(rightNodeValue))) { return doOverloaded(leftNodeValue, rightNodeValue, overloadedOperatorNode__); } } } } if ((state_0 & 0b1000000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { GenericData s9_ = this.generic_cache; if (s9_ != null) { if ((!(hasOverloadedOperators(leftNodeValue))) && (!(hasOverloadedOperators(rightNodeValue))) && (!(JSUnsignedRightShiftNode.isHandled(leftNodeValue, rightNodeValue)))) { Node node__ = (s9_); return JSUnsignedRightShiftNode.doGeneric(leftNodeValue, rightNodeValue, node__, s9_.lvalToNumericNode_, s9_.rvalToNumericNode_, s9_.innerShiftNode_, INLINED_GENERIC_MIXED_NUMERIC_TYPES_); } } } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(leftNodeValue, rightNodeValue); } @Override public Object execute(VirtualFrame frameValue) { int state_0 = this.state_0_; if ((state_0 & 0b1111111000) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { return execute_int_int0(state_0, frameValue); } else if ((state_0 & 0b1111100111) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { return execute_double_int1(state_0, frameValue); } else if ((state_0 & 0b1111011111) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { return execute_int_double2(state_0, frameValue); } else if ((state_0 & 0b1110111111) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { return execute_double_double3(state_0, frameValue); } else { return execute_generic4(state_0, frameValue); } } private Object execute_int_int0(int state_0__, VirtualFrame frameValue) { int state_0 = state_0__; int leftNodeValue_; try { leftNodeValue_ = super.leftNode.executeInt(frameValue); } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return executeAndSpecialize(ex.getResult(), rightNodeValue); } int rightNodeValue_; try { rightNodeValue_ = super.rightNode.executeInt(frameValue); } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(leftNodeValue_, ex.getResult()); } if ((state_0 & 0b111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */) { if ((state_0 & 0b1) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] */) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)) && (leftNodeValue_ >= 0)) { return doIntegerFast(leftNodeValue_, rightNodeValue_); } } if ((state_0 & 0b10) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] */) { if ((leftNodeValue_ >= 0)) { return doInteger(leftNodeValue_, rightNodeValue_); } } if ((state_0 & 0b100) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */) { if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)))) { return doIntegerNegative(leftNodeValue_, rightNodeValue_); } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(leftNodeValue_, rightNodeValue_); } private Object execute_double_int1(int state_0__, VirtualFrame frameValue) { int state_0 = state_0__; int leftNodeValue_int = 0; double leftNodeValue_; try { if ((state_0 & 0b1100000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_ = super.leftNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_int = super.leftNode.executeInt(frameValue); leftNodeValue_ = JSTypes.intToDouble(leftNodeValue_int); } else { Object leftNodeValue__ = super.leftNode.execute(frameValue); leftNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return executeAndSpecialize(ex.getResult(), rightNodeValue); } int rightNodeValue_; try { rightNodeValue_ = super.rightNode.executeInt(frameValue); } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), ex.getResult()); } if ((state_0 & 0b11000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */) { if ((state_0 & 0b1000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] */) { { JSToUInt32Node lvalToUint32Node_ = this.lvalToUint32Node; if (lvalToUint32Node_ != null) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_))) { return doDoubleZero(leftNodeValue_, rightNodeValue_, lvalToUint32Node_); } } } } if ((state_0 & 0b10000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */) { { JSToUInt32Node lvalToUint32Node_1 = this.lvalToUint32Node; if (lvalToUint32Node_1 != null) { if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)))) { return doDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_1, INLINED_RETURN_TYPE); } } } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), rightNodeValue_); } private Object execute_int_double2(int state_0__, VirtualFrame frameValue) { int state_0 = state_0__; int leftNodeValue_; try { leftNodeValue_ = super.leftNode.executeInt(frameValue); } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return executeAndSpecialize(ex.getResult(), rightNodeValue); } int rightNodeValue_int = 0; double rightNodeValue_; try { if ((state_0 & 0b1100000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { rightNodeValue_ = super.rightNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { rightNodeValue_int = super.rightNode.executeInt(frameValue); rightNodeValue_ = JSTypes.intToDouble(rightNodeValue_int); } else { Object rightNodeValue__ = super.rightNode.execute(frameValue); rightNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(leftNodeValue_, ex.getResult()); } assert (state_0 & 0b100000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] */; { JSToUInt32Node lvalToUint32Node_2 = this.lvalToUint32Node; if (lvalToUint32Node_2 != null) { JSToUInt32Node rvalToUint32Node_ = this.rvalToUint32Node; if (rvalToUint32Node_ != null) { return doIntDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_2, rvalToUint32Node_, INLINED_RETURN_TYPE); } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(leftNodeValue_, ((state_0 & 0b1010000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) rightNodeValue_int : (Object) rightNodeValue_)); } private Object execute_double_double3(int state_0__, VirtualFrame frameValue) { int state_0 = state_0__; int leftNodeValue_int = 0; double leftNodeValue_; try { if ((state_0 & 0b1100000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_ = super.leftNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_int = super.leftNode.executeInt(frameValue); leftNodeValue_ = JSTypes.intToDouble(leftNodeValue_int); } else { Object leftNodeValue__ = super.leftNode.execute(frameValue); leftNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return executeAndSpecialize(ex.getResult(), rightNodeValue); } int rightNodeValue_int = 0; double rightNodeValue_; try { if ((state_0 & 0b1100000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { rightNodeValue_ = super.rightNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { rightNodeValue_int = super.rightNode.executeInt(frameValue); rightNodeValue_ = JSTypes.intToDouble(rightNodeValue_int); } else { Object rightNodeValue__ = super.rightNode.execute(frameValue); rightNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), ex.getResult()); } assert (state_0 & 0b1000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */; { JSToUInt32Node lvalToUint32Node_3 = this.lvalToUint32Node; if (lvalToUint32Node_3 != null) { JSToUInt32Node rvalToUint32Node_1 = this.rvalToUint32Node; if (rvalToUint32Node_1 != null) { return doDoubleDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_3, rvalToUint32Node_1); } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), ((state_0 & 0b1010000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) rightNodeValue_int : (Object) rightNodeValue_)); } private Object execute_generic4(int state_0__, VirtualFrame frameValue) { int state_0 = state_0__; Object leftNodeValue_ = super.leftNode.execute(frameValue); Object rightNodeValue_ = super.rightNode.execute(frameValue); if ((state_0 & 0b1111111111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] || SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] || SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { if ((state_0 & 0b11111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */ && rightNodeValue_ instanceof Integer) { int rightNodeValue__ = (int) rightNodeValue_; if ((state_0 & 0b111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */ && leftNodeValue_ instanceof Integer) { int leftNodeValue__ = (int) leftNodeValue_; if ((state_0 & 0b1) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] */) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue__)) && (leftNodeValue__ >= 0)) { return doIntegerFast(leftNodeValue__, rightNodeValue__); } } if ((state_0 & 0b10) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] */) { if ((leftNodeValue__ >= 0)) { return doInteger(leftNodeValue__, rightNodeValue__); } } if ((state_0 & 0b100) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */) { if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue__)))) { return doIntegerNegative(leftNodeValue__, rightNodeValue__); } } } if ((state_0 & 0b11000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */ && JSTypesGen.isImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue_)) { double leftNodeValue__ = JSTypesGen.asImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue_); if ((state_0 & 0b1000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] */) { { JSToUInt32Node lvalToUint32Node_ = this.lvalToUint32Node; if (lvalToUint32Node_ != null) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue__))) { return doDoubleZero(leftNodeValue__, rightNodeValue__, lvalToUint32Node_); } } } } if ((state_0 & 0b10000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */) { { JSToUInt32Node lvalToUint32Node_1 = this.lvalToUint32Node; if (lvalToUint32Node_1 != null) { if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue__)))) { return doDouble(leftNodeValue__, rightNodeValue__, lvalToUint32Node_1, INLINED_RETURN_TYPE); } } } } } } if ((state_0 & 0b1100000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && JSTypesGen.isImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue_)) { double rightNodeValue__ = JSTypesGen.asImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue_); if ((state_0 & 0b100000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] */ && leftNodeValue_ instanceof Integer) { int leftNodeValue__ = (int) leftNodeValue_; { JSToUInt32Node lvalToUint32Node_2 = this.lvalToUint32Node; if (lvalToUint32Node_2 != null) { JSToUInt32Node rvalToUint32Node_ = this.rvalToUint32Node; if (rvalToUint32Node_ != null) { return doIntDouble(leftNodeValue__, rightNodeValue__, lvalToUint32Node_2, rvalToUint32Node_, INLINED_RETURN_TYPE); } } } } if ((state_0 & 0b1000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && JSTypesGen.isImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue_)) { double leftNodeValue__ = JSTypesGen.asImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue_); { JSToUInt32Node lvalToUint32Node_3 = this.lvalToUint32Node; if (lvalToUint32Node_3 != null) { JSToUInt32Node rvalToUint32Node_1 = this.rvalToUint32Node; if (rvalToUint32Node_1 != null) { return doDoubleDouble(leftNodeValue__, rightNodeValue__, lvalToUint32Node_3, rvalToUint32Node_1); } } } } } if ((state_0 & 0b10000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] */ && leftNodeValue_ instanceof BigInt) { BigInt leftNodeValue__ = (BigInt) leftNodeValue_; if (rightNodeValue_ instanceof BigInt) { BigInt rightNodeValue__ = (BigInt) rightNodeValue_; return doBigInt(leftNodeValue__, rightNodeValue__); } } if ((state_0 & 0b1100000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] || SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { if ((state_0 & 0b100000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] */) { { JSOverloadedBinaryNode overloadedOperatorNode__ = this.overloaded_overloadedOperatorNode_; if (overloadedOperatorNode__ != null) { if ((hasOverloadedOperators(leftNodeValue_) || hasOverloadedOperators(rightNodeValue_))) { return doOverloaded(leftNodeValue_, rightNodeValue_, overloadedOperatorNode__); } } } } if ((state_0 & 0b1000000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { GenericData s9_ = this.generic_cache; if (s9_ != null) { if ((!(hasOverloadedOperators(leftNodeValue_))) && (!(hasOverloadedOperators(rightNodeValue_))) && (!(JSUnsignedRightShiftNode.isHandled(leftNodeValue_, rightNodeValue_)))) { Node node__ = (s9_); return JSUnsignedRightShiftNode.doGeneric(leftNodeValue_, rightNodeValue_, node__, s9_.lvalToNumericNode_, s9_.rvalToNumericNode_, s9_.innerShiftNode_, INLINED_GENERIC_MIXED_NUMERIC_TYPES_); } } } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return executeAndSpecialize(leftNodeValue_, rightNodeValue_); } @Override public double executeDouble(VirtualFrame frameValue) throws UnexpectedResultException { int state_0 = this.state_0_; if ((state_0 & 0b1110110000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] || SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] || SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { return JSTypesGen.expectDouble(execute(frameValue)); } if ((state_0 & 0b1000000) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] */ && ((state_0 & 0b1001000) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */)) { return executeDouble_double_int5(state_0, frameValue); } else if ((state_0 & 0b1000) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && ((state_0 & 0b1001000) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */)) { return executeDouble_double_double6(state_0, frameValue); } else { return executeDouble_generic7(state_0, frameValue); } } private double executeDouble_double_int5(int state_0__, VirtualFrame frameValue) throws UnexpectedResultException { int state_0 = state_0__; int leftNodeValue_int = 0; double leftNodeValue_; try { if ((state_0 & 0b1100000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_ = super.leftNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_int = super.leftNode.executeInt(frameValue); leftNodeValue_ = JSTypes.intToDouble(leftNodeValue_int); } else { Object leftNodeValue__ = super.leftNode.execute(frameValue); leftNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return JSTypesGen.expectDouble(executeAndSpecialize(ex.getResult(), rightNodeValue)); } int rightNodeValue_; try { rightNodeValue_ = super.rightNode.executeInt(frameValue); } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return JSTypesGen.expectDouble(executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), ex.getResult())); } assert (state_0 & 0b1000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] */; { JSToUInt32Node lvalToUint32Node_ = this.lvalToUint32Node; if (lvalToUint32Node_ != null) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_))) { return doDoubleZero(leftNodeValue_, rightNodeValue_, lvalToUint32Node_); } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return JSTypesGen.expectDouble(executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), rightNodeValue_)); } private double executeDouble_double_double6(int state_0__, VirtualFrame frameValue) throws UnexpectedResultException { int state_0 = state_0__; int leftNodeValue_int = 0; double leftNodeValue_; try { if ((state_0 & 0b1100000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_ = super.leftNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_int = super.leftNode.executeInt(frameValue); leftNodeValue_ = JSTypes.intToDouble(leftNodeValue_int); } else { Object leftNodeValue__ = super.leftNode.execute(frameValue); leftNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return JSTypesGen.expectDouble(executeAndSpecialize(ex.getResult(), rightNodeValue)); } int rightNodeValue_int = 0; double rightNodeValue_; try { if ((state_0 & 0b1100000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { rightNodeValue_ = super.rightNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { rightNodeValue_int = super.rightNode.executeInt(frameValue); rightNodeValue_ = JSTypes.intToDouble(rightNodeValue_int); } else { Object rightNodeValue__ = super.rightNode.execute(frameValue); rightNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return JSTypesGen.expectDouble(executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), ex.getResult())); } assert (state_0 & 0b1000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */; { JSToUInt32Node lvalToUint32Node_3 = this.lvalToUint32Node; if (lvalToUint32Node_3 != null) { JSToUInt32Node rvalToUint32Node_1 = this.rvalToUint32Node; if (rvalToUint32Node_1 != null) { return doDoubleDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_3, rvalToUint32Node_1); } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return JSTypesGen.expectDouble(executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), ((state_0 & 0b1010000000000000) == 0 /* only-active ImplicitCast[type=double, index=1] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) rightNodeValue_int : (Object) rightNodeValue_))); } private double executeDouble_generic7(int state_0__, VirtualFrame frameValue) throws UnexpectedResultException { int state_0 = state_0__; int leftNodeValue_int = 0; double leftNodeValue_; try { if ((state_0 & 0b1100000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_ = super.leftNode.executeDouble(frameValue); } else if ((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { leftNodeValue_int = super.leftNode.executeInt(frameValue); leftNodeValue_ = JSTypes.intToDouble(leftNodeValue_int); } else { Object leftNodeValue__ = super.leftNode.execute(frameValue); leftNodeValue_ = JSTypesGen.expectImplicitDouble((state_0 & 0b1110000000000) >>> 10 /* get-int ImplicitCast[type=double, index=0] */, leftNodeValue__); } } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return JSTypesGen.expectDouble(executeAndSpecialize(ex.getResult(), rightNodeValue)); } Object rightNodeValue_ = super.rightNode.execute(frameValue); if ((state_0 & 0b1001000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] || SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */) { if ((state_0 & 0b1000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] */ && rightNodeValue_ instanceof Integer) { int rightNodeValue__ = (int) rightNodeValue_; { JSToUInt32Node lvalToUint32Node_ = this.lvalToUint32Node; if (lvalToUint32Node_ != null) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue__))) { return doDoubleZero(leftNodeValue_, rightNodeValue__, lvalToUint32Node_); } } } } if ((state_0 & 0b1000000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && JSTypesGen.isImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue_)) { double rightNodeValue__ = JSTypesGen.asImplicitDouble((state_0 & 0b1110000000000000) >>> 13 /* get-int ImplicitCast[type=double, index=1] */, rightNodeValue_); { JSToUInt32Node lvalToUint32Node_3 = this.lvalToUint32Node; if (lvalToUint32Node_3 != null) { JSToUInt32Node rvalToUint32Node_1 = this.rvalToUint32Node; if (rvalToUint32Node_1 != null) { return doDoubleDouble(leftNodeValue_, rightNodeValue__, lvalToUint32Node_3, rvalToUint32Node_1); } } } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return JSTypesGen.expectDouble(executeAndSpecialize(((state_0 & 0b1010000000000) == 0 /* only-active ImplicitCast[type=double, index=0] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) ? (Object) leftNodeValue_int : (Object) leftNodeValue_), rightNodeValue_)); } @Override public int executeInt(VirtualFrame frameValue) throws UnexpectedResultException { int state_0 = this.state_0_; if ((state_0 & 0b1110110000) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] || SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] || SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] || SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */) { return JSTypesGen.expectInteger(execute(frameValue)); } int leftNodeValue_; try { leftNodeValue_ = super.leftNode.executeInt(frameValue); } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); Object rightNodeValue = super.rightNode.execute(frameValue); return JSTypesGen.expectInteger(executeAndSpecialize(ex.getResult(), rightNodeValue)); } int rightNodeValue_; try { rightNodeValue_ = super.rightNode.executeInt(frameValue); } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return JSTypesGen.expectInteger(executeAndSpecialize(leftNodeValue_, ex.getResult())); } if ((state_0 & 0b111) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] || SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */) { if ((state_0 & 0b1) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] */) { if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)) && (leftNodeValue_ >= 0)) { return doIntegerFast(leftNodeValue_, rightNodeValue_); } } if ((state_0 & 0b10) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] */) { if ((leftNodeValue_ >= 0)) { return doInteger(leftNodeValue_, rightNodeValue_); } } if ((state_0 & 0b100) != 0 /* is SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */) { if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)))) { return doIntegerNegative(leftNodeValue_, rightNodeValue_); } } } CompilerDirectives.transferToInterpreterAndInvalidate(); return JSTypesGen.expectInteger(executeAndSpecialize(leftNodeValue_, rightNodeValue_)); } @Override public void executeVoid(VirtualFrame frameValue) { int state_0 = this.state_0_; try { if ((state_0 & 0b1111111000) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { executeInt(frameValue); return; } else if ((state_0 & 0b1110110111) == 0 /* only-active SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */ && ((state_0 & 0b1111111111) != 0 /* is-not SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] && SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] && SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] && SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] && SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */)) { executeDouble(frameValue); return; } execute(frameValue); return; } catch (UnexpectedResultException ex) { CompilerDirectives.transferToInterpreterAndInvalidate(); return; } } private Object executeAndSpecialize(Object leftNodeValue, Object rightNodeValue) { int state_0 = this.state_0_; if (rightNodeValue instanceof Integer) { int rightNodeValue_ = (int) rightNodeValue; if (leftNodeValue instanceof Integer) { int leftNodeValue_ = (int) leftNodeValue; if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)) && (leftNodeValue_ >= 0)) { state_0 = state_0 | 0b1 /* add SpecializationActive[JSUnsignedRightShiftNode.doIntegerFast(int, int)] */; this.state_0_ = state_0; return doIntegerFast(leftNodeValue_, rightNodeValue_); } if ((leftNodeValue_ >= 0)) { state_0 = state_0 | 0b10 /* add SpecializationActive[JSUnsignedRightShiftNode.doInteger(int, int)] */; this.state_0_ = state_0; return doInteger(leftNodeValue_, rightNodeValue_); } if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)))) { state_0 = state_0 | 0b100 /* add SpecializationActive[JSUnsignedRightShiftNode.doIntegerNegative(int, int)] */; this.state_0_ = state_0; return doIntegerNegative(leftNodeValue_, rightNodeValue_); } } { int doubleCast0; if ((doubleCast0 = JSTypesGen.specializeImplicitDouble(leftNodeValue)) != 0) { double leftNodeValue_ = JSTypesGen.asImplicitDouble(doubleCast0, leftNodeValue); if ((JSUnsignedRightShiftNode.rvalZero(rightNodeValue_))) { JSToUInt32Node lvalToUint32Node_; JSToUInt32Node lvalToUint32Node__shared = this.lvalToUint32Node; if (lvalToUint32Node__shared != null) { lvalToUint32Node_ = lvalToUint32Node__shared; } else { lvalToUint32Node_ = this.insert((JSToUInt32Node.create())); if (lvalToUint32Node_ == null) { throw new IllegalStateException("A specialization returned a default value for a cached initializer. Default values are not supported for shared cached initializers because the default value is reserved for the uninitialized state."); } } if (this.lvalToUint32Node == null) { VarHandle.storeStoreFence(); this.lvalToUint32Node = lvalToUint32Node_; } state_0 = (state_0 | (doubleCast0 << 10) /* set-int ImplicitCast[type=double, index=0] */); state_0 = state_0 | 0b1000 /* add SpecializationActive[JSUnsignedRightShiftNode.doDoubleZero(double, int, JSToUInt32Node)] */; this.state_0_ = state_0; return doDoubleZero(leftNodeValue_, rightNodeValue_, lvalToUint32Node_); } if ((!(JSUnsignedRightShiftNode.rvalZero(rightNodeValue_)))) { JSToUInt32Node lvalToUint32Node_1; JSToUInt32Node lvalToUint32Node_1_shared = this.lvalToUint32Node; if (lvalToUint32Node_1_shared != null) { lvalToUint32Node_1 = lvalToUint32Node_1_shared; } else { lvalToUint32Node_1 = this.insert((JSToUInt32Node.create())); if (lvalToUint32Node_1 == null) { throw new IllegalStateException("A specialization returned a default value for a cached initializer. Default values are not supported for shared cached initializers because the default value is reserved for the uninitialized state."); } } if (this.lvalToUint32Node == null) { VarHandle.storeStoreFence(); this.lvalToUint32Node = lvalToUint32Node_1; } state_0 = (state_0 | (doubleCast0 << 10) /* set-int ImplicitCast[type=double, index=0] */); state_0 = state_0 | 0b10000 /* add SpecializationActive[JSUnsignedRightShiftNode.doDouble(double, int, JSToUInt32Node, InlinedConditionProfile)] */; this.state_0_ = state_0; return doDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_1, INLINED_RETURN_TYPE); } } } } { int doubleCast1; if ((doubleCast1 = JSTypesGen.specializeImplicitDouble(rightNodeValue)) != 0) { double rightNodeValue_ = JSTypesGen.asImplicitDouble(doubleCast1, rightNodeValue); if (leftNodeValue instanceof Integer) { int leftNodeValue_ = (int) leftNodeValue; JSToUInt32Node lvalToUint32Node_2; JSToUInt32Node lvalToUint32Node_2_shared = this.lvalToUint32Node; if (lvalToUint32Node_2_shared != null) { lvalToUint32Node_2 = lvalToUint32Node_2_shared; } else { lvalToUint32Node_2 = this.insert((JSToUInt32Node.create())); if (lvalToUint32Node_2 == null) { throw new IllegalStateException("A specialization returned a default value for a cached initializer. Default values are not supported for shared cached initializers because the default value is reserved for the uninitialized state."); } } if (this.lvalToUint32Node == null) { VarHandle.storeStoreFence(); this.lvalToUint32Node = lvalToUint32Node_2; } JSToUInt32Node rvalToUint32Node_; JSToUInt32Node rvalToUint32Node__shared = this.rvalToUint32Node; if (rvalToUint32Node__shared != null) { rvalToUint32Node_ = rvalToUint32Node__shared; } else { rvalToUint32Node_ = this.insert((JSToUInt32Node.create())); if (rvalToUint32Node_ == null) { throw new IllegalStateException("A specialization returned a default value for a cached initializer. Default values are not supported for shared cached initializers because the default value is reserved for the uninitialized state."); } } if (this.rvalToUint32Node == null) { VarHandle.storeStoreFence(); this.rvalToUint32Node = rvalToUint32Node_; } state_0 = (state_0 | (doubleCast1 << 13) /* set-int ImplicitCast[type=double, index=1] */); state_0 = state_0 | 0b100000 /* add SpecializationActive[JSUnsignedRightShiftNode.doIntDouble(int, double, JSToUInt32Node, JSToUInt32Node, InlinedConditionProfile)] */; this.state_0_ = state_0; return doIntDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_2, rvalToUint32Node_, INLINED_RETURN_TYPE); } { int doubleCast0; if ((doubleCast0 = JSTypesGen.specializeImplicitDouble(leftNodeValue)) != 0) { double leftNodeValue_ = JSTypesGen.asImplicitDouble(doubleCast0, leftNodeValue); JSToUInt32Node lvalToUint32Node_3; JSToUInt32Node lvalToUint32Node_3_shared = this.lvalToUint32Node; if (lvalToUint32Node_3_shared != null) { lvalToUint32Node_3 = lvalToUint32Node_3_shared; } else { lvalToUint32Node_3 = this.insert((JSToUInt32Node.create())); if (lvalToUint32Node_3 == null) { throw new IllegalStateException("A specialization returned a default value for a cached initializer. Default values are not supported for shared cached initializers because the default value is reserved for the uninitialized state."); } } if (this.lvalToUint32Node == null) { VarHandle.storeStoreFence(); this.lvalToUint32Node = lvalToUint32Node_3; } JSToUInt32Node rvalToUint32Node_1; JSToUInt32Node rvalToUint32Node_1_shared = this.rvalToUint32Node; if (rvalToUint32Node_1_shared != null) { rvalToUint32Node_1 = rvalToUint32Node_1_shared; } else { rvalToUint32Node_1 = this.insert((JSToUInt32Node.create())); if (rvalToUint32Node_1 == null) { throw new IllegalStateException("A specialization returned a default value for a cached initializer. Default values are not supported for shared cached initializers because the default value is reserved for the uninitialized state."); } } if (this.rvalToUint32Node == null) { VarHandle.storeStoreFence(); this.rvalToUint32Node = rvalToUint32Node_1; } state_0 = (state_0 | (doubleCast0 << 10) /* set-int ImplicitCast[type=double, index=0] */); state_0 = (state_0 | (doubleCast1 << 13) /* set-int ImplicitCast[type=double, index=1] */); state_0 = state_0 | 0b1000000 /* add SpecializationActive[JSUnsignedRightShiftNode.doDoubleDouble(double, double, JSToUInt32Node, JSToUInt32Node)] */; this.state_0_ = state_0; return doDoubleDouble(leftNodeValue_, rightNodeValue_, lvalToUint32Node_3, rvalToUint32Node_1); } } } } if (leftNodeValue instanceof BigInt) { BigInt leftNodeValue_ = (BigInt) leftNodeValue; if (rightNodeValue instanceof BigInt) { BigInt rightNodeValue_ = (BigInt) rightNodeValue; state_0 = state_0 | 0b10000000 /* add SpecializationActive[JSUnsignedRightShiftNode.doBigInt(BigInt, BigInt)] */; this.state_0_ = state_0; return doBigInt(leftNodeValue_, rightNodeValue_); } } if ((hasOverloadedOperators(leftNodeValue) || hasOverloadedOperators(rightNodeValue))) { JSOverloadedBinaryNode overloadedOperatorNode__ = this.insert((JSOverloadedBinaryNode.createNumeric(getOverloadedOperatorName()))); Objects.requireNonNull(overloadedOperatorNode__, "A specialization cache returned a default value. The cache initializer must never return a default value for this cache. Use @Cached(neverDefault=false) to allow default values for this cached value or make sure the cache initializer never returns the default value."); VarHandle.storeStoreFence(); this.overloaded_overloadedOperatorNode_ = overloadedOperatorNode__; state_0 = state_0 | 0b100000000 /* add SpecializationActive[JSUnsignedRightShiftNode.doOverloaded(Object, Object, JSOverloadedBinaryNode)] */; this.state_0_ = state_0; return doOverloaded(leftNodeValue, rightNodeValue, overloadedOperatorNode__); } { Node node__ = null; if ((!(hasOverloadedOperators(leftNodeValue))) && (!(hasOverloadedOperators(rightNodeValue))) && (!(JSUnsignedRightShiftNode.isHandled(leftNodeValue, rightNodeValue)))) { GenericData s9_ = this.insert(new GenericData()); node__ = (s9_); JSToNumericNode lvalToNumericNode__ = s9_.insert((JSToNumericNode.create())); Objects.requireNonNull(lvalToNumericNode__, "A specialization cache returned a default value. The cache initializer must never return a default value for this cache. Use @Cached(neverDefault=false) to allow default values for this cached value or make sure the cache initializer never returns the default value."); s9_.lvalToNumericNode_ = lvalToNumericNode__; JSToNumericNode rvalToNumericNode__ = s9_.insert((JSToNumericNode.create())); Objects.requireNonNull(rvalToNumericNode__, "A specialization cache returned a default value. The cache initializer must never return a default value for this cache. Use @Cached(neverDefault=false) to allow default values for this cached value or make sure the cache initializer never returns the default value."); s9_.rvalToNumericNode_ = rvalToNumericNode__; s9_.innerShiftNode_ = s9_.insert((JSUnsignedRightShiftNode.create())); VarHandle.storeStoreFence(); this.generic_cache = s9_; state_0 = state_0 | 0b1000000000 /* add SpecializationActive[JSUnsignedRightShiftNode.doGeneric(Object, Object, Node, JSToNumericNode, JSToNumericNode, JSUnsignedRightShiftNode, InlinedBranchProfile)] */; this.state_0_ = state_0; return JSUnsignedRightShiftNode.doGeneric(leftNodeValue, rightNodeValue, node__, lvalToNumericNode__, rvalToNumericNode__, s9_.innerShiftNode_, INLINED_GENERIC_MIXED_NUMERIC_TYPES_); } } throw new UnsupportedSpecializationException(this, new Node[] {super.leftNode, super.rightNode}, leftNodeValue, rightNodeValue); } @NeverDefault public static JSUnsignedRightShiftNode create(JavaScriptNode left, JavaScriptNode right) { return new JSUnsignedRightShiftNodeGen(left, right); } @GeneratedBy(JSUnsignedRightShiftNode.class) @DenyReplace private static final class GenericData extends Node implements SpecializationDataNode { /** * State Info:
         *   0: InlinedCache
         *        Specialization: {@link JSUnsignedRightShiftNode#doGeneric}
         *        Parameter: {@link InlinedBranchProfile} mixedNumericTypes
         *        Inline method: {@link InlinedBranchProfile#inline}
         * 
*/ @CompilationFinal @UnsafeAccessedField private int generic_state_0_; /** * Source Info:
         *   Specialization: {@link JSUnsignedRightShiftNode#doGeneric}
         *   Parameter: {@link JSToNumericNode} lvalToNumericNode
*/ @Child JSToNumericNode lvalToNumericNode_; /** * Source Info:
         *   Specialization: {@link JSUnsignedRightShiftNode#doGeneric}
         *   Parameter: {@link JSToNumericNode} rvalToNumericNode
*/ @Child JSToNumericNode rvalToNumericNode_; /** * Source Info:
         *   Specialization: {@link JSUnsignedRightShiftNode#doGeneric}
         *   Parameter: {@link JSUnsignedRightShiftNode} innerShiftNode
*/ @Child JSUnsignedRightShiftNode innerShiftNode_; GenericData() { } private static Lookup lookup_() { return MethodHandles.lookup(); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy