public class org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest extends org.graalvm.compiler.nodes.test.ReinterpretStampTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest
  super_class: org.graalvm.compiler.nodes.test.ReinterpretStampTest
{
  public org.graalvm.compiler.core.common.type.FloatStamp inputStamp;
    descriptor: Lorg/graalvm/compiler/core/common/type/FloatStamp;
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameter(value = 0)

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest this
         0: .line 49
            aload 0 /* this */
            invokespecial org.graalvm.compiler.nodes.test.ReinterpretStampTest.<init>:()V
            return
        end local 0 // org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/nodes/test/ReinterpretStampFloatToIntTest;

  public static java.util.Collection<java.lang.Object[]> data();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=12, locals=11, args_size=0
         0: .line 53
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 0 /* ret */
        start local 0 // java.util.List ret
         1: .line 55
            getstatic org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest.interestingInts:[I
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 17
      StackMap locals: java.util.List top int int int[]
      StackMap stack:
         2: aload 4
            iload 2
            iaload
            istore 1 /* x */
        start local 1 // int x
         3: .line 56
            iload 1 /* x */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            fstore 5 /* lowerBound */
        start local 5 // float lowerBound
         4: .line 57
            fload 5 /* lowerBound */
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 6
         5: .line 58
            goto 16
         6: .line 61
      StackMap locals: java.util.List int int int int[] float
      StackMap stack:
            getstatic org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest.interestingInts:[I
            dup
            astore 9
            arraylength
            istore 8
            iconst_0
            istore 7
            goto 15
      StackMap locals: java.util.List int int int int[] float top int int int[]
      StackMap stack:
         7: aload 9
            iload 7
            iaload
            istore 6 /* y */
        start local 6 // int y
         8: .line 62
            iload 6 /* y */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            fstore 10 /* upperBound */
        start local 10 // float upperBound
         9: .line 63
            fload 10 /* upperBound */
            invokestatic java.lang.Float.isNaN:(F)Z
            ifeq 11
        10: .line 64
            goto 14
        11: .line 67
      StackMap locals: java.util.List int int int int[] float int int int int[] float
      StackMap stack:
            fload 5 /* lowerBound */
            fload 10 /* upperBound */
            invokestatic java.lang.Float.compare:(FF)I
            ifgt 14
        12: .line 68
            aload 0 /* ret */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            new org.graalvm.compiler.core.common.type.FloatStamp
            dup
            bipush 32
            fload 5 /* lowerBound */
            f2d
            fload 10 /* upperBound */
            f2d
            iconst_1
            invokespecial org.graalvm.compiler.core.common.type.FloatStamp.<init>:(IDDZ)V
            aastore
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        13: .line 69
            aload 0 /* ret */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            new org.graalvm.compiler.core.common.type.FloatStamp
            dup
            bipush 32
            fload 5 /* lowerBound */
            f2d
            fload 10 /* upperBound */
            f2d
            iconst_0
            invokespecial org.graalvm.compiler.core.common.type.FloatStamp.<init>:(IDDZ)V
            aastore
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 10 // float upperBound
        end local 6 // int y
        14: .line 61
      StackMap locals: java.util.List int int int int[] float top int int int[]
      StackMap stack:
            iinc 7 1
      StackMap locals:
      StackMap stack:
        15: iload 7
            iload 8
            if_icmplt 7
        end local 5 // float lowerBound
        end local 1 // int x
        16: .line 55
      StackMap locals: java.util.List top int int int[]
      StackMap stack:
            iinc 2 1
      StackMap locals:
      StackMap stack:
        17: iload 2
            iload 3
            if_icmplt 2
        18: .line 74
            aload 0 /* ret */
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            new org.graalvm.compiler.core.common.type.FloatStamp
            dup
            bipush 32
            ldc NaN
            ldc NaN
            iconst_0
            invokespecial org.graalvm.compiler.core.common.type.FloatStamp.<init>:(IDDZ)V
            aastore
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        19: .line 76
            aload 0 /* ret */
            areturn
        end local 0 // java.util.List ret
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            1   20     0         ret  Ljava/util/List<[Ljava/lang/Object;>;
            3   16     1           x  I
            4   16     5  lowerBound  F
            8   14     6           y  I
            9   14    10  upperBound  F
    Signature: ()Ljava/util/Collection<[Ljava/lang/Object;>;
    RuntimeVisibleAnnotations: 
      org.junit.runners.Parameterized$Parameters(name = "{0}")

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=9, args_size=1
        start local 0 // org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest this
         0: .line 83
            new org.graalvm.compiler.nodes.ParameterNode
            dup
            iconst_0
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest.inputStamp:Lorg/graalvm/compiler/core/common/type/FloatStamp;
            invokestatic org.graalvm.compiler.core.common.type.StampPair.createSingle:(Lorg/graalvm/compiler/core/common/type/Stamp;)Lorg/graalvm/compiler/core/common/type/StampPair;
            invokespecial org.graalvm.compiler.nodes.ParameterNode.<init>:(ILorg/graalvm/compiler/core/common/type/StampPair;)V
            astore 1 /* param */
        start local 1 // org.graalvm.compiler.nodes.ParameterNode param
         1: .line 84
            getstatic jdk.vm.ci.meta.JavaKind.Int:Ljdk/vm/ci/meta/JavaKind;
            aload 1 /* param */
            getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            invokestatic org.graalvm.compiler.nodes.calc.ReinterpretNode.create:(Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/nodes/ValueNode;Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/nodes/ValueNode;
            astore 2 /* reinterpret */
        start local 2 // org.graalvm.compiler.nodes.ValueNode reinterpret
         2: .line 85
            aload 2 /* reinterpret */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.inferStamp:()Z
            pop
         3: .line 87
            aload 2 /* reinterpret */
            getstatic org.graalvm.compiler.nodes.NodeView.DEFAULT:Lorg/graalvm/compiler/nodes/NodeView;
            invokevirtual org.graalvm.compiler.nodes.ValueNode.stamp:(Lorg/graalvm/compiler/nodes/NodeView;)Lorg/graalvm/compiler/core/common/type/Stamp;
            checkcast org.graalvm.compiler.core.common.type.IntegerStamp
            astore 3 /* resultStamp */
        start local 3 // org.graalvm.compiler.core.common.type.IntegerStamp resultStamp
         4: .line 88
            ldc 32
            aload 3 /* resultStamp */
            invokevirtual org.graalvm.compiler.core.common.type.IntegerStamp.getBits:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         5: .line 90
            getstatic org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest.interestingInts:[I
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 11
      StackMap locals: org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest org.graalvm.compiler.nodes.ParameterNode org.graalvm.compiler.nodes.ValueNode org.graalvm.compiler.core.common.type.IntegerStamp top int int int[]
      StackMap stack:
         6: aload 7
            iload 5
            iaload
            istore 4 /* result */
        start local 4 // int result
         7: .line 91
            iload 4 /* result */
            invokestatic java.lang.Float.intBitsToFloat:(I)F
            fstore 8 /* input */
        start local 8 // float input
         8: .line 93
            aload 0 /* this */
            getfield org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest.inputStamp:Lorg/graalvm/compiler/core/common/type/FloatStamp;
            fload 8 /* input */
            f2d
            invokevirtual org.graalvm.compiler.core.common.type.FloatStamp.contains:(D)Z
            ifeq 10
            aload 3 /* resultStamp */
            iload 4 /* result */
            i2l
            invokevirtual org.graalvm.compiler.core.common.type.IntegerStamp.contains:(J)Z
            ifne 10
         9: .line 94
            ldc "value %f (0x%x) is in input stamp, but not in result stamp (%s)"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            fload 8 /* input */
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            aastore
            dup
            iconst_1
            iload 4 /* result */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 3 /* resultStamp */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokestatic org.junit.Assert.fail:(Ljava/lang/String;)V
        end local 8 // float input
        end local 4 // int result
        10: .line 90
      StackMap locals:
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        11: iload 5
            iload 6
            if_icmplt 6
        12: .line 97
            return
        end local 3 // org.graalvm.compiler.core.common.type.IntegerStamp resultStamp
        end local 2 // org.graalvm.compiler.nodes.ValueNode reinterpret
        end local 1 // org.graalvm.compiler.nodes.ParameterNode param
        end local 0 // org.graalvm.compiler.nodes.test.ReinterpretStampFloatToIntTest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   13     0         this  Lorg/graalvm/compiler/nodes/test/ReinterpretStampFloatToIntTest;
            1   13     1        param  Lorg/graalvm/compiler/nodes/ParameterNode;
            2   13     2  reinterpret  Lorg/graalvm/compiler/nodes/ValueNode;
            4   13     3  resultStamp  Lorg/graalvm/compiler/core/common/type/IntegerStamp;
            7   10     4       result  I
            8   10     8        input  F
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "ReinterpretStampFloatToIntTest.java"
InnerClasses:
  public abstract Parameter = org.junit.runners.Parameterized$Parameter of org.junit.runners.Parameterized
  public abstract Parameters = org.junit.runners.Parameterized$Parameters of org.junit.runners.Parameterized
    RuntimeVisibleAnnotations: 
      org.junit.runner.RunWith(value = Lorg/junit/runners/Parameterized;)