public class com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest 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.LLVM80BitFromDoubleTest
  super_class: com.oracle.truffle.llvm.tests.types.floating.LLVM80BitTest
{
  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.LLVM80BitFromDoubleTest this
         0: .line 38
            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.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;

  public void testZero();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 42
            dconst_0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 43
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest.zero:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 44
            return
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    3     1   val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusZero1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 48
            ldc -0.0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 49
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest.minusZero:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 50
            return
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    3     1   val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusZero2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 54
            iconst_1
            iconst_0
            lconst_0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 55
            aload 1 /* val */
            ldc -0.0
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest.val:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 56
            return
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    3     1   val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNegativeInfinity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 60
            ldc -Infinity
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 61
            iconst_1
            sipush 32767
            ldc -9223372036854775808
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 62
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 63
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testNaN();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 67
            ldc NaN
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 68
            iconst_0
            sipush 32767
            ldc -4611686018427387904
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 69
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 70
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testPositiveInfinity();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 74
            ldc Infinity
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 75
            iconst_0
            sipush 32767
            ldc -9223372036854775808
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 76
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 77
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 81
            dconst_1
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 82
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest.one:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 83
            return
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    3     1   val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testMinusOne();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 87
            ldc -1.0
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 88
            invokestatic com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest.minusOne:()Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 89
            return
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    3     1   val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testRandomNumber1();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 93
            ldc 123.436789
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 94
            iconst_0
            sipush 16389
            ldc -657628011494813696
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 95
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 96
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()

  public void testRandomNumber2();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
         0: .line 100
            ldc 1.5
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromDouble:(D)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 1 /* val */
        start local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
         1: .line 101
            iconst_0
            sipush 16383
            ldc -4611686018427387904
            invokestatic com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat.fromRawValues:(ZIJ)Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            astore 2 /* expected */
        start local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
         2: .line 102
            aload 2 /* expected */
            aload 1 /* val */
            invokestatic org.junit.Assert.assertEquals:(Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 103
            return
        end local 2 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat expected
        end local 1 // com.oracle.truffle.llvm.runtime.floating.LLVM80BitFloat val
        end local 0 // com.oracle.truffle.llvm.tests.types.floating.LLVM80BitFromDoubleTest this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/oracle/truffle/llvm/tests/types/floating/LLVM80BitFromDoubleTest;
            1    4     1       val  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
            2    4     2  expected  Lcom/oracle/truffle/llvm/runtime/floating/LLVM80BitFloat;
    RuntimeVisibleAnnotations: 
      org.junit.Test()
}
SourceFile: "LLVM80BitFromDoubleTest.java"