public class com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest extends com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest
  super_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
{
  private static final int NR_RANDOM_NUMBERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10000

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 40
            aload 0 /* this */
            invokespecial com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;

  public void testPositiveInfinty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 46
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest.positiveInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getIntValue:()I
            istore 1 /* positiveInfity */
        start local 1 // int positiveInfity
         1: .line 47
            ldc -2147483648
            iload 1 /* positiveInfity */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 48
            return
        end local 1 // int positiveInfity
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;
            1    3     1  positiveInfity  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNegativeInfinty();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 52
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest.negativeInfinity:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getIntValue:()I
            istore 1 /* negativeInfinity */
        start local 1 // int negativeInfinity
         1: .line 53
            ldc -2147483648
            iload 1 /* negativeInfinity */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 54
            return
        end local 1 // int negativeInfinity
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;
            1    3     1  negativeInfinity  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testQNAN();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 58
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest.nan:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getIntValue:()I
            istore 1 /* nan */
        start local 1 // int nan
         1: .line 59
            ldc -2147483648
            iload 1 /* nan */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 60
            return
        end local 1 // int nan
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;
            1    3     1   nan  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 64
            iconst_0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromInt:(I)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getIntValue:()I
            istore 1 /* zero */
        start local 1 // int zero
         1: .line 65
            lconst_0
            iload 1 /* zero */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 66
            return
        end local 1 // int zero
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;
            1    3     1  zero  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 70
            iconst_1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromInt:(I)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getIntValue:()I
            istore 1 /* one */
        start local 1 // int one
         1: .line 71
            lconst_1
            iload 1 /* one */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         2: .line 72
            return
        end local 1 // int one
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;
            1    3     1   one  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 76
            iconst_m1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromInt:(I)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getIntValue:()I
            istore 1 /* oneInt */
        start local 1 // int oneInt
         1: .line 77
            iconst_m1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromInt:(I)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            lstore 2 /* oneLong */
        start local 2 // long oneLong
         2: .line 78
            ldc -1
            iload 1 /* oneInt */
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         3: .line 79
            ldc -1
            lload 2 /* oneLong */
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         4: .line 80
            return
        end local 2 // long oneLong
        end local 1 // int oneInt
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;
            1    5     1   oneInt  I
            2    5     2  oneLong  J
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testRandomInt();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
         0: .line 84
            iconst_0
            istore 1 /* i */
        start local 1 // int i
         1: goto 6
         2: .line 85
      StackMap locals: int
      StackMap stack:
            invokestatic java.util.concurrent.ThreadLocalRandom.current:()Ljava/util/concurrent/ThreadLocalRandom;
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextInt:()I
            istore 2 /* nextInt */
        start local 2 // int nextInt
         3: .line 86
            iload 2 /* nextInt */
            i2l
            iload 2 /* nextInt */
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromInt:(I)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getIntValue:()I
            i2l
            invokestatic org.junit.Assert.assertEquals:(JJ)V
         4: .line 87
            iload 2 /* nextInt */
            i2l
            iload 2 /* nextInt */
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromInt:(I)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokevirtual com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.getLongValue:()J
            invokestatic org.junit.Assert.assertEquals:(JJ)V
        end local 2 // int nextInt
         5: .line 84
            iinc 1 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* i */
            sipush 10000
            if_icmplt 2
        end local 1 // int i
         7: .line 89
            return
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitGetIntTest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitGetIntTest;
            1    7     1        i  I
            3    5     2  nextInt  I
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LLVM80BitGetIntTest.java"